*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; width: 100%; }
body { overflow-x: hidden; width: 100%; margin: 0; padding: 0; }
:root {
    --orange: #F57900;
    --orange-light: #FFF4E6;
    --orange-dark: #C45F00;
    --charcoal: #1E1E1E;
    --mid: #cccccc;
    --muted: #aaaaaa;
    --border: #E8E8E8;
    --surface: #F9F9F7;
    --white: #FFFFFF;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  body { font-family: 'DM Sans', sans-serif; background: var(--surface); color: var(--charcoal); font-size: 19px; line-height: 1.8; }
  nav { background: var(--charcoal); position: sticky; top: 0; z-index: 100; border-bottom: 2px solid var(--orange); }
  .nav-inner { width: 100%; display: flex; align-items: center; justify-content: flex-start; padding: 0 0.5rem; height: 56px !important; box-sizing: border-box; }
  .nav-logo { font-family: 'Syne', sans-serif; font-size: 1.6rem; color: var(--orange); text-decoration: none; letter-spacing: 0.01em; white-space: nowrap; flex-shrink: 0; margin-right: 0.4rem; }
  .nav-links { display: flex; gap: 0; list-style: none; flex-wrap: nowrap; }
  .nav-links > li > a { display: block; padding: 0 0.55rem; height: 56px !important; line-height: 56px !important; color: #ccc; text-decoration: none; font-size: 0.78rem !important; font-weight: 600; letter-spacing: 0.03em; text-transform: uppercase; transition: color 0.2s, background 0.2s; white-space: nowrap; }
  .nav-links > li > a:hover, .nav-links > li > a.active { color: var(--orange); background: rgba(245,121,0,0.08); }
  .page-hero { max-width: 100%; overflow-x: hidden; background: var(--charcoal); color: var(--white); padding: 3.5rem 2rem 3rem; position: relative; overflow: hidden; }
  .page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 50%, rgba(245,121,0,0.10) 0%, transparent 65%); pointer-events: none; }
  .page-hero-tag { display: inline-block; background: var(--orange); color: var(--white); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.25rem 0.85rem; border-radius: 100px; margin-bottom: 1rem; }
  .page-hero h1 { font-family: 'Syne', sans-serif; font-size: clamp(2.4rem, 4vw, 3.6rem); font-weight: 800; line-height: 1.15; margin-bottom: 0.8rem; }
  .page-hero h1 span { color: var(--orange); }
  .page-hero p { font-size: 1.2rem; color: #aaa; max-width: 680px; }
  .breadcrumb { max-width: 1400px; margin: 0 auto; padding: 1rem 2rem 0; font-size: 0.95rem; color: var(--muted); }
  .section { padding: 4rem 2rem; max-width: 100%; overflow-x: hidden; }
  .section-inner { max-width: 1400px; margin: auto; }
  .section-label { font-size: 0.82rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #F57900; margin-bottom: 0.5rem; }
  .section-title { font-family: 'Syne', sans-serif; font-size: clamp(1.9rem, 3vw, 2.6rem); font-weight: 800; color: #ffffff; margin-bottom: 0.6rem; line-height: 1.2; }
  .section-sub { color: #aaaaaa; max-width: 580px; margin-bottom: 2rem; font-size: 1.15rem; }
  .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; }
  .card { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 1.8rem; }
  .card h3 { font-family: 'Syne', sans-serif; font-size: 1.25rem; font-weight: 700; margin-bottom: 0.6rem; color: var(--charcoal); }
  .card p { font-size: 1.05rem; color: var(--muted); line-height: 1.7; }
  .split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: start; }
  @media(max-width:720px) { .split-grid { grid-template-columns: 1fr; gap:2rem; } .nav-links li { display:none; } .nav-links li:first-child, .nav-links li:last-child { display:block; } }
  .check-list { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; margin-top: 1rem; }
  .check-list li { display: flex; align-items: flex-start; gap: 0.75rem; font-size: 1.05rem; color: var(--mid); }
  .check-list li::before { content: ''; display: block; width: 18px; height: 18px; min-width: 18px; background: var(--orange); border-radius: 50%; margin-top: 3px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E"); background-size: 12px; background-repeat: no-repeat; background-position: center; }
  .pricing-table { width: 100%; border-collapse: collapse; font-size: 1.05rem; }
  .pricing-table th { background: #111111; color: #ffffff; padding: 0.9rem 1.2rem; text-align: left; font-weight: 600; font-size: 0.9rem; letter-spacing: 0.05em; text-transform: uppercase; }
  .pricing-table th:first-child { border-radius: 8px 0 0 0; } .pricing-table th:last-child { border-radius: 0 8px 0 0; text-align: right; }
  .pricing-table td { padding: 0.8rem 1.2rem; border-bottom: 1px solid #E8E8E8; color: #cccccc; }
  .pricing-table td:last-child { text-align: right; font-weight: 600; color: #ffffff; }
  .pricing-table tr:nth-child(even) td { background: rgba(245,121,0,0.04); }
  .pricing-table tr:hover td { background: rgba(245,121,0,0.08); }
  .pricing-section { margin-bottom: 2.5rem; }
  .pricing-cat { font-family: 'Syne', sans-serif; font-size: 1.25rem; font-weight: 700; color: #ffffff !important; margin-bottom: 0.8rem; padding-left: 0.5rem; border-left: 3px solid #F57900; }
  .note-box { background: var(--orange-light); border: 1px solid rgba(245,121,0,0.25); border-radius: 8px; padding: 1rem 1.3rem; font-size: 1.05rem; color: var(--orange-dark); margin-top: 1.5rem; }
  .orange-panel { background: var(--orange-light); border: 1px solid rgba(245,121,0,0.2); border-radius: 12px; padding: 2rem; }
  .orange-panel h3 { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1.25rem; color: var(--charcoal); margin-bottom: 1rem; }
  .cta-bar { background: var(--charcoal); color: var(--white); padding: 3rem 2rem; text-align: center; }
  .cta-bar h2 { font-family: 'Syne', sans-serif; font-size: 2rem; font-weight: 800; margin-bottom: 0.5rem; }
  .cta-bar p { color: #aaa; margin-bottom: 1.5rem; font-size: 1.05rem; }
  .cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
  .btn-primary { background: var(--orange); color: var(--white); padding: 0.75rem 1.8rem; border-radius: 6px; font-weight: 600; font-size: 1.05rem; text-decoration: none; display: inline-block; transition: background 0.2s; }
  .btn-primary:hover { background: var(--orange-dark); }
  .btn-outline-light { background: transparent; color: var(--white); border: 1.5px solid rgba(255,255,255,0.25); padding: 0.75rem 1.8rem; border-radius: 6px; font-weight: 500; font-size: 1.05rem; text-decoration: none; display: inline-block; transition: border-color 0.2s; }
  .btn-outline-light:hover { border-color: var(--orange); }
  .info-panel { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 1.5rem 1.8rem; }
  .info-panel p { font-size: 1.05rem; color: var(--mid); margin-bottom: 0.5rem; }
  .info-panel p:last-child { margin-bottom: 0; }
  footer { background: #111; color: #555; text-align: center; padding: 2rem; font-size: 1rem; }
  footer a { color: #888; text-decoration: none; }
  .alt-bg { background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
  /* Home page extras */
  .hero { max-width: 100%; overflow-x: hidden; background: var(--charcoal); color: var(--white); padding: 5rem 2rem 4rem; text-align: center; position: relative; overflow: hidden; }
  .hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 60% 40%, rgba(245,121,0,0.12) 0%, transparent 65%); pointer-events: none; }
  .hero-tag { display: inline-block; background: var(--orange); color: var(--white); font-size: 0.85rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.3rem 0.9rem; border-radius: 100px; margin-bottom: 1.5rem; }
  .hero h1 { font-family: 'Syne', sans-serif; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 800; line-height: 1.15; margin-bottom: 1rem; max-width: 700px; margin-left: auto; margin-right: auto; }
  .hero h1 span { color: var(--orange); }
  .hero p { font-size: 1.3rem; color: #aaa; max-width: 620px; margin: 0 auto 2rem; }
  .hero-ctas { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
  .btn-outline { background: transparent; color: var(--white); border: 1.5px solid rgba(255,255,255,0.3); padding: 0.8rem 2rem; border-radius: 6px; font-weight: 500; font-size: 1.05rem; text-decoration: none; transition: border-color 0.2s, background 0.2s; }
  .btn-outline:hover { border-color: var(--orange); background: rgba(245,121,0,0.08); }
  .info-bar { background: var(--orange); color: var(--white); padding: 0.7rem 2rem; text-align: center; font-size: 1rem; font-weight: 500; letter-spacing: 0.01em; }
  .info-bar a { color: var(--white); text-decoration: underline; }
  .service-card { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 1.8rem; text-decoration: none; color: inherit; display: block; transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s; position: relative; overflow: hidden; }
  .service-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform 0.2s; }
  .service-card:hover { border-color: #ddd; box-shadow: 0 6px 24px rgba(0,0,0,0.07); transform: translateY(-2px); }
  .service-card:hover::after { transform: scaleX(1); }
  .service-icon { width: 44px; height: 44px; background: var(--orange-light); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.1rem; }
  .service-icon svg { width: 22px; height: 22px; fill: var(--orange); }
  .service-card h3 { font-family: 'Syne', sans-serif; font-size: 1.25rem; font-weight: 700; margin-bottom: 0.5rem; color: var(--charcoal); }
  .service-card p { font-size: 1.05rem; color: var(--muted); line-height: 1.7; }
  .service-arrow { display: inline-block; margin-top: 1rem; font-size: 1rem; color: var(--orange); font-weight: 600; }
  .split { background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
  .split-inner { max-width: 1400px; margin: auto; padding: 4rem 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
  @media (max-width: 700px) { .split-inner { grid-template-columns: 1fr; gap: 2rem; } }
  .split-list { list-style: none; display: flex; flex-direction: column; gap: 0.8rem; }
  .split-list li { display: flex; align-items: flex-start; gap: 0.8rem; font-size: 1.05rem; color: var(--mid); }
  .split-list li::before { content: ''; display: block; width: 18px; height: 18px; min-width: 18px; background: var(--orange); border-radius: 50%; margin-top: 3px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E"); background-size: 12px; background-repeat: no-repeat; background-position: center; }
  .pricing-table td:last-child { text-align: right; font-weight: 600; color: #ffffff; }
  .areas-section { background: var(--charcoal); color: var(--white); }
  .areas-section .section-title { color: var(--white); }
  .areas-section .section-sub { color: #888; }
  .areas-cloud { display: flex; flex-wrap: wrap; gap: 0.5rem; }
  .area-tag { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 100px; padding: 0.3rem 0.85rem; font-size: 0.95rem; color: #aaa; }
  .contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; }
  .contact-card { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 1.5rem; text-align: center; }
  .contact-card .icon { width: 48px; height: 48px; background: var(--orange-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
  .contact-card .icon svg { width: 22px; height: 22px; fill: var(--orange); }
  .contact-card h4 { font-size: 0.88rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); margin-bottom: 0.4rem; font-weight: 600; }
  .contact-card a, .contact-card p { font-size: 1.1rem; font-weight: 600; color: var(--charcoal); text-decoration: none; }
  .contact-card a:hover { color: var(--orange); }
  .contact-card .sub { font-weight: 400; font-size: 1rem; color: var(--muted); margin-top: 0.2rem; }
  .hours-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 100px; padding: 0.35rem 1rem; font-size: 1rem; color: #bbb; margin-bottom: 2rem; }
  .dot { width: 7px; height: 7px; border-radius: 50%; background: #4caf50; display: inline-block; }
  /* Images */
  .img-rounded { border-radius: 12px; width: 100%; height: auto; display: block; object-fit: cover; }
  .img-float-right { float: right; margin: 0 0 1.5rem 2rem; border-radius: 10px; max-width: 340px; width: 100%; height: auto; }
  .img-card { border-radius: 12px; width: 100%; height: 220px; object-fit: cover; display: block; margin-bottom: 1rem; }
  .img-hero-banner { width: 100%; height: auto; display: block; }
  .clearfix::after { content: ''; display: table; clear: both; }
  @media(max-width:720px) { .img-float-right { float: none; margin: 0 0 1.5rem 0; max-width: 100%; } }

  /* ── Phone number in nav ── */
  .nav-phone {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    color: #fff;
    text-decoration: none;
    font-size: 0.65rem;
    font-weight: 600;
    white-space: nowrap;
    background: var(--orange);
    padding: 0.25rem 0.55rem;
    border-radius: 5px;
    margin-left: 0.25rem;
    flex-shrink: 0;
    transition: background 0.2s;
  }
  .nav-phone:hover { background: var(--orange-dark); color: #fff; }
  .nav-email {
    display: inline-flex;
    align-items: center;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 0.68rem;
    font-weight: 700;
    white-space: nowrap;
    background: #F57900 !important;
    border: none;
    padding: 0.32rem 0.8rem;
    border-radius: 5px;
    margin-left: 0.5rem;
    flex-shrink: 0;
    letter-spacing: 0.02em;
    transition: background 0.2s;
  }
  .nav-email:hover { background: #C45F00 !important; color: #fff !important; }

  /* ── Floating WhatsApp button ── */
  .whatsapp-float {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 8000;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0,0,0,0.25);
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 6px 24px rgba(0,0,0,0.3); }
  .whatsapp-float svg { width: 52px; height: 52px; }

  /* ── Dropdown nav ── */
  .nav-links li { position: relative; }
  .nav-dropdown { display: none; position: absolute; top: 56px; left: 0; background: #2a2a2a; border-top: 2px solid var(--orange); border-radius: 0 0 10px 10px; min-width: 200px; z-index: 200; box-shadow: 0 8px 24px rgba(0,0,0,0.3); }
  .nav-dropdown a { all: unset; display: block !important; padding: 0.35rem 1rem !important; height: auto !important; line-height: 1.3 !important; font-size: 0.75rem !important; font-weight: 500 !important; color: #ccc !important; text-transform: uppercase !important; letter-spacing: 0.03em !important; border-bottom: 1px solid rgba(255,255,255,0.06) !important; transition: background 0.15s, color 0.15s; white-space: nowrap !important; cursor: pointer !important; text-decoration: none !important; box-sizing: border-box !important; }
  .nav-dropdown a:last-child { border-bottom: none; border-radius: 0 0 10px 10px; }
  .nav-dropdown a:hover { background: rgba(245,121,0,0.12); color: var(--orange); }
  .nav-links li:hover .nav-dropdown { display: block; }
  .nav-has-dropdown > a::after { content: ' ▾'; font-size: 0.9rem; opacity: 0.7; }

/* ═══════════════════════════════════════════
   RESPONSIVE — MOBILE & TABLET
   ═══════════════════════════════════════════ */

/* ── Hamburger button (hidden on desktop) ── */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  flex-shrink: 0;
}
.nav-hamburger span {
  display: block;
  width: 26px;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  transition: all 0.25s;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ── Mobile nav overlay ── */
.nav-mobile-menu {
  display: none;
  flex-direction: column;
  background: #2a2a2a;
  border-top: 2px solid var(--orange);
  position: fixed;
  top: 56px;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 0.5rem 0 1rem;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
  max-height: calc(100vh - 56px);
  overflow-y: auto;
}
.nav-mobile-menu.open { display: flex !important; }
.nav-mobile-menu a {
  display: block;
  padding: 0.85rem 1.8rem;
  color: #ccc;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  transition: background 0.15s, color 0.15s;
}
.nav-mobile-menu a:hover, .nav-mobile-menu a.active { color: var(--orange); background: rgba(245,121,0,0.08); }
.nav-mobile-menu .mobile-section-label {
  display: block;
  padding: 0.9rem 1.8rem 0.3rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--orange);
}
.nav-mobile-menu a[href*="henleytech"] { color: var(--orange); }

/* ══════════════
   TABLET — 1024px
══════════════ */
@media (max-width: 1024px) {
  .nav-links > li > a { padding: 0 0.45rem; font-size: 0.75rem; }
  .nav-phone { font-size: 0.95rem; padding: 0.45rem 0.9rem; }
  .services-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
  .split-grid { gap: 2.5rem; }
  .section { padding: 3rem 1.5rem; }
}

/* ══════════════
   MOBILE — 768px
══════════════ */
@media (max-width: 768px) {

  /* Nav — hide desktop links, show hamburger */
  .nav-inner { height: auto; min-height: 56px; padding: 0 1.2rem; flex-wrap: nowrap; position: relative; }
  .nav-links { display: none !important; }
  .nav-has-dropdown .nav-dropdown { display: none; }
  .nav-hamburger { display: flex; }
  .nav-mobile-menu { top: 56px; max-height: calc(100vh - 56px); }
  .nav-phone { font-size: 0.85rem; padding: 0.4rem 0.75rem; margin-left: 0.5rem; }
  .nav-logo { font-size: 0.85rem; }
  nav { position: sticky; top: 0; z-index: 100; }

  /* Open indicator — hide on mobile to save space */
  #open-indicator { display: none !important; }

  /* Hero */
  .hero { padding: 3rem 1.2rem 2.5rem; }
  .hero h1 { font-size: clamp(1.8rem, 7vw, 2.8rem); }
  .hero p { font-size: 1rem; }
  .hero-ctas { flex-direction: column; align-items: center; }
  .hero-ctas a { width: 100%; max-width: 300px; text-align: center; }
  .hours-badge { font-size: 0.85rem; }

  /* Page heroes */
  .page-hero { padding: 2.5rem 1.2rem 2rem; }
  .page-hero h1 { font-size: clamp(1.6rem, 6vw, 2.4rem); }

  /* Sections */
  .section { padding: 2.5rem 1.2rem; }
  .section-inner { padding: 0; }
  .section-title { font-size: clamp(1.4rem, 5vw, 2rem); }

  /* Grids — single column */
  .services-grid { grid-template-columns: 1fr; gap: 1rem; }
  .split-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .split-inner { grid-template-columns: 1fr; gap: 1.5rem; padding: 2.5rem 1.2rem; }
  .contact-grid { grid-template-columns: 1fr 1fr; gap: 1rem; }

  /* Cards */
  .card { padding: 1.4rem; }
  .service-card { padding: 1.4rem; }

  /* Pricing tables — make scrollable */
  .pricing-section { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .pricing-table { min-width: 340px; font-size: 0.9rem; }
  .pricing-table td, .pricing-table th { padding: 0.65rem 0.9rem; }

  /* Images */
  .img-float-right { float: none; margin: 0 0 1.2rem 0; max-width: 100%; }
  img.img-rounded { max-height: 180px; }

  /* CTA bar */
  .cta-bar { padding: 2rem 1.2rem; }
  .cta-bar h2 { font-size: 1.4rem; }
  .cta-btns { flex-direction: column; align-items: center; }
  .cta-btns a { width: 100%; max-width: 280px; text-align: center; }

  /* Footer */
  footer { padding: 1.5rem 1.2rem; font-size: 0.9rem; }

  /* Logo SVG banner */
  #logo-banner svg { height: 180px; }

  /* Reviews grid */
  .services-grid[style*="320px"] { grid-template-columns: 1fr; }

  /* Info bar */
  .info-bar { font-size: 0.85rem; padding: 0.6rem 1rem; }

  /* WhatsApp button — move up a bit so it clears cookie banner */
  .whatsapp-float { bottom: 1.2rem; right: 1.2rem; width: 46px; height: 46px; }
  .whatsapp-float svg { width: 46px; height: 46px; }

  /* Cookie banner */
  #cookie-banner { flex-direction: column; padding: 1rem 1.2rem; }
  #cookie-banner p { font-size: 0.88rem; }

  /* Blog grid */
  .services-grid[style*="340px"] { grid-template-columns: 1fr; }

  /* Map iframe */
  iframe { height: 300px !important; }

  /* Areas cloud */
  .areas-cloud { gap: 0.4rem; }
  .area-tag { font-size: 0.85rem; padding: 0.25rem 0.7rem; }
}

/* ══════════════
   SMALL PHONES — 480px
══════════════ */
@media (max-width: 480px) {
  .nav-logo { font-size: 0.85rem; }
  .nav-phone span { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 1.7rem; }
  .page-hero h1 { font-size: 1.5rem; }
  .section-title { font-size: 1.3rem; }
  .pricing-table { font-size: 0.85rem; }
  .cta-bar h2 { font-size: 1.2rem; }
}

  /* Henley Tech section - mobile */
  @media(max-width:720px){
    .ht-section-grid { grid-template-columns: 1fr !important; }
  }