:root {
    --ink: #0d1728;
    --ink-soft: #334155;
    --muted: #64748b;
    --line: #dbe5f2;
    --paper: #ffffff;
    --soft: #f4f8fd;
    --soft-blue: #eaf4ff;
    --blue: #0969f8;
    --blue-dark: #0756cc;
    --navy: #071323;
    --navy-2: #0b1d34;
    --glow: rgba(9, 105, 248, 0.22);
    --shadow: 0 18px 48px rgba(15, 23, 42, 0.12);
    --radius: 18px;
    --radius-lg: 28px;
    --max: 1180px;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    line-height: 1.5;
}

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

img,
svg {
    display: block;
    max-width: 100%;
}

button,
input,
select,
textarea {
    font: inherit;
}

#footer-contact-us li svg {
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: .25rem;
}

#service-area {
    background-color: #90daee;
    background-image: url('images/map.webp');
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(16px);
}

.nav-wrap {
    width: min(var(--max), calc(100% - 40px));
    margin: 0 auto;
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1;
    color: var(--navy);
}

.brand-mark {
    width: 34px;
    height: 46px;
    border: 3px solid var(--blue);
    border-radius: 8px;
    position: relative;
}

.brand-mark::before,
.brand-mark::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: var(--blue);
    border-radius: 999px;
}

.brand-mark::before {
    top: 4px;
    width: 10px;
    height: 2px;
}

.brand-mark::after {
    bottom: 4px;
    width: 6px;
    height: 6px;
}

.brand-text strong,
.brand-text span {
    display: block;
}

.brand-text strong {
    font-size: 1.24rem;
}

.brand-text span {
    margin-top: 4px;
    color: var(--blue);
    font-size: 0.86rem;
    letter-spacing: 0.15em;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 28px;
    color: var(--ink-soft);
    font-size: 0.94rem;
    font-weight: 700;
}

.nav-links a {
    position: relative;
    padding: 8px 0;
}

.nav-links a.active,
.nav-links a:hover {
    color: var(--blue);
}

.nav-links a.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -16px;
    height: 3px;
    border-radius: 999px;
    background: var(--blue);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

.phone-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--navy);
    font-weight: 900;
    white-space: nowrap;
}

.phone-pill small {
    display: block;
    color: var(--muted);
    font-weight: 700;
    font-size: 0.77rem;
}

.icon-dot {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    color: var(--blue);
    border-radius: 999px;
    background: var(--soft-blue);
}

.btn {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 9px;
    padding: 0 22px;
    color: white;
    background: var(--blue);
    font-weight: 900;
    box-shadow: 0 14px 28px var(--glow);
    cursor: pointer;
    transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.btn:hover {
    transform: translateY(-1px);
    background: var(--blue-dark);
    box-shadow: 0 18px 36px var(--glow);
}

.btn.secondary {
    background: transparent;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.58);
    box-shadow: none;
}

.btn.secondary:hover {
    background: rgba(255, 255, 255, 0.08);
}

.hero {
    color: white;
    background:
    radial-gradient(circle at 70% 35%, rgba(9, 105, 248, 0.25), transparent 32%),
    linear-gradient(115deg, #06111f 0%, #081827 47%, #020712 100%);
    overflow: hidden;
}

.hero-inner {
    width: min(var(--max), calc(100% - 40px));
    margin: 0 auto;
    min-height: 590px;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 52px;
    padding: 62px 0;
}

#hero-subtitle {
    margin: .5rem 0;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #b9d7ff;
    background: rgba(255, 255, 255, 0.06);
    font-size: 0.84rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--blue);
    box-shadow: 0 0 0 5px rgba(9, 105, 248, 0.18);
}

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

h1 {
    margin-bottom: 16px;
    font-size: clamp(2.8rem, 5.2vw, 5.5rem);
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.script-line {
    margin: 0 0 26px;
    color: #2d98ff;
    font-family: "Segoe Script", "Bradley Hand", cursive;
    font-size: clamp(1.6rem, 3vw, 2.8rem);
    font-weight: 700;
}

.hero-copy {
    max-width: 540px;
    margin-bottom: 32px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.14rem;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 38px;
}

.trust-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.95rem;
    font-weight: 800;
}

.trust-strip span {
    display: flex;
    align-items: center;
    gap: 9px;
}

.trust-strip i,
.mini-icon {
    width: 20px;
    height: 20px;
    display: inline-grid;
    place-items: center;
    color: #91c8ff;
    font-style: normal;
}

.device-stage {
    min-height: 420px;
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
}

.hero-image.right {
    position: absolute;
    top: 50%;
    right: calc((100vw - min(var(--max), calc(100vw - 40px))) / -2);
    transform: translateY(-50%);
}

