:root {
    --ink: #08205e;
    --ink-deep: #001a4d;
    --paper: #f7f8fc;
    --soft: #e9eef9;
    --line: #d5def0;
    --lime: #ffb199;
    --lime-dark: #0021a5;
    --muted: #5f6e89;
    --orange: #fa4616;
}

html { scroll-behavior: smooth; overflow-x: clip; }
body { background: var(--paper); color: var(--ink); font-family: 'Manrope', sans-serif; overflow-x: clip; }
.skip-link { position: fixed; z-index: 2000; top: .75rem; left: .75rem; padding: .65rem .9rem; border-radius: .5rem; background: #fff; color: var(--ink-deep); font-weight: 800; box-shadow: 0 .35rem 1rem rgba(0,0,0,.2); }
.skip-link:focus { color: var(--ink-deep); outline: .2rem solid var(--orange); outline-offset: .15rem; }
:focus-visible { outline: .2rem solid var(--orange); outline-offset: .15rem; }
.required-label { color: var(--ink-deep); font-size: .8em; font-weight: 800; }
.btn, .form-control, .form-select, .form-check-input, .navbar-toggler, .nav-link, .share-tile { min-height: 44px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .service-card:hover { transform: none !important; } }
.site-nav { background: var(--ink-deep); padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.navbar-brand { color: #fff; font-weight: 700; letter-spacing: -.03em; }
.navbar-brand:hover { color: #fff; }
.brand-mark { width: 2rem; height: 2rem; display: inline-grid; place-items: center; background: var(--orange); color: #fff; border-radius: .65rem .3rem .65rem .3rem; font-weight: 800; }
.brand-logo { width: 154px; height: auto; display: block; }
.brand-logo-footer { width: 190px; }
.nav-link { color: rgba(255,255,255,.68); font-size: .9rem; font-weight: 600; }
.nav-link:hover { color: #fff; }
.student-strip { background: #0021a5; color: rgba(255,255,255,.86); border-bottom: 1px solid rgba(250,70,22,.42); font-size: .76rem; font-weight: 700; letter-spacing: .01em; padding: .55rem 0; }
.student-strip-mark { display: inline-grid; place-items: center; width: 1.2rem; height: 1.2rem; margin-right: .45rem; border-radius: .35rem .15rem .35rem .15rem; background: var(--orange); color: #fff; font-size: .68rem; font-weight: 800; }
.btn { border-radius: .7rem; font-weight: 700; letter-spacing: -.01em; }
.btn-primary { --bs-btn-bg: var(--orange); --bs-btn-border-color: var(--orange); --bs-btn-hover-bg: #ff6b3d; --bs-btn-hover-border-color: #ff6b3d; color: #fff; }
.btn-lime { background: var(--orange); color: #fff; border: 0; }
.btn-lime:hover { background: #ff6b3d; color: #fff; }
.hero-section { background: var(--ink-deep); min-height: 710px; display: flex; align-items: center; }
.hero-grid { position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(250,70,22,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(250,70,22,.14) 1px, transparent 1px); background-size: 78px 78px; mask-image: linear-gradient(to bottom, #000, transparent 90%); }
.hero-grid::after { content: ''; position: absolute; width: 55vw; height: 55vw; max-width: 800px; max-height: 800px; right: -18vw; top: -22vw; background: radial-gradient(circle, rgba(0,33,165,.55), transparent 68%); }
.hero-bottom-fade { position: absolute; bottom: 0; left: 0; right: 0; height: 140px; background: linear-gradient(transparent, var(--ink-deep)); pointer-events: none; }
.eyebrow, .section-kicker { text-transform: uppercase; letter-spacing: .14em; font-family: 'DM Mono', monospace; font-size: .72rem; font-weight: 500; }
.eyebrow { color: var(--lime); }
.eyebrow-dot { width: .55rem; height: .55rem; border-radius: 50%; background: var(--orange); display: inline-block; margin-right: .55rem; box-shadow: 0 0 0 .3rem rgba(250,70,22,.2); }
.hero-copy { max-width: 640px; font-size: 1.1rem; line-height: 1.8; }
.text-gradient { background: linear-gradient(90deg, #ffb199, #fa4616); -webkit-background-clip: text; background-clip: text; color: transparent; }
.text-lime { color: var(--lime); }
.text-lime-dark { color: var(--lime-dark); }
.hero-centerpiece { position: relative; padding: 2.2rem .25rem 2.5rem; }
.gainesville-backdrop { position: absolute; inset: 0 -1.5rem .5rem; background: linear-gradient(135deg, rgba(0,26,77,.82), rgba(0,33,165,.48)), url('../images/celebration-pointe-inspired.png') center 50% / cover; border: 1px solid rgba(250,70,22,.45); border-radius: 1.4rem; opacity: .92; filter: saturate(.9) contrast(1.05); transform: rotate(-2deg); box-shadow: 0 1.5rem 3rem rgba(0,0,0,.22); }
.hero-centerpiece::after { content: ''; position: absolute; inset: .7rem -.7rem -.2rem .7rem; border: 1px solid rgba(250,70,22,.25); border-radius: 1.2rem; transform: rotate(2deg); pointer-events: none; }
.hero-console-card { position: relative; z-index: 1; border: 2px solid rgba(250,70,22,.58); border-radius: 1.2rem; overflow: hidden; background: linear-gradient(145deg, rgba(0,33,165,.96), rgba(0,26,77,.95)); box-shadow: 0 2rem 5rem rgba(0,0,0,.26); transform: rotate(2deg); }
.hero-student-card { min-height: 360px; }
.hero-main-graphic { display: block; width: 100%; height: 360px; object-fit: cover; object-position: center; }
.hero-graphic-caption { position: absolute; right: 1rem; bottom: 1rem; left: 1rem; z-index: 2; display: flex; align-items: center; gap: .7rem; padding: .8rem 1rem; color: #fff; background: linear-gradient(90deg, rgba(0,26,77,.94), rgba(0,33,165,.76)); border: 1px solid rgba(250,70,22,.62); border-radius: .8rem; box-shadow: 0 .8rem 1.8rem rgba(0,0,0,.2); }
.hero-graphic-caption small { color: rgba(255,255,255,.72); }

.console-topbar { padding: .85rem 1rem; background: rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,255,255,.08); }
.console-dot { width: .6rem; height: .6rem; border-radius: 50%; display: block; }.dot-red { background: #ff6b63; }.dot-yellow { background: #ffab8f; }.dot-green { background: #8fb3ff; }
.console-body { padding: 1.6rem; min-height: 310px; font-size: .78rem; line-height: 1.9; }.prompt { color: var(--lime); }.text-lime { color: var(--lime)!important; }.status-chip { display: inline-flex; align-items: center; gap: .55rem; border: 1px solid rgba(250,70,22,.35); color: rgba(255,255,255,.75); padding: .4rem .65rem; border-radius: 99rem; font-size: .68rem; }
.pulse-dot { width: .45rem; height: .45rem; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 .2rem rgba(250,70,22,.2); }
.floating-note { position: absolute; z-index: 2; display: flex; align-items: center; gap: .65rem; padding: .7rem .8rem; background: #fff; border-radius: .8rem; color: var(--ink); font-size: .7rem; line-height: 1.25; box-shadow: 0 .9rem 2rem rgba(0,0,0,.2); }.note-one { left: -1.3rem; bottom: 4.5rem; transform: rotate(-4deg); }.note-two { right: -.7rem; top: 2.5rem; transform: rotate(4deg); }.note-icon { width: 1.55rem; height: 1.55rem; display: grid; place-items: center; border-radius: .45rem; background: #fff0ea; color: var(--lime-dark); font-weight: 800; }.note-icon-lime { background: #e7edff; color: var(--lime-dark); }
.section-space { padding: 7rem 0; }.bg-paper { background: var(--paper); }.bg-soft { background: var(--soft); }.section-kicker { color: var(--muted); margin-bottom: 1rem; }.service-visual-panel { display: flex; align-items: stretch; overflow: hidden; border: 1px solid var(--line); border-radius: 1.1rem; background: #fff; box-shadow: 0 .8rem 2rem rgba(0,33,165,.08); }
.service-visual-panel img { width: 58%; min-height: 230px; object-fit: cover; display: block; }
.service-visual-copy { display: flex; flex-direction: column; justify-content: center; width: 42%; padding: 2rem; }
@media (max-width: 575.98px) { .service-visual-panel { flex-direction: column; }.service-visual-panel img, .service-visual-copy { width: 100%; }.service-visual-panel img { min-height: 190px; }.service-visual-copy { padding: 1.4rem; } }
.service-card { position: relative; isolation: isolate; overflow: hidden; padding: 1.75rem; border: 1px solid rgba(255,255,255,.16); background-color: var(--ink); background-size: cover; background-position: center; color: #fff; border-radius: 1.1rem; transition: transform .2s ease, box-shadow .2s ease; }.service-card::before { content: ''; position: absolute; z-index: -1; inset: 0; }.service-card-gradient-blue-orange::before { background: linear-gradient(135deg, rgba(0,17,58,.98) 0%, rgba(0,33,165,.86) 52%, rgba(250,70,22,.72) 100%); }.service-card-gradient-orange-blue::before { background: linear-gradient(135deg, rgba(250,70,22,.72) 0%, rgba(0,33,165,.86) 48%, rgba(0,17,58,.98) 100%); }.service-card:hover { transform: translateY(-5px); box-shadow: 0 1rem 2rem rgba(0,33,165,.18); }.service-card-student, .service-card-gaming, .service-card-network, .service-card-software { background-image: none; }.service-card-laptop { background-image: url('../images/service-laptop-rescue.png'); }.service-card-everyday-tech { background-image: url('../images/service-everyday-tech.png'); }.service-card-gaming-pc { background-image: url('../images/service-gaming-pc.png'); }.service-card-security-performance { background-image: url('../images/service-security-performance.png'); }.service-card-pickup { background-image: url('../images/service-pickup.png'); }.service-card-small-business { background-image: url('../images/service-small-business.png'); }.service-card-data-recovery { background-image: url('../images/service-data-recovery.png'); }.service-card-upgrades { background-image: url('../images/service-upgrades.png'); }.service-card-device-setup { background-image: url('../images/service-device-setup.png'); }.service-card-network-design { background-image: url('../images/service-network-design.png'); }.service-card-onsite-repair { background-image: url('../images/service-onsite-repair.png'); }.service-card-software-engineering { background-image: url('../images/service-software-desk.png'); }.service-card-it-tutoring { background-image: url('../images/service-student-desk.png'); } /* service-network-desk.png remains a checked-in original asset for future use. */ .service-card .text-muted { color: rgba(255,255,255,.86)!important; }.service-card h3 { color: #fff; }
.dark-section, .cta-section { background: var(--ink); }.process-list { border-top: 1px solid rgba(255,255,255,.16); }.process-item { display: flex; gap: 1.3rem; padding: 1.5rem 0; border-bottom: 1px solid rgba(255,255,255,.16); }.process-badge { flex: 0 0 2.3rem; height: 2.3rem; border: 1px solid rgba(250,70,22,.6); color: var(--lime); border-radius: 50%; display: grid; place-items: center; font-family: 'DM Mono', monospace; font-size: .65rem; }
.build-showcase { background: #edf2fb; min-height: 480px; }.build-copy { display: flex; flex-direction: column; justify-content: center; }.build-copy em { color: var(--lime-dark); }.check-list li { margin: .85rem 0; font-size: .92rem; }.check-list span { display: inline-grid; place-items: center; width: 1.35rem; height: 1.35rem; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: .75rem; margin-right: .5rem; }.build-art { position: relative; min-height: 480px; background: radial-gradient(circle at 50% 60%, rgba(250,70,22,.25), transparent 38%), linear-gradient(135deg, #dce6fb, #f6d3c8); overflow: hidden; }.build-art::before { content: ''; position: absolute; inset: auto 10% 12%; height: 1px; background: rgba(0,33,165,.25); transform: rotate(-8deg); }.pc-tower { position: relative; width: 180px; height: 320px; transform: perspective(700px) rotateY(-15deg) rotateZ(-2deg); filter: drop-shadow(1.2rem 1.2rem 1rem rgba(0,26,77,.2)); z-index: 2; }.pc-glass { position: absolute; inset: 0 28px 0 0; border: 2px solid #0021a5; border-radius: .55rem .2rem .2rem .55rem; background: linear-gradient(135deg, rgba(250,70,22,.12), rgba(0,26,77,.95)); overflow: hidden; }.pc-front { position: absolute; right: 0; top: 0; bottom: 0; width: 32px; background: #001a4d; border-radius: .15rem .5rem .5rem .15rem; display: flex; flex-direction: column; gap: .8rem; align-items: center; padding-top: 1.3rem; }.pc-front span { width: 5px; height: 5px; border-radius: 50%; background: var(--lime); }.pc-front span:nth-child(2) { background: var(--orange); }.pc-foot { position: absolute; bottom: -8px; left: 10px; right: 0; height: 10px; background: #001a4d; border-radius: 50%; }.fan { position: absolute; width: 84px; height: 84px; border: 3px solid rgba(250,70,22,.75); border-radius: 50%; left: 28px; display: grid; place-items: center; box-shadow: 0 0 1.8rem rgba(250,70,22,.3); }.fan::before { content: '✣'; color: var(--orange); font-size: 3.4rem; opacity: .8; }.fan-a { top: 42px; }.fan-b { top: 160px; opacity: .65; }.gpu-bar { position: absolute; left: 16px; right: 12px; bottom: 54px; height: 28px; background: linear-gradient(90deg, #0021a5, #fa4616); border-radius: .25rem; box-shadow: 0 0 .8rem rgba(250,70,22,.25); }.build-spec { position: absolute; z-index: 3; font-family: 'DM Mono', monospace; text-transform: uppercase; font-size: .65rem; color: var(--ink); display: flex; align-items: center; gap: .5rem; }.spec-one { top: 22%; left: 9%; }.spec-two { bottom: 20%; right: 6%; }.spec-line { width: 28px; height: 1px; background: var(--ink); }
.narrow-container { max-width: 780px; }.faq-list { border-top: 1px solid var(--line); }.accordion-item { background: transparent; border-bottom: 1px solid var(--line); }.accordion-button { background: transparent; color: var(--ink); box-shadow: none!important; padding: 1.35rem 0; font-size: 1.05rem; font-weight: 700; }.accordion-button:not(.collapsed) { color: var(--lime-dark); background: transparent; }.accordion-button::after { background-size: 1rem; }
.cta-section { position: relative; overflow: hidden; }.cta-section::before { content: ''; position: absolute; width: 650px; height: 650px; border: 1px solid rgba(250,70,22,.15); border-radius: 50%; right: -260px; bottom: -380px; box-shadow: 0 0 0 70px rgba(250,70,22,.04), 0 0 0 140px rgba(0,33,165,.04); }.hours-card { padding: 1rem 1.1rem; border: 1px solid rgba(255,255,255,.18); border-radius: .9rem; background: rgba(0,0,0,.16); }
.hours-row { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: .4rem 1rem; padding-top: .7rem; margin-top: .7rem; border-top: 1px solid rgba(255,255,255,.12); color: #fff; }
.hours-row span { color: rgba(255,255,255,.62); font-size: .82rem; }
.estimate-callout { display: flex; flex-wrap: wrap; align-items: baseline; gap: .35rem .8rem; padding: .85rem 1rem; border-left: 4px solid var(--orange); border-radius: .65rem; background: #fff3ed; color: var(--ink); }.estimate-callout span { color: var(--muted); font-size: .88rem; }
.location-card { display: inline-flex; align-items: center; gap: .8rem; padding: .9rem 1rem; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.11); border-radius: .75rem; }.location-pin { color: var(--lime); font-size: 1.4rem; }.quote-card { background: var(--paper); padding: 2rem; border-radius: 1.2rem; position: relative; z-index: 1; }.privacy-card { padding: 2rem; border: 1px solid var(--line); border-radius: 1.1rem; background: #fff; box-shadow: 0 .8rem 2rem rgba(0,33,165,.06); }.privacy-card h2 { color: var(--ink); }.privacy-card table { --bs-table-bg: transparent; --bs-table-border-color: var(--line); }.privacy-card code { color: var(--lime-dark); }
.appointment-panel { padding: 1.1rem; border: 1px solid var(--line); border-radius: .85rem; background: rgba(255,255,255,.55); }.appointment-panel legend { color: var(--ink); }
.community-list { color: rgba(255,255,255,.72); }.community-list summary { color: #fff; cursor: pointer; font-size: .83rem; font-weight: 800; }.community-list p { line-height: 1.7; }
.site-footer { background: var(--ink-deep); border-top: 1px solid rgba(255,255,255,.08); }.footer-copy { line-height: 1.7; }.footer-link { color: rgba(255,255,255,.7); text-decoration: none; font-size: .85rem; font-weight: 700; }.footer-link-button { border: 0; padding: 0; background: transparent; }.footer-link:hover { color: var(--lime); }
.about-photo-wrap { width: 190px; height: 190px; margin: 0 auto; padding: .45rem; border: 2px solid var(--orange); border-radius: 50%; background: var(--ink-deep); box-shadow: 1rem 1rem 0 rgba(0,33,165,.14); }
.about-photo { width: 100%; height: 100%; display: block; object-fit: cover; border-radius: 50%; border: 4px solid var(--paper); }
.identity-contact { display: flex; flex-wrap: wrap; align-items: center; gap: .45rem 1rem; padding: 1rem 1.1rem; border-left: 4px solid var(--orange); border-radius: .7rem; background: #fff; color: var(--ink); }.identity-contact span { color: var(--muted); }.identity-contact a { color: var(--lime-dark); font-weight: 700; text-decoration: none; }.identity-contact a:hover { text-decoration: underline; }
.proof-card { height: 100%; padding: 1.35rem; border: 1px solid var(--line); border-radius: .9rem; background: #fff; }.proof-card h3 { color: var(--ink); }.proof-card p { color: var(--muted); }
.share-modal { border: 0; border-radius: 1.1rem; background: var(--paper); }
.share-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.share-tile { display: flex; flex-direction: column; gap: .18rem; min-height: 4.4rem; padding: .9rem; border: 1px solid var(--line); border-radius: .75rem; background: #fff; color: var(--ink); text-align: left; text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.share-tile:hover { color: var(--ink); border-color: var(--orange); box-shadow: 0 .45rem 1rem rgba(0,33,165,.1); transform: translateY(-2px); }
.share-tile small { color: var(--muted); font-size: .7rem; }
.share-tile-disabled { cursor: not-allowed; opacity: .55; }
.share-tile-disabled:hover { transform: none; border-color: var(--line); box-shadow: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; scroll-behavior: auto!important; } }
.mobile-services-toggle { display: block; margin: 0 0 1rem; padding: .8rem 1rem; border: 2px solid var(--ink-deep); border-radius: .6rem; color: var(--ink-deep); font-weight: 800; text-align: center; cursor: pointer; }
.mobile-services-toggle-expanded { display: none; }
.mobile-service-cta { margin-top: 1.25rem; text-align: center; }
.mobile-sticky-cta { display: block; position: fixed; z-index: 1030; right: 1rem; bottom: 1rem; left: 1rem; padding: .85rem 1rem; border-radius: .65rem; background: var(--orange); color: #fff; font-weight: 800; text-align: center; text-decoration: none; box-shadow: 0 .35rem 1rem rgba(0,0,0,.24); }
@media (max-width: 991.98px) { #mobileServiceToggle:not(:checked) ~ .services-grid > div:nth-child(n+5) { display: none; } #mobileServiceToggle:checked ~ .services-grid > div:nth-child(n+5) { display: block; } #mobileServiceToggle:checked + .mobile-services-toggle .mobile-services-toggle-collapsed { display: none; } #mobileServiceToggle:checked + .mobile-services-toggle .mobile-services-toggle-expanded { display: inline; } body { padding-bottom: 4.5rem; } }
@media (min-width: 992px) { .mobile-services-toggle, .mobile-service-cta, .mobile-sticky-cta { display: none !important; } }
@media (max-width: 991.98px) { .hero-copy { max-width: 34rem; } }
@media (max-width: 991.98px) { .hero-section { min-height: auto; }.hero-console-card { transform: none; max-width: 520px; margin: 0 auto; }.hero-main-graphic { height: 330px; }.note-one { left: 0; }.note-two { right: 0; }.build-art { min-height: 410px; } }
@media (max-width: 575.98px) { .section-space { padding: 5rem 0; }.hero-section .container { width: 100%; max-width: 100%; overflow: hidden; }.hero-section .row { width: auto; margin-left: 0; margin-right: 0; }.hero-section [class*="col-"] { min-width: 0; width: 100%; max-width: 100%; box-sizing: border-box; }.hero-section .row > [class*="col-"] { flex: 0 0 100%; }.container, .row, [class*="col-"], .service-card, .service-visual-panel, .service-visual-copy, .quote-card { min-width: 0; }.section-space p, .dark-section p, .cta-section p { overflow-wrap: anywhere; word-break: break-word; }.eyebrow { max-width: 100%; padding-right: .75rem; font-size: .62rem; letter-spacing: .1em; line-height: 1.5; overflow-wrap: anywhere; white-space: normal; }.display-2 { font-size: clamp(2.4rem, 12vw, 3.25rem); line-height: 1.06; overflow-wrap: anywhere; }.hero-copy { width: auto; max-width: 18rem; font-size: .95rem; line-height: 1.65; overflow-wrap: anywhere; word-break: break-word; }.hero-section { overflow-x: clip; }.hero-centerpiece { width: 100%; max-width: 100%; min-width: 0; overflow: clip; padding-right: 0; }.hero-console-card { width: 100%; max-width: 100%; min-width: 0; }.hero-main-graphic { height: 280px; }.hero-graphic-caption { right: .7rem; bottom: .7rem; left: .7rem; padding: .65rem .75rem; font-size: .85rem; }.console-topbar, .console-body { min-width: 0; }.console-topbar > .small { max-width: 45%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.console-line, .console-output { overflow-wrap: anywhere; word-break: break-word; }.hero-trust { flex-direction: column; align-items: flex-start; row-gap: .7rem!important; }.hero-trust > span { min-width: 0; max-width: 100%; }.floating-note { display: none; }.quote-card { padding: 1.25rem; }.build-art { min-height: 360px; }.pc-tower { transform: scale(.84) perspective(700px) rotateY(-15deg) rotateZ(-2deg); }.build-spec { font-size: .55rem; }.spec-one { left: 3%; }.spec-two { right: 2%; } }
