@media (hover: hover) and (pointer: fine) { html.dt-cursor body { cursor: none; } html.dt-cursor :is(a, button, input, summary, .tilt) { cursor: none; } } #cursor { position: fixed; top: 0; left: 0; width: 20px; height: 20px; border-radius: 50%; background: radial-gradient(circle, rgba(94, 234, 212, 0.95) 0%, rgba(20, 201, 162, 0.55) 60%, transparent 75%); box-shadow: 0 0 18px rgba(45, 212, 191, 0.9), 0 0 44px rgba(20, 201, 162, 0.45); pointer-events: none; z-index: 9999; mix-blend-mode: screen; transition: width 0.18s ease, height 0.18s ease, opacity 0.18s ease; will-change: transform; } #cursor.grow { width: 52px; height: 52px; opacity: 0.75; } @media (hover: none), (pointer: coarse) { #cursor { display: none; } } #scroll-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 1002; background: var(--grad-main); transform: scaleX(0); transform-origin: left; box-shadow: 0 0 16px rgba(45, 212, 191, 0.8); pointer-events: none; } #grain { position: fixed; inset: -120px; z-index: 9997; pointer-events: none; opacity: 0.05; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)' opacity='0.6'/%3E%3C/svg%3E"); } #cursor-ring { position: fixed; top: 0; left: 0; width: 38px; height: 38px; border: 1.5px solid rgba(94, 234, 212, 0.6); border-radius: 50%; pointer-events: none; z-index: 9998; mix-blend-mode: screen; box-shadow: 0 0 14px rgba(45, 212, 191, 0.35) inset; transition: width 0.22s ease, height 0.22s ease, border-color 0.22s ease, opacity 0.22s ease; will-change: transform; } #cursor-ring.grow { width: 70px; height: 70px; border-color: rgba(46, 107, 255, 0.85); } @media (hover: none), (pointer: coarse) { #cursor-ring { display: none; } } .w-mask { display: inline-block; overflow: hidden; vertical-align: bottom; padding-bottom: 0.14em; margin-bottom: -0.14em; } .w { display: inline-block; transform-origin: left bottom; will-change: transform; } .w-grad { background: linear-gradient(135deg, #5eead4 10%, #14c9a2 50%, #2e6bff 95%); background-size: 200% 200%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: grad-pan 5s ease-in-out infinite alternate; } .grad-text.split-done { background: none; } @keyframes grad-pan { from { background-position: 0% 0%; } to { background-position: 100% 100%; } } @property --spin { syntax: '<angle>'; initial-value: 0deg; inherits: false; } .service-card::after { content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1px; background: conic-gradient(from var(--spin), transparent 0%, rgba(94, 234, 212, 0.95) 10%, rgba(46, 107, 255, 0.95) 22%, transparent 34%); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask-composite: exclude; opacity: 0; transition: opacity 0.25s ease; pointer-events: none; } .service-card:hover::after { animation: border-spin 3.2s linear infinite; } .service-card:hover::after { opacity: 1; } @keyframes border-spin { to { --spin: 360deg; } } .card-shine { position: absolute; inset: 0; border-radius: inherit; overflow: hidden; pointer-events: none; } .card-shine::before { content: ''; position: absolute; top: -40%; bottom: -40%; left: -80%; width: 40%; background: linear-gradient(78deg, transparent, rgba(255, 255, 255, 0.08), transparent); transform: skewX(-18deg); transition: transform 0.75s ease; } .service-card:hover .card-shine::before { transform: skewX(-18deg) translateX(520%); } @keyframes icon-float { 0%, 100% { transform: translateZ(34px) translateY(0); } 50% { transform: translateZ(34px) translateY(-8px); } } .service-icon { animation: icon-float 5.5s ease-in-out infinite; } .service-card:nth-child(2) .service-icon, .service-card:nth-child(5) .service-icon { animation-delay: -1.8s; } .service-card:nth-child(3) .service-icon, .service-card:nth-child(6) .service-icon { animation-delay: -3.6s; } #process-comet { position: absolute; top: 50%; left: 0; width: 12px; height: 12px; margin: -6px 0 0 -6px; border-radius: 50%; background: #fff; box-shadow: 0 0 12px #5eead4, 0 0 34px #14c9a2; pointer-events: none; } .stars { display: flex; gap: 5px; } .stars svg { width: 15px; height: 15px; fill: #5eead4; filter: drop-shadow(0 0 6px rgba(94, 234, 212, 0.8)); } .orbit { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; border: 1px dashed rgba(94, 234, 212, 0.16); border-radius: 50%; pointer-events: none; } .orbit::before { content: ''; position: absolute; top: -5px; left: 50%; width: 10px; height: 10px; margin-left: -5px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan), 0 0 30px rgba(20, 201, 162, 0.8); } .orbit-1 { width: 580px; height: 580px; animation: orbit-spin 44s linear infinite; } .orbit-2 { width: 840px; height: 840px; animation: orbit-spin 70s linear infinite reverse; border-color: rgba(46, 107, 255, 0.16); } .orbit-2::before { background: var(--violet); box-shadow: 0 0 12px var(--violet), 0 0 30px rgba(46, 107, 255, 0.8); } .orbit-3 { width: 1120px; height: 1120px; animation: orbit-spin 100s linear infinite; } @keyframes orbit-spin { to { transform: rotate(360deg); } } .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 70px; } .service-card { position: relative; background: linear-gradient(165deg, var(--surface-2) 0%, var(--surface) 60%, #0a111c 100%); border: 1px solid var(--border); border-radius: 18px; padding: 38px 32px; overflow: hidden; transform-style: preserve-3d; transition: border-color 0.2s ease, box-shadow 0.2s ease; box-shadow: 0 0 0 rgba(20, 201, 162, 0); } .service-card::before { content: ''; position: absolute; top: 0; left: 10%; right: 10%; height: 1px; background: linear-gradient(90deg, transparent, rgba(94, 234, 212, 0.7), transparent); opacity: 0; transition: opacity 0.2s ease; } .service-card:hover { border-color: rgba(45, 212, 191, 0.6); box-shadow: 0 0 44px rgba(20, 201, 162, 0.22), 0 24px 50px rgba(0, 0, 0, 0.5); } .service-card:hover::before { opacity: 1; } .service-icon { width: 58px; height: 58px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 26px; background: linear-gradient(135deg, rgba(20, 201, 162, 0.2), rgba(46, 107, 255, 0.2)); border: 1px solid rgba(45, 212, 191, 0.35); box-shadow: 0 0 22px rgba(20, 201, 162, 0.25) inset; transform: translateZ(34px); } .service-icon svg { width: 27px; height: 27px; stroke: var(--cyan); filter: drop-shadow(0 0 6px rgba(94, 234, 212, 0.7)); } .service-card h3 { font-size: 21px; font-weight: 600; margin-bottom: 12px; transform: translateZ(26px); } .service-card p { font-size: 15.5px; color: var(--text-dim); line-height: 1.65; transform: translateZ(18px); } @media (max-width: 1024px) { .services-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 640px) { .services-grid { grid-template-columns: 1fr; } } .college-preview { background: radial-gradient(ellipse at 95% 15%, rgba(20, 201, 162, 0.09), transparent 55%), var(--bg-navy); border-top: 1px solid var(--border-soft); border-bottom: 1px solid var(--border-soft); } .college-preview-intro { display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 64px; } .college-preview .section-title { font-size: clamp(34px, 4.5vw, 54px); } .college-preview .section-sub { font-size: 17px; line-height: 1.8; } .college-preview-note { color: var(--text-dim); font-size: 14px; line-height: 1.8; margin: 22px 0 28px; max-width: 540px; } .college-preview-month { padding: 32px; background: linear-gradient(145deg, rgba(20, 201, 162, 0.07), var(--surface)); border: 1px solid var(--border); border-radius: 22px; } .college-preview-kicker { display: block; color: var(--cyan); font-family: var(--font-head); font-size: 12px; font-weight: 600; letter-spacing: 0.09em; text-transform: uppercase; } .college-preview-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 26px 0; padding-bottom: 24px; border-bottom: 1px solid var(--border); } .college-preview-stats dt { font-family: var(--font-head); font-size: 38px; line-height: 1.2; } .college-preview-stats dd { color: var(--text-dim); font-size: 12px; margin-top: 6px; } .college-preview-weeks { list-style: none; display: grid; gap: 22px; } .college-preview-weeks li { display: grid; grid-template-columns: 70px 1fr; gap: 12px; } .college-preview-weeks li > span { color: var(--cyan); font-size: 12px; padding-top: 2px; } .college-preview-weeks strong { font-family: var(--font-head); font-weight: 600; font-size: 15px; } .college-preview-weeks p { color: var(--text-dim); font-size: 13px; line-height: 1.7; margin-top: 4px; } .college-preview-courses { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 48px; } .college-preview-card { display: flex; flex-direction: column; min-width: 0; padding: 28px; border: 1px solid var(--border-soft); border-radius: 18px; background: rgba(255, 255, 255, 0.025); transition: border-color 0.2s ease, background 0.2s ease; } .college-preview-card:hover, .college-preview-card:focus-within { border-color: var(--border); background: rgba(20, 201, 162, 0.045); } .college-preview-card h3 { font-size: 23px; line-height: 1.25; margin: 16px 0 14px; } .college-preview-card p { color: var(--text-dim); font-size: 14px; line-height: 1.8; margin-bottom: 24px; } .college-preview-card a, .college-preview-bottom a { display: inline-flex; align-items: center; gap: 12px; color: var(--cyan); font-size: 14px; font-weight: 600; } .college-preview-card a { margin-top: auto; align-self: flex-start; } .college-preview-card a:hover, .college-preview-bottom a:hover { text-decoration: underline; text-underline-offset: 4px; } .college-preview a:focus-visible { outline: 2px solid var(--cyan); outline-offset: 5px; border-radius: 3px; } .college-preview-bottom { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 24px; } .college-preview-bottom p { color: var(--text-dim); font-size: 13px; max-width: 680px; } .college-preview-bottom a { flex-shrink: 0; } @media (max-width: 1024px) { .college-preview-intro { gap: 32px; } .college-preview-month { padding: 26px; } .college-preview-card { padding: 24px; } } @media (max-width: 860px) { .college-preview-intro { grid-template-columns: 1fr; gap: 36px; } .college-preview .section-sub { max-width: 100%; } .college-preview-note { max-width: 100%; } .college-preview-card h3 { font-size: 20px; } .college-preview-courses { gap: 16px; } .college-preview-card { padding: 22px; } .college-preview-bottom { align-items: flex-start; flex-direction: column; gap: 16px; } } @media (max-width: 640px) { .college-preview-courses { grid-template-columns: 1fr; margin-top: 32px; } .college-preview-month { padding: 22px; } .college-preview-stats dt { font-size: 32px; } .college-preview-stats dd { font-size: 11px; } .college-preview-weeks li { grid-template-columns: 62px 1fr; gap: 10px; } .college-preview .btn { max-width: 100%; justify-content: center; } } #process { background: linear-gradient(180deg, var(--bg), var(--bg-navy) 50%, var(--bg)); } .process-track { position: relative; margin-top: 90px; } .process-line { position: absolute; top: 44px; left: 6%; right: 6%; height: 2px; background: rgba(255, 255, 255, 0.08); border-radius: 2px; } #process-fill { position: absolute; inset: 0; background: var(--grad-main); border-radius: 2px; transform: scaleX(0); transform-origin: left; box-shadow: 0 0 16px rgba(45, 212, 191, 0.9), 0 0 40px rgba(46, 107, 255, 0.5); will-change: transform; } .process-steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; } .step { text-align: center; padding: 0 8px; } .step-num { width: 88px; height: 88px; margin: 0 auto 30px; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-head); font-size: 26px; font-weight: 700; color: var(--text-dim); background: var(--surface); border: 1px solid rgba(255, 255, 255, 0.12); position: relative; z-index: 1; transition: color 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease, background 0.4s ease, transform 0.4s ease; } .step.lit .step-num { color: #fff; background: linear-gradient(135deg, rgba(20, 201, 162, 0.35), rgba(46, 107, 255, 0.35)); border-color: rgba(94, 234, 212, 0.8); box-shadow: 0 0 34px rgba(45, 212, 191, 0.65), 0 0 80px rgba(46, 107, 255, 0.3); transform: scale(1.08); } .step h3 { font-size: 22px; font-weight: 600; margin-bottom: 10px; transition: color 0.4s ease; } .step.lit h3 { color: var(--cyan); text-shadow: 0 0 20px rgba(94, 234, 212, 0.5); } .step p { font-size: 15px; color: var(--text-dim); } @media (max-width: 860px) { .process-steps { grid-template-columns: repeat(2, 1fr); row-gap: 60px; } .process-line { display: none; } } #stats { padding: 110px 0; background: radial-gradient(ellipse 70% 90% at 50% 50%, rgba(8, 35, 55, 0.45), transparent), var(--bg-navy); overflow: hidden; } #stats-particles { position: absolute; inset: 0; z-index: 0; pointer-events: none; } .glow-rule { position: absolute; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent 5%, rgba(45, 212, 191, 0.8) 50%, transparent 95%); box-shadow: 0 0 18px rgba(45, 212, 191, 0.7); } .glow-rule.top { top: 0; } .glow-rule.bottom { bottom: 0; } .stats-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; text-align: center; } .stat-value { font-family: var(--font-head); font-size: clamp(52px, 6vw, 84px); font-weight: 700; letter-spacing: -0.03em; line-height: 1; background: linear-gradient(135deg, #5eead4, #14c9a2 55%, #2e6bff); background-size: 200% 200%; -webkit-background-clip: text; background-clip: text; color: transparent; filter: drop-shadow(0 0 26px rgba(20, 201, 162, 0.45)); margin-bottom: 14px; font-variant-numeric: tabular-nums; animation: grad-pan 5s ease-in-out infinite alternate; } .stat-label { font-size: 15px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-dim); } @media (max-width: 860px) { .stats-grid { grid-template-columns: repeat(2, 1fr); row-gap: 60px; } } .marquee-wrap { margin-top: 70px; display: flex; flex-direction: column; gap: 22px; } .marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); } .marquee-track { display: flex; width: max-content; animation: marquee-left 30s linear infinite; will-change: transform; } .marquee-track.reverse { animation: marquee-right 34s linear infinite; } .marquee:hover .marquee-track { animation-play-state: paused; } @keyframes marquee-left { to { transform: translateX(-50%); } } @keyframes marquee-right { from { transform: translateX(-50%); } to { transform: translateX(0); } } .marquee-set { display: flex; gap: 18px; padding-right: 18px; flex: none; } .tech-pill { display: flex; align-items: center; gap: 12px; padding: 16px 30px; border-radius: 14px; background: var(--surface); border: 1px solid var(--border-soft); font-family: var(--font-head); font-size: 17px; font-weight: 600; color: var(--text-dim); white-space: nowrap; transition: border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, transform 0.18s ease; } .tech-pill .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--grad-main); box-shadow: 0 0 10px rgba(45, 212, 191, 0.9); flex: none; } .tech-pill:hover { color: #fff; border-color: rgba(45, 212, 191, 0.55); box-shadow: 0 0 26px rgba(20, 201, 162, 0.3); transform: translateY(-3px); } #testimonials { background: linear-gradient(180deg, var(--bg), #081221 55%, var(--bg)); } .testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 70px; } .testimonial { position: relative; padding-top: 34px; } .testimonial .big-quote { position: absolute; top: -8px; left: 6px; font-family: var(--font-head); font-size: 150px; font-weight: 700; line-height: 1; background: linear-gradient(160deg, rgba(45, 212, 191, 0.55), rgba(46, 107, 255, 0.4)); -webkit-background-clip: text; background-clip: text; color: transparent; filter: drop-shadow(0 0 24px rgba(20, 201, 162, 0.4)); pointer-events: none; z-index: 0; } .testimonial-card { position: relative; z-index: 1; height: 100%; background: rgba(14, 24, 38, 0.45); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); border: 1px solid rgba(255, 255, 255, 0.09); border-radius: 18px; padding: 36px 32px; display: flex; flex-direction: column; gap: 26px; transition: border-color 0.2s ease, box-shadow 0.2s ease; } .testimonial-card:hover { border-color: rgba(45, 212, 191, 0.45); box-shadow: 0 0 40px rgba(20, 201, 162, 0.18), 0 26px 50px rgba(0, 0, 0, 0.5); } .testimonial-card blockquote { font-size: 16.5px; line-height: 1.75; color: #d2dfe8; flex: 1; } .testimonial-who { display: flex; align-items: center; gap: 15px; } .avatar { width: 48px; height: 48px; border-radius: 50%; flex: none; display: grid; place-items: center; font-family: var(--font-head); font-weight: 700; font-size: 16px; color: #fff; background: linear-gradient(135deg, var(--blue), var(--violet)); box-shadow: 0 0 18px rgba(20, 201, 162, 0.45); } .testimonial-who .name { font-weight: 600; font-size: 15.5px; } .testimonial-who .role { font-size: 13.5px; color: var(--text-dim); } @media (max-width: 960px) { .testimonials-grid { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; } } #contact { min-height: 100vh; min-height: 100svh; display: flex; align-items: center; overflow: hidden; } .mesh-blob { position: absolute; border-radius: 50%; filter: blur(110px); opacity: 0.55; pointer-events: none; will-change: transform; } .blob-1 { width: 620px; height: 620px; background: radial-gradient(circle, rgba(20, 201, 162, 0.7), transparent 65%); top: -12%; left: -8%; animation: blob-drift-1 18s ease-in-out infinite alternate; } .blob-2 { width: 560px; height: 560px; background: radial-gradient(circle, rgba(46, 107, 255, 0.65), transparent 65%); bottom: -14%; right: -6%; animation: blob-drift-2 22s ease-in-out infinite alternate; } .blob-3 { width: 420px; height: 420px; background: radial-gradient(circle, rgba(94, 234, 212, 0.4), transparent 65%); top: 34%; left: 42%; animation: blob-drift-3 16s ease-in-out infinite alternate; } @keyframes blob-drift-1 { to { transform: translate(180px, 140px) scale(1.15); } } @keyframes blob-drift-2 { to { transform: translate(-160px, -120px) scale(1.2); } } @keyframes blob-drift-3 { to { transform: translate(-140px, 100px) scale(0.85); } } .cta-inner { position: relative; z-index: 1; text-align: center; max-width: 780px; margin: 0 auto; padding: 120px 0; } .cta-title { font-size: clamp(40px, 6vw, 72px); letter-spacing: -0.025em; margin-bottom: 24px; } .cta-sub { color: var(--text-dim); font-size: 18px; max-width: 560px; margin: 0 auto 50px; } .cta-form { display: flex; gap: 14px; justify-content: center; max-width: 760px; margin: 0 auto; } .cta-form input { min-width: 210px; } .cta-form input { flex: 1; min-width: 0; padding: 17px 24px; border-radius: 12px; border: 1px solid rgba(255, 255, 255, 0.16); background: rgba(11, 19, 30, 0.75); color: #fff; font-size: 15.5px; outline: none; transition: border-color 0.18s ease, box-shadow 0.18s ease; } .cta-form input::placeholder { color: #6d7f8f; } .cta-form input:focus { border-color: rgba(45, 212, 191, 0.7); box-shadow: 0 0 22px rgba(20, 201, 162, 0.3); } .btn-pulse { position: relative; } .btn-pulse::after { content: ''; position: absolute; inset: -3px; border-radius: 15px; border: 2px solid rgba(94, 234, 212, 0.6); animation: pulse-ring 2.2s cubic-bezier(0.4, 0, 0.2, 1) infinite; pointer-events: none; } @keyframes pulse-ring { 0% { transform: scale(1); opacity: 0.9; } 70% { transform: scale(1.16); opacity: 0; } 100% { transform: scale(1.16); opacity: 0; } } .cta-alt { margin-top: 26px; font-size: 14.5px; color: var(--text-dim); } .cta-alt a { color: #d2dfe8; transition: color 0.15s ease, text-shadow 0.15s ease; } .cta-alt a:hover { color: var(--cyan); text-shadow: 0 0 14px rgba(94, 234, 212, 0.6); } .cta-alt .dot-sep { margin: 0 8px; opacity: 0.5; } @media (max-width: 560px) { .cta-form { flex-direction: column; } } footer { position: relative; background: #05080e; padding: 80px 0 36px; } footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(45, 212, 191, 0.9) 50%, transparent); box-shadow: 0 0 20px rgba(45, 212, 191, 0.8); } .footer-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr; gap: 50px; margin-bottom: 60px; } .footer-brand p { color: var(--text-dim); font-size: 15px; max-width: 320px; margin-top: 18px; } .footer-col h3 { font-size: 14px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: #fff; margin-bottom: 22px; } .footer-col ul { list-style: none; display: grid; gap: 13px; } .footer-col a { font-size: 15px; color: var(--text-dim); transition: color 0.15s ease, text-shadow 0.15s ease; } .footer-col a:hover { color: var(--cyan); text-shadow: 0 0 14px rgba(94, 234, 212, 0.6); } .socials { display: flex; gap: 14px; margin-top: 26px; } .social-btn { width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, 0.12); background: rgba(255, 255, 255, 0.03); transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease; } .social-btn svg { width: 18px; height: 18px; fill: var(--text-dim); transition: fill 0.18s ease; } .social-btn:hover { border-color: rgba(45, 212, 191, 0.6); background: rgba(20, 201, 162, 0.12); box-shadow: 0 0 20px rgba(20, 201, 162, 0.4); } .social-btn:hover svg { fill: #fff; } .footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.07); padding-top: 28px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13.5px; color: #6d7f8f; } .footer-bottom a { color: inherit; } .footer-bottom a:hover { color: var(--cyan); } @media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } } @media (max-width: 540px) { .footer-grid { grid-template-columns: 1fr; } }