.device-laptop {
    width: min(680px, 100%);
    aspect-ratio: 16 / 9.7;
    border: 14px solid rgba(255, 255, 255, 0.18);
    border-radius: 24px 24px 18px 18px;
    background:
    linear-gradient(135deg, rgba(255,255,255,0.14), transparent 26%),
    linear-gradient(160deg, #111827, #020617);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.52);
    position: relative;
    overflow: hidden;
}

.device-laptop::before,
.device-phone::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
    linear-gradient(38deg, transparent 0 48%, rgba(255,255,255,0.2) 49% 50%, transparent 51%),
    linear-gradient(108deg, transparent 0 54%, rgba(255,255,255,0.16) 55% 56%, transparent 57%),
    radial-gradient(circle at 63% 35%, rgba(255,255,255,0.85) 0 2px, transparent 3px 100%);
    opacity: 0.8;
}

.device-laptop::after {
    content: "Image / repair hero space";
    position: absolute;
    inset: auto 22px 18px auto;
    color: rgba(255, 255, 255, 0.34);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.device-base {
    position: absolute;
    width: 74%;
    height: 22px;
    left: 16%;
    bottom: 48px;
    border-radius: 0 0 18px 18px;
    background: linear-gradient(180deg, rgba(255,255,255,0.5), rgba(255,255,255,0.12));
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.32);
}

.device-phone {
    position: absolute;
    left: 3%;
    bottom: 66px;
    width: min(190px, 28%);
    aspect-ratio: 9 / 16;
    border: 10px solid rgba(255, 255, 255, 0.18);
    border-radius: 28px;
    background: linear-gradient(160deg, #0f172a, #020617);
    box-shadow: 0 26px 56px rgba(0, 0, 0, 0.55);
    overflow: hidden;
}

.section {
    padding: 72px 0;
}

.section.soft {
    background: var(--soft);
}

.container {
    width: min(var(--max), calc(100% - 40px));
    margin: 0 auto;
}

.section-heading {
    max-width: 720px;
    margin: 0 auto 38px;
    text-align: center;
}

.section-heading h2 {
    margin-bottom: 12px;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.section-heading p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 1.05rem;
}

.section-heading::after {
    content: "";
    display: block;
    width: 62px;
    height: 4px;
    margin: 18px auto 0;
    border-radius: 999px;
    background: var(--blue);
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.card {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: white;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.service-card {
    min-height: 250px;
    padding: 34px 24px 28px;
    text-align: center;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.service-card:hover {
    transform: translateY(-4px);
    border-color: rgba(9, 105, 248, 0.32);
    box-shadow: var(--shadow);
}

.service-card:focus-visible {
    outline: 3px solid rgba(9, 105, 248, 0.42);
    outline-offset: 4px;
}

.service-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    display: grid;
    place-items: center;
    color: var(--blue);
    font-size: 2rem;
    font-weight: 900;
}

.service-icon.apple,
.service-icon.samsung {
    border: 0;
    color: var(--ink);
    background: transparent;
    font-size: 2.9rem;
}

.service-icon.samsung {
    color: #1234a5;
    font-size: 1.28rem;
    letter-spacing: 0.13em;
}

.service-card h3 {
    margin-bottom: 8px;
    font-size: 1.3rem;
    letter-spacing: -0.02em;
}

.service-card p {
    min-height: 74px;
    margin-bottom: 18px;
    color: var(--ink-soft);
}

.text-link {
    color: var(--blue);
    font-weight: 900;
}

.benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    text-align: center;
}

.benefit {
    padding: 4px 12px;
}

.benefit .round-icon,
.step .round-icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 16px;
    display: grid;
    place-items: center;
    color: var(--blue);
    border-radius: 999px;
    font-size: 1.7rem;
    font-weight: 900;
}

.benefit h3,
.step h3 {
    margin-bottom: 8px;
    font-size: 1.04rem;
}

.benefit p,
.step p {
    margin-bottom: 0;
    color: var(--ink-soft);
    font-size: 0.95rem;
}

.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
    text-align: center;
}

.step {
    position: relative;
    padding: 6px 18px 0;
}

.step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 36px;
    left: calc(50% + 45px);
    width: calc(100% - 70px);
    border-top: 3px dotted #bdd8fa;
}

.step .round-icon {
    color: white;
    background: var(--blue);
    border-color: var(--blue);
    box-shadow: 0 14px 32px var(--glow);
}

.local-service-area {
    text-align: center;
}

.area-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 22px;
    max-width: 860px;
    margin: 0 auto;
    color: var(--navy);
    font-size: 1.08rem;
    font-weight: 900;
}

.area-list span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.area-list span::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--blue);
}

.area-note {
    max-width: 680px;
    margin: 24px auto 0;
    color: var(--ink-soft);
}

.local-panel {
    display: grid;
    grid-template-columns: 1.12fr 0.88fr;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    background: white;
}

.faq-box,
.quote-box {
    padding: 38px;
}

.faq-box h2,
.quote-box h1,
.quote-box h2 {
    margin-bottom: 14px;
    font-size: 1.6rem;
    letter-spacing: -0.035em;
}

.faq-box h2::after,
.quote-box h1::after,
.quote-box h2::after {
    content: "";
    display: block;
    width: 52px;
    height: 3px;
    margin-top: 11px;
    border-radius: 999px;
    background: var(--blue);
}

.faq-box p,
.quote-box p {
    color: var(--ink-soft);
}

