/* ============================================================
   SEO Agency in New York — location page
   Premium landing focused on SERP + LLM ranking signals.
   ============================================================ */

:root {
    --nyc-bg:        #0c0e12;
    --nyc-bg-light:  #f8f7f5;
    --nyc-text:      #0e1116;
    --nyc-text-dim:  #5a6270;
    --nyc-rule:      #e7e7e7;
    --nyc-red:       #d32027;
    --nyc-red-bright:#ff4a52;
    --nyc-red-dark:  #b8000a;
}

.nyc-page { background: var(--nyc-bg-light); color: var(--nyc-text); overflow-x: clip; }

/* shared section heading */
.nyc-section-head { text-align: center; margin: 0 auto 56px; max-width: 760px; }
.nyc-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--nyc-red);
    background: rgba(211, 32, 39, .08);
    border: 1px solid rgba(211, 32, 39, .22);
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 18px;
}
.nyc-eyebrow-light { color: #ff8a90; background: rgba(211, 32, 39, .14); border-color: rgba(211, 32, 39, .35); }
.nyc-section-title {
    margin: 0 0 14px;
    color: var(--nyc-text);
    font-weight: 700;
    font-size: clamp(28px, 3.4vw, 46px);
    line-height: 1.15;
    letter-spacing: -0.02em;
    font-synthesis: none;
}
.nyc-section-title-light { color: #fff; }
.nyc-section-accent {
    display: inline-block;
    color: var(--nyc-red);
    font-family: "Playfair Display", "Times New Roman", Georgia, serif;
    font-style: italic;
    font-weight: 600;
    margin-left: 4px;
}
.nyc-section-sub {
    margin: 0;
    color: var(--nyc-text-dim);
    font-size: clamp(15px, 1.2vw, 17px);
    line-height: 1.65;
}
.nyc-section-head-light .nyc-section-sub { color: rgba(255, 255, 255, .68); }

.nyc-inline-link { color: var(--nyc-red); font-weight: 600; text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
.nyc-inline-link:hover { color: var(--nyc-red-dark); }
.nyc-inline-cta {
    background: transparent; border: 0; padding: 0; cursor: pointer; font: inherit;
    color: var(--nyc-red); font-weight: 600; text-decoration: underline;
    text-decoration-thickness: 1.5px; text-underline-offset: 3px;
}
.nyc-inline-cta:hover { color: var(--nyc-red-dark); }

/* Buttons */
.nyc-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 999px;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    transition: transform .15s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .15s ease;
    font-family: inherit;
}
.nyc-btn svg { width: 16px; height: 16px; }
.nyc-btn-lg { padding: 16px 32px; font-size: 16px; }
.nyc-btn-primary {
    background: linear-gradient(135deg, #ff3b47 0%, var(--nyc-red) 60%, var(--nyc-red-dark) 100%);
    color: #fff;
    box-shadow: 0 20px 44px -16px rgba(211, 32, 39, .65), 0 0 0 1px rgba(255, 255, 255, .05) inset;
}
.nyc-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 24px 50px -16px rgba(211, 32, 39, .8), 0 0 0 1px rgba(255, 255, 255, .12) inset; color: #fff; }
.nyc-btn-ghost {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
}
.nyc-btn-ghost:hover { background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .35); color: #fff; }
/* light-section ghost variant — used on the office section */
.nyc-visit-info .nyc-btn-ghost,
.nyc-resources-sec .nyc-btn-ghost { background: #fff; color: var(--nyc-text); border-color: var(--nyc-rule); }

/* ============================================================
   HERO
   ============================================================ */
.nyc-hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(900px 540px at 12% -8%, rgba(211, 32, 39, .42), transparent 60%),
        radial-gradient(1000px 600px at 92% 110%, rgba(211, 32, 39, .28), transparent 65%),
        radial-gradient(700px 600px at 50% 45%, rgba(60, 100, 200, .08), transparent 70%),
        linear-gradient(180deg, #07090d 0%, #0a0d14 50%, #06080d 100%);
    padding: 110px 0 110px;
    color: #fff;
}
.nyc-hero-bg {
    position: absolute; inset: 0; z-index: -1; pointer-events: none;
    background-image:
        radial-gradient(1px 1px at 12% 18%, rgba(255,255,255,.5), transparent 60%),
        radial-gradient(1.2px 1.2px at 28% 62%, rgba(255,255,255,.35), transparent 60%),
        radial-gradient(1px 1px at 47% 12%, rgba(255,255,255,.45), transparent 60%),
        radial-gradient(1px 1px at 63% 38%, rgba(255,255,255,.3), transparent 60%),
        radial-gradient(1.4px 1.4px at 78% 72%, rgba(255,255,255,.4), transparent 60%),
        radial-gradient(1px 1px at 88% 22%, rgba(255,255,255,.45), transparent 60%),
        radial-gradient(1px 1px at 8% 88%, rgba(255,255,255,.3), transparent 60%),
        radial-gradient(1.2px 1.2px at 55% 92%, rgba(255,255,255,.4), transparent 60%);
    background-repeat: no-repeat;
}
.nyc-hero-inner { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 24px; }
.nyc-hero-pill {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 8px 18px 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .85);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .02em;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.nyc-hero-pill-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--nyc-red-bright);
    box-shadow: 0 0 0 4px rgba(255, 74, 82, .2);
    animation: nycPulse 2.4s ease-in-out infinite;
}
@keyframes nycPulse { 0%,100%{opacity:1;} 50%{opacity:.55;} }
.nyc-hero-title {
    margin: 0;
    max-width: 40ch;
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -0.02em;
    font-synthesis: none;
}
.nyc-hero-title-main { display: block; color: #fff; font-size: clamp(38px, 5.4vw, 78px); }
.nyc-hero-desc {
    margin: 4px auto 0;
    max-width: 100ch;
    color: rgba(255, 255, 255, .72);
    font-size: clamp(15px, 1.2vw, 17px);
    line-height: 1.7;
}
.nyc-hero-desc strong { color: #fff; font-weight: 600; }
.nyc-hero-ctas { display: inline-flex; align-items: center; gap: 14px; flex-wrap: wrap; justify-content: center; margin-top: 12px; }

.nyc-hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    width: 100%;
    max-width: 980px;
    margin-top: 36px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}
.nyc-hero-stat { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.nyc-hero-stat-num {
    display: inline-flex; align-items: baseline;
    font-size: clamp(34px, 3.8vw, 50px);
    font-weight: 800; letter-spacing: -0.02em; line-height: 1; color: #fff;
}
.nyc-hero-stat-plus { color: var(--nyc-red-bright); font-size: 0.65em; margin-left: 4px; font-weight: 700; }
.nyc-hero-stat-label { text-transform: uppercase; font-size: 12px; letter-spacing: .14em; font-weight: 600; color: rgba(255,255,255,.55); text-align: center; }

/* ============================================================
   QUICK ANSWER
   ============================================================ */
.nyc-quick-answer { padding: 60px 0 0; background: var(--nyc-bg-light); }
.nyc-qa-card {
    max-width: 920px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--nyc-rule);
    border-left: 4px solid var(--nyc-red);
    border-radius: 14px;
    padding: 32px 36px;
    box-shadow: 0 14px 36px -22px rgba(0,0,0,.12);
}
.nyc-qa-eyebrow { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--nyc-red); margin-bottom: 8px; }
.nyc-qa-title { margin: 0 0 14px; font-size: clamp(22px, 2.2vw, 30px); font-weight: 700; color: var(--nyc-text); line-height: 1.25; }
.nyc-qa-summary { margin: 0 0 16px; color: var(--nyc-text-dim); font-size: 16px; line-height: 1.7; }
.nyc-qa-summary strong { color: var(--nyc-text); }
.nyc-qa-bullets { list-style: none; padding: 0; margin: 0; }
.nyc-qa-bullets li {
    position: relative;
    padding: 9px 0 9px 22px;
    border-top: 1px dashed var(--nyc-rule);
    color: var(--nyc-text);
    font-size: 14.5px;
    line-height: 1.6;
}
.nyc-qa-bullets li:first-child { border-top: 0; }
.nyc-qa-bullets li::before { content: ""; position: absolute; left: 2px; top: 17px; width: 8px; height: 8px; border-radius: 50%; background: var(--nyc-red); }
.nyc-qa-bullets li strong { color: var(--nyc-text); margin-right: 4px; }

/* ============================================================
   NYC REALITY (4 cards)
   ============================================================ */
.nyc-reality-sec { padding: 100px 0; background: var(--nyc-bg-light); }
.nyc-reality-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.nyc-reality-card {
    position: relative;
    padding: 32px 26px 26px;
    background: #fff;
    border: 1px solid var(--nyc-rule);
    border-radius: 16px;
    transition: transform .2s ease, border-color .2s ease, box-shadow .25s ease;
}
.nyc-reality-card:hover { transform: translateY(-3px); border-color: rgba(211, 32, 39, .3); box-shadow: 0 18px 36px -22px rgba(0,0,0,.18); }
.nyc-reality-num { display: inline-block; font-family: "Roboto", sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .14em; color: var(--nyc-red); margin-bottom: 12px; }
.nyc-reality-card h3 { margin: 0 0 8px; font-size: 17px; font-weight: 700; line-height: 1.35; color: var(--nyc-text); }
.nyc-reality-card p { margin: 0; color: var(--nyc-text-dim); font-size: 14px; line-height: 1.6; }

/* ============================================================
   SERVICES (12 cards, 4 cols)
   ============================================================ */
.nyc-services-sec { padding: 100px 0; background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%); border-top: 1px solid var(--nyc-rule); }
.nyc-services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.nyc-service-card {
    position: relative;
    padding: 28px 24px 24px;
    background: #fff;
    border: 1px solid var(--nyc-rule);
    border-radius: 16px;
    transition: transform .2s ease, border-color .2s ease, box-shadow .25s ease;
    overflow: hidden; isolation: isolate;
    display: flex; flex-direction: column;
}
.nyc-service-card::before {
    content: ""; position: absolute; inset: 0 0 auto 0; height: 3px;
    background: linear-gradient(90deg, #ff3b47, var(--nyc-red), var(--nyc-red-dark));
    transform: scaleX(0); transform-origin: left center; transition: transform .3s ease;
}
.nyc-service-card:hover { transform: translateY(-4px); border-color: rgba(211,32,39,.3); box-shadow: 0 22px 40px -22px rgba(0,0,0,.18); }
.nyc-service-card:hover::before { transform: scaleX(1); }
.nyc-service-num { font-family: "Roboto", sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .14em; color: rgba(211, 32, 39, .55); margin-bottom: 14px; }
.nyc-service-title { margin: 0 0 8px; font-size: 16.5px; font-weight: 700; line-height: 1.35; color: var(--nyc-text); }
.nyc-service-desc { margin: 0 0 16px; font-size: 13.5px; line-height: 1.6; color: var(--nyc-text-dim); }
.nyc-service-cta { margin-top: auto; align-self: flex-start; display: inline-flex; align-items: center; gap: 6px; padding: 0; background: transparent; border: 0; cursor: pointer; font-family: inherit; font-size: 12.5px; font-weight: 700; letter-spacing: .03em; color: var(--nyc-red); transition: gap .15s ease; }
.nyc-service-cta svg { width: 13px; height: 13px; transition: transform .2s ease; }
.nyc-service-cta:hover { gap: 10px; }
.nyc-service-cta:hover svg { transform: translateX(2px); }

/* ============================================================
   INDUSTRIES — 4-col, 12 cards
   ============================================================ */
.nyc-industries-sec { padding: 100px 0; background: var(--nyc-bg-light); border-top: 1px solid var(--nyc-rule); }
.nyc-industries-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.nyc-industry-card {
    padding: 26px 24px;
    background: #fff;
    border: 1px solid var(--nyc-rule);
    border-radius: 14px;
    transition: transform .2s ease, border-color .2s ease, box-shadow .25s ease;
    position: relative;
}
.nyc-industry-card::before {
    content: ""; position: absolute; left: 0; top: 18px; bottom: 18px; width: 3px;
    background: var(--nyc-red);
    border-radius: 0 2px 2px 0;
    transition: top .25s ease, bottom .25s ease;
}
.nyc-industry-card:hover { transform: translateY(-3px); border-color: rgba(211, 32, 39, .3); box-shadow: 0 18px 36px -22px rgba(0,0,0,.18); }
.nyc-industry-card:hover::before { top: 8px; bottom: 8px; }
.nyc-industry-title { margin: 0 0 8px; padding-left: 14px; font-size: 16px; font-weight: 700; color: var(--nyc-text); line-height: 1.3; }
.nyc-industry-desc { margin: 0; padding-left: 14px; color: var(--nyc-text-dim); font-size: 13.5px; line-height: 1.55; }

/* ============================================================
   BOROUGHS / AREAS WE SERVE
   ============================================================ */
.nyc-areas-sec { padding: 100px 0; background: #fff; border-top: 1px solid var(--nyc-rule); }
.nyc-areas-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.nyc-borough {
    padding: 28px 26px;
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
    border: 1px solid var(--nyc-rule);
    border-radius: 14px;
}
.nyc-borough-name {
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--nyc-red);
    font-size: 18px;
    font-weight: 700;
    color: var(--nyc-text);
    display: inline-block;
}
.nyc-borough-list { list-style: none; padding: 0; margin: 0; }
.nyc-borough-list li {
    position: relative;
    padding: 6px 0 6px 18px;
    color: var(--nyc-text-dim);
    font-size: 14px;
    line-height: 1.5;
}
.nyc-borough-list li::before {
    content: ""; position: absolute; left: 0; top: 14px;
    width: 6px; height: 6px; border-radius: 50%;
    background: rgba(211, 32, 39, .45);
}
.nyc-areas-note { margin: 32px 0 0; text-align: center; color: var(--nyc-text-dim); font-size: 15px; line-height: 1.6; }

/* ============================================================
   COMPARISON TABLE
   ============================================================ */
.nyc-compare-sec { padding: 100px 0; background: var(--nyc-bg-light); border-top: 1px solid var(--nyc-rule); }
.nyc-compare-wrap { overflow-x: auto; border-radius: 14px; box-shadow: 0 14px 36px -24px rgba(0,0,0,.15); background: #fff; border: 1px solid var(--nyc-rule); }
.nyc-compare-table { width: 100%; min-width: 760px; border-collapse: separate; border-spacing: 0; font-size: 14.5px; line-height: 1.5; }
.nyc-compare-table thead th { background: #0e1116; color: #fff; font-weight: 600; text-align: left; padding: 16px 18px; font-size: 14px; }
.nyc-compare-table thead th.nyc-compare-us { background: linear-gradient(135deg, var(--nyc-red) 0%, var(--nyc-red-dark) 100%); }
.nyc-compare-table thead th.nyc-compare-feature { background: #1a1d23; }
.nyc-compare-table tbody th, .nyc-compare-table tbody td { padding: 14px 18px; border-top: 1px solid var(--nyc-rule); vertical-align: top; }
.nyc-compare-table tbody th { background: #fafafa; text-align: left; font-weight: 600; color: var(--nyc-text); width: 26%; }
.nyc-compare-table tbody td.nyc-compare-us { background: rgba(211, 32, 39, .06); color: var(--nyc-text); font-weight: 500; border-left: 2px solid rgba(211, 32, 39, .35); border-right: 2px solid rgba(211, 32, 39, .35); }
.nyc-compare-table tbody tr:last-child td.nyc-compare-us { border-bottom: 2px solid rgba(211, 32, 39, .35); }
.nyc-compare-table tbody td { color: var(--nyc-text-dim); }
.nyc-compare-table td[data-yes]::before { content: "\2713\00a0"; color: #22a06b; font-weight: 700; }
.nyc-compare-table td[data-no]::before { content: "\2715\00a0"; color: #c0392b; font-weight: 700; }
.nyc-compare-note { margin: 22px 0 0; text-align: center; font-size: 13px; font-style: italic; color: var(--nyc-text-dim); }

/* ============================================================
   MID-PAGE CTA STRIP
   ============================================================ */
.nyc-cta-strip {
    position: relative; overflow: hidden; isolation: isolate; color: #fff;
    background:
        radial-gradient(700px 420px at 10% 50%, rgba(211, 32, 39, .4), transparent 65%),
        radial-gradient(700px 420px at 95% 50%, rgba(255, 107, 122, .3), transparent 70%),
        linear-gradient(135deg, #1a0d0f 0%, #21080b 50%, #16080a 100%);
    padding: 70px 0;
}
.nyc-cta-strip-bg {
    position: absolute; inset: 0; z-index: -1; pointer-events: none;
    background-image: radial-gradient(circle, rgba(255,255,255,.04) 1px, transparent 1.2px);
    background-size: 26px 26px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 30%, transparent 90%);
    -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 30%, transparent 90%);
    opacity: .9;
}
.nyc-cta-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.nyc-cta-strip-title { margin: 0 0 8px; color: #fff; font-size: clamp(24px, 2.6vw, 34px); font-weight: 700; line-height: 1.2; }
.nyc-cta-strip-accent { display: block; color: var(--nyc-red-bright); font-family: "Playfair Display", "Times New Roman", Georgia, serif; font-style: italic; font-weight: 500; margin-top: 4px; }
.nyc-cta-strip-sub { margin: 0; color: rgba(255, 255, 255, .7); font-size: 15px; line-height: 1.6; max-width: 55ch; }

/* ============================================================
   PROCESS — timeline
   ============================================================ */
.nyc-process-sec { padding: 100px 0; background: var(--nyc-bg-light); }
.nyc-process-list { list-style: none; padding: 0; margin: 0 auto; max-width: 880px; position: relative; }
.nyc-process-list::before { content: ""; position: absolute; top: 0; bottom: 0; left: 38px; width: 2px; background: linear-gradient(180deg, rgba(211,32,39,.05), rgba(211,32,39,.4) 30%, rgba(211,32,39,.4) 70%, rgba(211,32,39,.05)); }
.nyc-process-step { position: relative; display: grid; grid-template-columns: 100px 1fr; gap: 28px; padding: 18px 0 26px; }
.nyc-process-marker { position: relative; width: 76px; z-index: 1; }
.nyc-process-marker-num {
    display: inline-flex; align-items: center; justify-content: center;
    width: 76px; height: 76px; border-radius: 50%;
    background: linear-gradient(135deg, #fff 0%, #fafafa 100%);
    border: 1px solid rgba(211, 32, 39, .35);
    color: var(--nyc-red); font-weight: 800; font-size: 22px;
    box-shadow: 0 10px 24px -16px rgba(211, 32, 39, .3);
}
.nyc-process-marker-when { display: block; margin-top: 8px; text-align: center; font-size: 11.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--nyc-text-dim); }
.nyc-process-content { padding-top: 4px; }
.nyc-process-title { margin: 0 0 8px; font-size: 22px; font-weight: 700; line-height: 1.3; color: var(--nyc-text); }
.nyc-process-desc { margin: 0; color: var(--nyc-text-dim); font-size: 15px; line-height: 1.7; }

/* ============================================================
   WHY US — dark
   ============================================================ */
.nyc-why-sec {
    position: relative; overflow: hidden; isolation: isolate;
    padding: 100px 0; color: #fff;
    background:
        radial-gradient(900px 540px at 12% 12%,  rgba(211, 32, 39, .18), transparent 60%),
        radial-gradient(900px 540px at 92% 90%,  rgba(255, 107, 122, .12), transparent 60%),
        linear-gradient(180deg, #1c1f26 0%, #16191f 50%, #181b22 100%);
}
.nyc-why-bg { position: absolute; inset: 0; z-index: -1; pointer-events: none; background-image: radial-gradient(circle, rgba(255,255,255,.045) 1px, transparent 1.2px); background-size: 28px 28px; mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 30%, transparent 90%); -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 30%, transparent 90%); opacity: .9; }
.nyc-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.nyc-why-card {
    padding: 30px 28px 26px;
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 18px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
    position: relative; overflow: hidden;
}
.nyc-why-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 2px; background: linear-gradient(90deg, #ff3b47, var(--nyc-red), var(--nyc-red-dark)); transform: scaleX(0); transform-origin: left center; transition: transform .35s ease; }
.nyc-why-card:hover { transform: translateY(-4px); background: rgba(255,255,255,.06); border-color: rgba(211,32,39,.35); }
.nyc-why-card:hover::before { transform: scaleX(1); }
.nyc-why-num { display: inline-block; font-family: "Roboto", sans-serif; font-size: 14px; font-weight: 800; letter-spacing: .14em; color: rgba(255, 255, 255, .35); margin-bottom: 14px; }
.nyc-why-title { margin: 0 0 10px; font-size: 19px; font-weight: 700; line-height: 1.35; color: #fff; }
.nyc-why-desc { margin: 0; font-size: 14.5px; line-height: 1.65; color: rgba(255,255,255,.68); }

/* ============================================================
   RESULTS — case studies (light)
   ============================================================ */
.nyc-results-sec { padding: 100px 0; background: #fff; border-top: 1px solid var(--nyc-rule); }
.nyc-results-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.nyc-case-card {
    padding: 32px 28px 28px;
    background: linear-gradient(180deg, #fffafa 0%, #fff5f5 100%);
    border: 1px solid var(--nyc-rule);
    border-radius: 18px;
    display: flex; flex-direction: column;
    transition: transform .2s ease, border-color .2s ease, box-shadow .25s ease;
}
.nyc-case-card:hover { transform: translateY(-4px); border-color: rgba(211, 32, 39, .3); box-shadow: 0 22px 40px -22px rgba(0,0,0,.18); }
.nyc-case-cat { display: inline-block; align-self: flex-start; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--nyc-red); background: rgba(211, 32, 39, .1); padding: 5px 10px; border-radius: 999px; margin-bottom: 18px; }
.nyc-case-metric { margin-bottom: 16px; }
.nyc-case-number {
    display: block;
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 800; letter-spacing: -0.025em; line-height: 1;
    background: linear-gradient(135deg, var(--nyc-red) 0%, var(--nyc-red-dark) 100%);
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.nyc-case-label { display: block; margin-top: 6px; font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--nyc-text-dim); }
.nyc-case-body { margin: 0 0 22px; font-size: 14.5px; line-height: 1.65; color: var(--nyc-text); }
.nyc-case-cta { margin-top: auto; align-self: flex-start; padding: 10px 16px; border: 1px solid var(--nyc-red); background: transparent; color: var(--nyc-red); border-radius: 999px; font-family: inherit; font-size: 13px; font-weight: 600; cursor: pointer; transition: background .15s ease, color .15s ease; }
.nyc-case-cta:hover { background: var(--nyc-red); color: #fff; }

/* ============================================================
   PRICING — dark tiers
   ============================================================ */
.nyc-pricing-sec {
    position: relative; overflow: hidden; isolation: isolate;
    padding: 110px 0; color: #fff;
    background:
        radial-gradient(900px 540px at 12% 12%, rgba(211, 32, 39, .2), transparent 60%),
        radial-gradient(900px 540px at 92% 90%, rgba(255, 107, 122, .14), transparent 60%),
        linear-gradient(180deg, #14171d 0%, #0f1217 50%, #14171d 100%);
}
.nyc-pricing-bg { position: absolute; inset: 0; z-index: -1; pointer-events: none; background-image: radial-gradient(circle, rgba(255,255,255,.045) 1px, transparent 1.2px); background-size: 28px 28px; mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 30%, transparent 90%); -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 30%, transparent 90%); }
.nyc-pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.nyc-tier {
    position: relative;
    padding: 36px 30px 32px;
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 20px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex; flex-direction: column;
    transition: transform .2s ease, border-color .2s ease;
}
.nyc-tier.is-highlighted {
    background: linear-gradient(180deg, rgba(211, 32, 39, .12) 0%, rgba(255, 107, 122, .04) 100%);
    border-color: rgba(211, 32, 39, .55);
    box-shadow: 0 30px 60px -28px rgba(211, 32, 39, .55), 0 0 0 1px rgba(211, 32, 39, .15) inset;
    transform: translateY(-8px);
}
.nyc-tier:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.25); }
.nyc-tier.is-highlighted:hover { transform: translateY(-12px); }
.nyc-tier-flag { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #ff3b47, var(--nyc-red), var(--nyc-red-dark)); color: #fff; padding: 5px 14px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; box-shadow: 0 12px 24px -10px rgba(211, 32, 39, .65); }
.nyc-tier-badge { display: inline-block; color: rgba(255, 255, 255, .65); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 14px; }
.nyc-tier.is-highlighted .nyc-tier-badge { color: var(--nyc-red-bright); }
.nyc-tier-price { display: flex; align-items: baseline; gap: 8px; margin-bottom: 14px; color: #fff; line-height: 1; }
.nyc-tier-price-amount { font-size: clamp(38px, 4vw, 50px); font-weight: 800; letter-spacing: -0.025em; }
.nyc-tier-price-unit { font-size: 14px; font-weight: 500; color: rgba(255, 255, 255, .55); }
.nyc-tier-best { margin: 0 0 22px; padding-bottom: 22px; border-bottom: 1px solid rgba(255, 255, 255, .08); font-size: 13.5px; line-height: 1.55; color: rgba(255, 255, 255, .72); }
.nyc-tier-best strong { color: #fff; font-weight: 600; }
.nyc-tier-list { list-style: none; padding: 0; margin: 0 0 26px; }
.nyc-tier-list li { display: flex; align-items: flex-start; gap: 10px; padding: 7px 0; font-size: 14px; line-height: 1.55; color: rgba(255, 255, 255, .82); }
.nyc-tier-check { flex-shrink: 0; width: 18px; height: 18px; border-radius: 50%; background: rgba(34, 160, 107, .2); color: #58e0a0; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; margin-top: 2px; }
.nyc-tier.is-highlighted .nyc-tier-check { background: rgba(211, 32, 39, .25); color: var(--nyc-red-bright); }
.nyc-tier-cta { margin-top: auto; width: 100%; justify-content: center; }
.nyc-pricing-note { margin: 36px auto 0; max-width: 70ch; text-align: center; font-size: 13px; line-height: 1.65; color: rgba(255, 255, 255, .55); }
.nyc-pricing-note .nyc-inline-link { color: var(--nyc-red-bright); }
.nyc-pricing-note .nyc-inline-link:hover { color: #fff; }

/* ============================================================
   VISIT OUR NYC OFFICE — Google Maps embed + address
   ============================================================ */
.nyc-visit-sec { padding: 100px 0; background: var(--nyc-bg-light); border-top: 1px solid var(--nyc-rule); scroll-margin-top: 80px; }
.nyc-visit-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 30px; align-items: stretch; }
.nyc-visit-info {
    background: #fff;
    border: 1px solid var(--nyc-rule);
    border-radius: 18px;
    padding: 30px 32px;
    display: flex; flex-direction: column; gap: 24px;
}
.nyc-visit-info-block { padding-bottom: 22px; border-bottom: 1px solid var(--nyc-rule); }
.nyc-visit-info-block:last-child { border-bottom: 0; padding-bottom: 0; }
.nyc-visit-info-label {
    display: inline-block;
    font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
    color: var(--nyc-red); margin-bottom: 10px;
}
.nyc-visit-info-text { margin: 0; font-size: 15px; line-height: 1.6; color: var(--nyc-text); }
.nyc-visit-info-text strong { color: var(--nyc-text); }
.nyc-visit-meta { display: inline-block; margin-top: 4px; font-size: 13px; color: var(--nyc-text-dim); font-style: italic; }
.nyc-visit-link {
    display: inline-flex; align-items: center; gap: 8px;
    margin-top: 12px;
    color: var(--nyc-red); font-size: 14px; font-weight: 600;
    text-decoration: none;
}
.nyc-visit-link:hover { color: var(--nyc-red-dark); }
.nyc-visit-link svg { width: 14px; height: 14px; }
.nyc-visit-cta { margin-top: 12px; }

.nyc-visit-map {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--nyc-rule);
    background: #eaeaea;
    min-height: 480px;
    box-shadow: 0 22px 50px -28px rgba(0,0,0,.2);
}
.nyc-visit-map iframe { display: block; width: 100%; height: 100%; min-height: 480px; border: 0; }

/* ============================================================
   FAQ
   ============================================================ */
.nyc-faq-sec { padding: 100px 0; background: var(--nyc-bg-light); }
.nyc-faq-list { max-width: 880px; margin: 0 auto; border-top: 1px solid var(--nyc-rule); }
.nyc-faq-item { border-bottom: 1px solid var(--nyc-rule); }
.nyc-faq-q { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 4px; cursor: pointer; list-style: none; color: var(--nyc-text); font-size: 17px; font-weight: 600; line-height: 1.4; transition: color .15s ease; }
.nyc-faq-q::-webkit-details-marker { display: none; }
.nyc-faq-q:hover { color: var(--nyc-red); }
.nyc-faq-icon { width: 32px; height: 32px; flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(211, 32, 39, .08); border: 1px solid rgba(211, 32, 39, .2); color: var(--nyc-red); transition: transform .25s ease, background .15s ease; }
.nyc-faq-icon svg { width: 14px; height: 14px; }
.nyc-faq-item[open] .nyc-faq-icon { transform: rotate(45deg); background: rgba(211, 32, 39, .18); }
.nyc-faq-a { padding: 0 4px 22px 4px; color: var(--nyc-text-dim); font-size: 15px; line-height: 1.7; max-width: 70ch; }
.nyc-faq-a a { color: var(--nyc-red); font-weight: 600; }

/* ============================================================
   RESOURCES — internal-link cards
   ============================================================ */
.nyc-resources-sec { padding: 90px 0; background: #fff; border-top: 1px solid var(--nyc-rule); }
.nyc-resources-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.nyc-resource-card {
    display: block;
    padding: 30px 28px 28px;
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
    border: 1px solid var(--nyc-rule);
    border-radius: 16px;
    color: var(--nyc-text);
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, box-shadow .25s ease;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
.nyc-resource-card::before {
    content: ""; position: absolute; inset: 0 0 auto 0; height: 3px;
    background: linear-gradient(90deg, #ff3b47, var(--nyc-red), var(--nyc-red-dark));
    transform: scaleX(0); transform-origin: left center; transition: transform .3s ease;
}
.nyc-resource-card:hover { transform: translateY(-4px); border-color: rgba(211, 32, 39, .3); box-shadow: 0 22px 40px -22px rgba(0,0,0,.18); color: var(--nyc-text); }
.nyc-resource-card:hover::before { transform: scaleX(1); }
.nyc-resource-title { margin: 0 0 8px; font-size: 19px; font-weight: 700; color: var(--nyc-text); }
.nyc-resource-desc { margin: 0 0 16px; color: var(--nyc-text-dim); font-size: 14.5px; line-height: 1.6; }
.nyc-resource-cta { display: inline-flex; align-items: center; gap: 6px; color: var(--nyc-red); font-size: 13.5px; font-weight: 700; letter-spacing: .03em; transition: gap .15s ease; }
.nyc-resource-card:hover .nyc-resource-cta { gap: 10px; }

/* ============================================================
   FINAL CTA
   ============================================================ */
.nyc-final-cta {
    position: relative; overflow: hidden; isolation: isolate; color: #fff;
    background:
        radial-gradient(800px 500px at 15% -5%,  rgba(211, 32, 39, .35), transparent 60%),
        radial-gradient(900px 600px at 90% 110%, rgba(255, 107, 122, .22), transparent 65%),
        linear-gradient(180deg, #08090d 0%, #11141a 50%, #07090d 100%);
    padding: 120px 0;
}
.nyc-final-cta-bg { position: absolute; inset: 0; z-index: -1; pointer-events: none; background-image: radial-gradient(1px 1px at 18% 28%, rgba(255,255,255,.45), transparent 60%), radial-gradient(1px 1px at 48% 12%, rgba(255,255,255,.4), transparent 60%), radial-gradient(1.2px 1.2px at 78% 62%, rgba(255,255,255,.4), transparent 60%), radial-gradient(1px 1px at 28% 88%, rgba(255,255,255,.35), transparent 60%); background-repeat: no-repeat; }
.nyc-final-cta-inner { max-width: 820px; margin: 0 auto; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 18px; }
.nyc-final-cta-title { margin: 0; font-size: clamp(28px, 3.6vw, 48px); font-weight: 700; line-height: 1.18; letter-spacing: -0.02em; color: #fff; font-synthesis: none; }
.nyc-final-cta-sub { margin: 0; color: rgba(255, 255, 255, .72); font-size: 16px; line-height: 1.65; max-width: 60ch; }

/* ============================================================
   FEATURED-IN trust strip (E-E-A-T visual)
   ============================================================ */
.nyc-featured-strip {
    padding: 26px 0;
    background: #0a0c11;
    border-top: 1px solid rgba(255, 255, 255, .06);
    color: rgba(255, 255, 255, .55);
    text-align: center;
}
.nyc-featured-label {
    margin: 0 0 14px;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.nyc-featured-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px 36px;
    font-size: 14.5px;
    font-weight: 600;
    letter-spacing: -0.005em;
    color: rgba(255, 255, 255, .7);
}
.nyc-featured-list li { white-space: nowrap; }
.nyc-featured-list li::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 74, 82, .5);
    margin-left: 18px;
    vertical-align: middle;
}
.nyc-featured-list li:last-child::after { display: none; }

/* ============================================================
   TESTIMONIALS — 3-col grid
   ============================================================ */
.nyc-testimonials-sec { padding: 100px 0; background: var(--nyc-bg-light); border-top: 1px solid var(--nyc-rule); }
.nyc-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.nyc-testimonial-card {
    position: relative;
    padding: 30px 28px 24px;
    background: #fff;
    border: 1px solid var(--nyc-rule);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    transition: transform .2s ease, border-color .2s ease, box-shadow .25s ease;
}
.nyc-testimonial-card::before {
    content: "\201C";
    position: absolute;
    top: -8px;
    right: 22px;
    font-family: Georgia, serif;
    font-size: 120px;
    line-height: 1;
    color: rgba(211, 32, 39, .12);
    pointer-events: none;
}
.nyc-testimonial-card:hover {
    transform: translateY(-3px);
    border-color: rgba(211, 32, 39, .25);
    box-shadow: 0 20px 36px -22px rgba(0,0,0,.18);
}
.nyc-testimonial-stars {
    color: #ffb400;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 14px;
    line-height: 1;
}
.nyc-testimonial-quote {
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.6;
    color: var(--nyc-text);
    quotes: none;
    border-left: 0;
}
.nyc-testimonial-footer {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid var(--nyc-rule);
}
.nyc-testimonial-footer strong { color: var(--nyc-text); font-size: 14px; }
.nyc-testimonial-footer span { color: var(--nyc-text-dim); font-size: 13px; }

/* ============================================================
   NYC SEO MISTAKES — long-form authority section
   ============================================================ */
.nyc-mistakes-sec { padding: 100px 0; background: #fff; border-top: 1px solid var(--nyc-rule); }
.nyc-mistakes-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 900px;
    counter-reset: nyc-mistake;
}
.nyc-mistake {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 24px;
    padding: 28px 0;
    border-top: 1px solid var(--nyc-rule);
}
.nyc-mistake:first-child { border-top: 0; padding-top: 0; }
.nyc-mistake-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(211, 32, 39, .12) 0%, rgba(255, 200, 130, .14) 100%);
    border: 1px solid rgba(211, 32, 39, .25);
    color: var(--nyc-red);
    font-weight: 800;
    font-size: 18px;
    letter-spacing: -0.01em;
}
.nyc-mistake h3 {
    margin: 6px 0 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--nyc-text);
    letter-spacing: -0.005em;
}
.nyc-mistake p {
    margin: 0;
    color: var(--nyc-text-dim);
    font-size: 15.5px;
    line-height: 1.75;
}

.nyc-mistakes-cta {
    margin: 50px auto 0;
    max-width: 700px;
    padding: 30px 32px;
    text-align: center;
    background: linear-gradient(135deg, rgba(211, 32, 39, .04) 0%, rgba(255, 200, 130, .06) 100%);
    border: 1px dashed rgba(211, 32, 39, .3);
    border-radius: 16px;
}
.nyc-mistakes-cta p {
    margin: 0 0 18px;
    font-size: 16px;
    color: var(--nyc-text);
}

/* ============================================================
   OTHER LOCATIONS — cross-link block
   ============================================================ */
.nyc-other-locations {
    margin: 50px auto 0;
    padding: 28px 30px;
    background: #fafafa;
    border: 1px solid var(--nyc-rule);
    border-radius: 14px;
}
.nyc-other-locations-title {
    margin: 0 0 16px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--nyc-text-dim);
}
.nyc-other-locations-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.nyc-other-locations-list a {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px 18px;
    background: #fff;
    border: 1px solid var(--nyc-rule);
    border-radius: 10px;
    text-decoration: none;
    color: var(--nyc-text);
    transition: border-color .15s ease, transform .15s ease, color .15s ease;
}
.nyc-other-locations-list a:hover {
    border-color: var(--nyc-red);
    color: var(--nyc-red);
    transform: translateY(-2px);
}
.nyc-other-locations-list strong { font-size: 15px; }
.nyc-other-locations-list span { font-size: 12.5px; color: var(--nyc-text-dim); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1199px) {
    .nyc-services-grid,
    .nyc-industries-grid { grid-template-columns: repeat(3, 1fr); }
    .nyc-reality-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 991px) {
    .nyc-hero { padding: 70px 0 80px; }
    .nyc-hero-stats { grid-template-columns: repeat(2, 1fr); max-width: 520px; }
    .nyc-hero-title { max-width: 100%; }
    .nyc-services-grid,
    .nyc-industries-grid,
    .nyc-areas-list,
    .nyc-why-grid,
    .nyc-results-grid,
    .nyc-pricing-grid,
    .nyc-resources-grid,
    .nyc-testimonials-grid,
    .nyc-other-locations-list { grid-template-columns: repeat(2, 1fr); }
    .nyc-tier.is-highlighted { transform: none; }
    .nyc-tier.is-highlighted:hover { transform: translateY(-4px); }
    .nyc-visit-grid { grid-template-columns: 1fr; }
    .nyc-visit-map { min-height: 360px; }
    .nyc-visit-map iframe { min-height: 360px; }
    .nyc-reality-sec, .nyc-services-sec, .nyc-industries-sec, .nyc-areas-sec, .nyc-compare-sec,
    .nyc-process-sec, .nyc-why-sec, .nyc-results-sec, .nyc-pricing-sec, .nyc-visit-sec,
    .nyc-faq-sec, .nyc-resources-sec { padding: 70px 0; }
    .nyc-final-cta { padding: 80px 0; }
    .nyc-cta-strip-inner { justify-content: center; text-align: center; }
}
@media (max-width: 575px) {
    .nyc-hero { padding: 40px 0 60px; }
    .nyc-hero-pill { font-size: 11.5px; padding: 6px 14px 6px 12px; }
    .nyc-hero-title-main { font-size: clamp(28px, 8vw, 40px); }
    .nyc-btn { width: 100%; justify-content: center; padding: 12px 20px; font-size: 14px; }
    .nyc-btn-lg { padding: 14px 22px; font-size: 15px; }
    .nyc-reality-grid,
    .nyc-services-grid,
    .nyc-industries-grid,
    .nyc-areas-list,
    .nyc-why-grid,
    .nyc-results-grid,
    .nyc-pricing-grid,
    .nyc-resources-grid,
    .nyc-testimonials-grid,
    .nyc-other-locations-list { grid-template-columns: 1fr; }
    .nyc-mistake { grid-template-columns: 48px 1fr; gap: 18px; }
    .nyc-mistake-num { width: 44px; height: 44px; font-size: 15px; }
    .nyc-featured-list { gap: 10px 22px; font-size: 13.5px; }
    .nyc-featured-list li::after { margin-left: 12px; }
    .nyc-qa-card { padding: 24px 22px; }
    .nyc-qa-title { font-size: 20px; }
    .nyc-section-head { margin-bottom: 36px; }
    .nyc-process-step { grid-template-columns: 64px 1fr; gap: 18px; }
    .nyc-process-marker, .nyc-process-marker-num { width: 56px; height: 56px; font-size: 18px; }
    .nyc-process-list::before { left: 28px; }
    .nyc-faq-q { font-size: 15.5px; padding: 18px 4px; }
    .nyc-compare-table { font-size: 13px; }
    .nyc-compare-table tbody th, .nyc-compare-table tbody td { padding: 11px 12px; }
    .nyc-visit-info { padding: 22px 22px; }
}