.faq-box {
    border-right: 1px solid var(--line);
}

.faq-list {
    margin-top: 22px;
}

details {
    border-bottom: 1px solid var(--line);
}

summary {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 0;
    color: var(--ink);
    font-weight: 800;
    cursor: pointer;
}

summary::-webkit-details-marker {
    display: none;
}

summary::after {
    content: "+";
    color: var(--blue);
    font-size: 1.4rem;
    line-height: 1;
}

details[open] summary::after {
    content: "−";
}

details p {
    margin: -4px 0 18px;
    color: var(--ink-soft);
    font-size: 0.95rem;
}

.quote-box {
    color: white;
    background:
    radial-gradient(circle at 100% 0%, rgba(9, 105, 248, 0.25), transparent 35%),
    linear-gradient(155deg, var(--navy-2), #03101f);
}

.quote-box h2::after {
    background: #75b8ff;
}

.quote-box p {
    color: rgba(255, 255, 255, 0.78);
}

.quote-form {
    position: relative;
    display: grid;
    gap: 11px;
    margin-top: 20px;
}

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

.quote-form input,
.quote-form select,
.quote-form textarea,
.upload-field {
    width: 100%;
    min-height: 46px;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    padding: 12px 14px;
    outline: none;
}

.quote-form textarea {
    min-height: 96px;
    resize: vertical;
}

.quote-form input::placeholder,
.quote-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.quote-form option {
    color: var(--ink);
}

.upload-field {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.78);
    cursor: pointer;
}

.upload-field > :not(input) {
    position: relative;
    z-index: 2;
    pointer-events: none;
}

.upload-field input[type="file"] {
    position: absolute;
    inset: 0;
    width: 100%;
    min-height: 0;
    height: 100%;
    padding: 0;
    border: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.upload-field.has-preview {
    min-height: 180px;
    padding: 0;
}

.upload-preview {
    width: 100%;
    height: 180px;
    flex: 1;
    border-radius: 8px;
    object-fit: cover;
    background: rgba(255, 255, 255, 0.12);
}

.quote-form .btn {
    width: 100%;
    margin-top: 4px;
}

.site-footer {
    color: white;
    background: #05111f;
    padding: 54px 0 28px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 1fr 1.2fr;
    gap: 48px;
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-grid .brand {
    color: white;
    margin-bottom: 18px;
}

.footer-grid p,
.footer-grid a,
.footer-grid li {
    color: rgba(255, 255, 255, 0.76);
}

.footer-grid h3 {
    margin-bottom: 18px;
    color: white;
    font-size: 1.05rem;
}

.footer-grid ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.socials {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.socials a {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: white;
    font-weight: 900;
}

.copyright {
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.56);
    text-align: center;
    font-size: 0.9rem;
}

.mobile-menu {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: white;
    color: var(--navy);
    font-size: 1.5rem;
    cursor: pointer;
}

@media (max-width: 1040px) {
    .nav-wrap {
        flex-wrap: wrap;
        gap: 0 18px;
        padding: 14px 0;
    }

    .brand {
        order: 1;
    }

    .nav-links {
        order: 3;
        width: 100%;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 2px;
        padding: 18px 0 10px;
    }

    .nav-links a {
        padding: 12px 0;
    }

    .nav-links a.active::after {
        display: none;
    }

    .header-actions {
        order: 4;
        width: 100%;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        padding-bottom: 4px;
    }

    .phone-pill {
        min-height: 46px;
    }

    .mobile-menu {
        order: 2;
        display: grid;
        place-items: center;
        margin-left: auto;
    }

    .site-header.menu-open .nav-links,
    .site-header.menu-open .header-actions {
        display: flex;
    }

    .hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    }

    .hero-copy {
    max-width: 680px;
    }

    .hero-image {
        width: 100% !important;
        height: auto !important;
    }

    .device-stage {
    min-height: 360px;
    }

    .service-grid,
    .benefits,
    .steps {
    grid-template-columns: repeat(2, 1fr);
    }

    .step:not(:last-child)::after {
    display: none;
    }

    .local-panel {
    grid-template-columns: 1fr;
    }

    .faq-box {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    }

    .footer-grid {
    grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 680px) {
    .nav-wrap,
    .hero-inner,
    .container {
    width: min(100% - 28px, var(--max));
    }

    .header-actions .btn {
    width: 100%;
    }

    .brand-text strong {
    font-size: 1rem;
    }

    .brand-text span {
    font-size: 0.72rem;
    }

    .hero-inner {
    padding: 42px 0 52px;
    }

    .hero-ctas,
    .trust-strip {
    flex-direction: column;
    align-items: stretch;
    }

    .hero-ctas .btn {
    width: 100%;
    }

    .device-stage {
    min-height: 300px;
    }

    .device-phone {
    width: 34%;
    left: 0;
    }

    .section {
    padding: 52px 0;
    }

    .service-grid,
    .benefits,
    .steps,
    .footer-grid {
    grid-template-columns: 1fr;
    }

    .faq-box,
    .quote-box {
    padding: 28px 22px;
    }
}
