/*
Theme Name: Delmar LFG Website
Author: Infintech Designs
Description: Professional Theme for Delmar LFG
Version: 1.0
*/
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body { font-family: 'DM Sans', sans-serif; font-size: 16px; line-height: 1.6; color: #e0e6ed; background: #0d1b2a; overflow-x: hidden; }
    img { max-width: 100%; display: block; }
    a { text-decoration: none; color: inherit; }
    ul { list-style: none; }

    :root {
      --navy: #0d1b2a;
      --charcoal: #1b2838;
      --blue: #2a6db5;
      --blue-hover: #1e5a9a;
      --coral: #ff4d4d;
      --silver: #9eafc0;
      --white: #ffffff;
      --font-h: 'Montserrat', sans-serif;
      --font-b: 'DM Sans', sans-serif;
    }

    .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }

    /* ── HEADER ── */
    .header { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; background: rgba(13,27,42,0.92); backdrop-filter: blur(8px); }
    .header .container { display: flex; align-items: center; justify-content: space-between; height: 88px; }
    .header__logo { display: inline-flex; align-items: center; gap: 16px; padding: 4px 0; }
    .brand-lockup { display: inline-flex; align-items: center; gap: 16px; }
    .brand-lockup__icon { height: 56px; width: auto; filter: drop-shadow(0 2px 6px rgba(0,0,0,0.45)); transition: transform .25s ease; }
    .header__logo:hover .brand-lockup__icon { transform: translateY(-1px); }
    .brand-lockup__divider { width: 1px; height: 42px; background: rgba(255,255,255,0.22); }
    .brand-lockup__type { display: flex; flex-direction: column; line-height: 1; }
    .brand-lockup__type strong { font-family: var(--font-h); font-size: 18px; font-weight: 700; color: var(--white); letter-spacing: 0.04em; }
    .brand-lockup__type span { font-size: 10.5px; letter-spacing: 0.32em; color: var(--silver); text-transform: uppercase; margin-top: 6px; font-weight: 500; }
    .nav__list { display: flex; gap: 32px; }
    .nav__link { font-family: var(--font-b); font-size: 15px; font-weight: 500; color: #e0e6ed; transition: color .3s; position: relative; }
    .nav__link:hover, .nav__link.active { color: var(--blue); }
    .nav__link::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: var(--blue); transition: width .3s; }
    .nav__link:hover::after, .nav__link.active::after { width: 100%; }
    .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
    .hamburger span { display: block; width: 24px; height: 2px; background: var(--white); }

    /* ── PAGE HERO ── */
    .page-hero { position: relative; min-height: 52vh; display: flex; align-items: center; justify-content: center; overflow: hidden; text-align: center; }
    .page-hero__bg { position: absolute; inset: 0; z-index: 0; background: url('images/skyline-houston.jpg') center/cover no-repeat !important}
    .page-hero__overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(13,27,42,0.55) 0%, rgba(13,27,42,0.75) 60%, rgba(13,27,42,0.92) 100%); }
    .page-hero__container { position: relative; z-index: 1; }
    .page-hero__eyebrow { font-family: var(--font-b); font-size: 12px; letter-spacing: 0.34em; text-transform: uppercase; color: var(--coral); font-weight: 500; margin-bottom: 16px; display: flex; align-items: center; justify-content: center; gap: 10px; }
    .page-hero__eyebrow::before, .page-hero__eyebrow::after { content: ''; display: block; width: 32px; height: 1px; background: var(--coral); opacity: 0.6; }
    .page-hero h1 { font-family: var(--font-h); font-size: 52px; font-weight: 700; color: var(--white); margin-bottom: 16px; line-height: 1.1; text-shadow: 0 2px 20px rgba(0,0,0,0.5); }
    .page-hero__sub { font-size: 17px; color: rgba(255,255,255,0.78); max-width: 560px; margin: 0 auto 10px; line-height: 1.65; }

    /* ── STATS BAND ── */
    .stats-band { background: var(--blue); padding: 24px 0; }
    .stats-band__grid { display: flex; justify-content: center; }
    .stats-band__item { flex: 1; max-width: 240px; text-align: center; padding: 12px 24px; border-right: 1px solid rgba(255,255,255,0.2); }
    .stats-band__item:last-child { border-right: none; }
    .stats-band__num { font-family: var(--font-h); font-size: 30px; font-weight: 700; color: var(--white); line-height: 1; }
    .stats-band__label { font-size: 12px; color: rgba(255,255,255,0.78); letter-spacing: 0.06em; text-transform: uppercase; margin-top: 5px; }

    /* ── SHARED ── */
    .section-header { text-align: center; margin-bottom: 56px; }
    .section-header h2 { font-family: var(--font-h); font-size: 36px; font-weight: 700; color: var(--white); margin-bottom: 12px; }
    .section-header p { color: var(--silver); font-size: 16px; max-width: 520px; margin: 0 auto; line-height: 1.7; }

    /* ── STORY SECTION ── */
    .story-section { position: relative; padding: 88px 0; overflow: hidden; }
    .story-section__bg { position: absolute; inset: 0; z-index: 0; background: url('images/houston-skyline.jpg') center/cover no-repeat; }
    .story-section__overlay { position: absolute; inset: 0; z-index: 1; background: rgba(27,40,56,0.93); }
    .story-section .container { position: relative; z-index: 1; }
    .story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
    .story-content h2 { font-family: var(--font-h); font-size: 38px; font-weight: 700; color: var(--white); margin-bottom: 8px; line-height: 1.2; }
    .story-content__rule { width: 48px; height: 3px; background: var(--coral); border-radius: 2px; margin: 20px 0 24px; }
    .story-content p { color: var(--silver); font-size: 15.5px; line-height: 1.85; margin-bottom: 16px; }
    .story-visual {
      background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1);
      border-radius: 12px; min-height: 340px;
      display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px;
      position: relative; overflow: hidden;
    }
    .story-visual__icon { width: 56px; height: 56px; color: rgba(42,109,181,0.5); }
    .story-visual p { color: rgba(158,175,192,0.5); font-size: 14px; }
    .story-visual__accent {
      position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
      background: linear-gradient(90deg, var(--blue), var(--coral));
    }

    /* ── DIFFERENTIATORS ── */
    .diff-section { background: var(--navy); padding: 80px 0; }
    .diff-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,0.07); border-radius: 12px; overflow: hidden; margin-top: 56px; }
    .diff-item { background: var(--charcoal); padding: 40px 32px; transition: background .3s; }
    .diff-item:hover { background: rgba(42,109,181,0.1); }
    .diff-item__icon-wrap { width: 52px; height: 52px; border-radius: 12px; background: rgba(42,109,181,0.15); border: 1px solid rgba(42,109,181,0.3); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
    .diff-item__icon { width: 24px; height: 24px; color: var(--blue); }
    .diff-item h4 { font-family: var(--font-h); font-size: 18px; font-weight: 700; color: var(--white); margin-bottom: 10px; }
    .diff-item p { color: var(--silver); font-size: 14px; line-height: 1.75; }

    /* ── LEADERSHIP ── */
    .leadership-section { background: var(--charcoal); padding: 88px 0; }
    .leader-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }
    .leader-card {
      background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
      border-radius: 10px; padding: 40px 24px; text-align: center;
      transition: border-color .3s, background .3s;
    }
    .leader-card:hover { border-color: var(--blue); background: rgba(42,109,181,0.06); }
    .leader-card__photo {
      width: 96px; height: 96px; border-radius: 50%;
      background: rgba(255,255,255,0.05); border: 2px solid rgba(42,109,181,0.4);
      margin: 0 auto 20px; display: flex; align-items: center; justify-content: center;
    }
    .leader-card__placeholder { width: 40px; height: 40px; color: var(--silver); }
    .leader-card h3 { font-family: var(--font-h); font-size: 19px; font-weight: 700; color: var(--white); margin-bottom: 4px; }
    .leader-card__role { color: var(--blue); font-size: 13px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 14px; }
    .leader-card p { color: var(--silver); font-size: 14px; line-height: 1.7; }

    /* ── MOVE FREIGHT CTA ── */
    .move-freight { background: var(--navy); padding: 72px 0; text-align: center; }
    .move-freight h2 { font-family: var(--font-h); font-size: 36px; font-weight: 700; color: var(--white); margin-bottom: 12px; }
    .move-freight__sub { color: var(--silver); font-size: 16px; margin-bottom: 28px; }
    .move-freight__btn { display: inline-block; padding: 14px 36px; background: var(--blue); color: var(--white); font-family: var(--font-b); font-size: 15px; font-weight: 500; border-radius: 4px; transition: background .3s, transform .2s; }
    .move-freight__btn:hover { background: var(--blue-hover); transform: translateY(-1px); }
    .move-freight__info { margin-top: 20px; color: var(--silver); font-size: 14px; display: flex; justify-content: center; gap: 24px; }
    .move-freight__info span { display: flex; align-items: center; gap: 6px; }
    .move-freight__icon { width: 16px; height: 16px; color: var(--silver); }

    /* ── FOOTER ── */
    .footer { background: linear-gradient(180deg,#0a1628 0%,#060e1a 100%); padding: 56px 0 24px; }
    .footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 48px; margin-bottom: 40px; }
    .footer__logo { margin-bottom: 16px; }
    .footer__logo-img { height: 96px; width: auto; max-width: 280px; filter: drop-shadow(0 0 1px rgba(255,255,255,0.7)) drop-shadow(0 4px 12px rgba(0,0,0,0.55)); }
    .footer__brand p { color: var(--silver); font-size: 14px; line-height: 1.7; }
    .footer__col h4 { font-family: var(--font-h); font-size: 16px; font-weight: 600; color: var(--white); margin-bottom: 16px; }
    .footer__col ul { display: flex; flex-direction: column; gap: 10px; }
    .footer__col a { color: var(--silver); font-size: 14px; transition: color .3s; }
    .footer__col a:hover { color: var(--blue); }
    .footer__col li { color: var(--silver); font-size: 14px; }
    .footer__bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 24px; text-align: center; color: rgba(255,255,255,0.28); font-size: 13px; }

    /* ── RESPONSIVE ── */
    @media (max-width: 768px) {
      .header .container { height: 76px; }
      .brand-lockup__icon { height: 44px; }
      .brand-lockup__divider { height: 36px; }
      .brand-lockup__type strong { font-size: 14px; }
      .brand-lockup__type span { font-size: 9px; }
      .hamburger { display: flex; }
      .nav__list { display: none; position: absolute; top: 76px; left: 0; width: 100%; background: var(--navy); flex-direction: column; padding: 24px; gap: 20px; }
      .nav__list.open { display: flex; }
      .page-hero h1 { font-size: 34px; }
      .stats-band__grid { flex-wrap: wrap; }
      .stats-band__item { border-right: none; border-bottom:none; }
      .story-grid { grid-template-columns: 1fr; gap: 40px; }
      .diff-grid { grid-template-columns: 1fr; }
      .leader-grid { grid-template-columns: 1fr; }
      .move-freight h2 { font-size: 26px; }
      .move-freight__info { flex-direction: column; align-items: center; gap: 10px; }
      .footer__grid { grid-template-columns: 1fr; gap: 32px; }
    }


        *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body { font-family: 'DM Sans', sans-serif; font-size: 16px; line-height: 1.6; color: #e0e6ed; background: #0d1b2a; overflow-x: hidden; }
    img { max-width: 100%; display: block; }
    a { text-decoration: none; color: inherit; }
    ul { list-style: none; }

    :root {
      --navy: #0d1b2a;
      --charcoal: #1b2838;
      --blue: #2a6db5;
      --blue-hover: #1e5a9a;
      --coral: #ff4d4d;
      --silver: #9eafc0;
      --white: #ffffff;
      --font-h: 'Montserrat', sans-serif;
      --font-b: 'DM Sans', sans-serif;
    }

    .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }

    /* ── HEADER ── */
    .header { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; background: rgba(13,27,42,0.92); backdrop-filter: blur(8px); }
    .header .container { display: flex; align-items: center; justify-content: space-between; height: 88px; }
    .header__logo { display: inline-flex; align-items: center; gap: 16px; padding: 4px 0; }
    .brand-lockup { display: inline-flex; align-items: center; gap: 16px; }
    .brand-lockup__icon { height: 56px; width: auto; filter: drop-shadow(0 2px 6px rgba(0,0,0,0.45)); transition: transform .25s ease; }
    .header__logo:hover .brand-lockup__icon { transform: translateY(-1px); }
    .brand-lockup__divider { width: 1px; height: 42px; background: rgba(255,255,255,0.22); }
    .brand-lockup__type { display: flex; flex-direction: column; line-height: 1; }
    .brand-lockup__type strong { font-family: var(--font-h); font-size: 18px; font-weight: 700; color: var(--white); letter-spacing: 0.04em; }
    .brand-lockup__type span { font-size: 10.5px; letter-spacing: 0.32em; color: var(--silver); text-transform: uppercase; margin-top: 6px; font-weight: 500; }
    .nav__list { display: flex; gap: 32px; }
    .nav__link { font-family: var(--font-b); font-size: 15px; font-weight: 500; color: #e0e6ed; transition: color .3s; position: relative; }
    .nav__link:hover, .nav__link.active { color: var(--blue); }
    .nav__link::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: var(--blue); transition: width .3s; }
    .nav__link:hover::after, .nav__link.active::after { width: 100%; }
    .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
    .hamburger span { display: block; width: 24px; height: 2px; background: var(--white); }

    /* ── PAGE HERO ── */
    .page-hero { position: relative; min-height: 48vh; display: flex; align-items: center; justify-content: center; overflow: hidden; text-align: center; }
    .page-hero__bg { position: absolute; inset: 0; z-index: 0; background: url('images/skyline-houston.jpg') center/cover no-repeat; }
    .page-hero__overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(13,27,42,0.55) 0%, rgba(13,27,42,0.78) 60%, rgba(13,27,42,0.95) 100%); }
    .page-hero__container { position: relative; z-index: 1; padding-top: 120px; padding-bottom: 60px; }
    .page-hero__eyebrow { font-family: var(--font-b); font-size: 12px; letter-spacing: 0.34em; text-transform: uppercase; color: var(--coral); font-weight: 500; margin-bottom: 16px; display: flex; align-items: center; justify-content: center; gap: 10px; }
    .page-hero__eyebrow::before, .page-hero__eyebrow::after { content: ''; display: block; width: 32px; height: 1px; background: var(--coral); opacity: 0.6; }
    .page-hero h1 { font-family: var(--font-h); font-size: 52px; font-weight: 700; color: var(--white); margin-bottom: 16px; line-height: 1.1; text-shadow: 0 2px 20px rgba(0,0,0,0.5); }
    .page-hero__sub { font-size: 17px; color: rgba(255,255,255,0.78); max-width: 520px; margin: 0 auto 28px ; line-height: 1.65; }
    .page-hero__quick-info { display: flex; justify-content: center; gap: 32px; flex-wrap: wrap; }
    .page-hero__info-item { display: flex; align-items: center; gap: 8px; font-size: 14px; color: rgba(255,255,255,0.72); }
    .page-hero__info-item i { width: 16px; height: 16px; color: var(--blue); }

    /* ── EXPECT STEPS ── */
    .expect-section { background: var(--charcoal); padding: 48px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
    .expect-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
    .expect-step { display: flex; align-items: flex-start; gap: 16px; padding: 24px 32px; position: relative; }
    .expect-step:not(:last-child)::after { content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 50%; background: rgba(255,255,255,0.08); }
    .expect-step__num { width: 36px; height: 36px; border-radius: 50%; background: var(--blue); color: var(--white); font-family: var(--font-h); font-size: 14px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
    .expect-step h4 { font-family: var(--font-h); font-size: 15px; font-weight: 700; color: var(--white); margin-bottom: 4px; }
    .expect-step p { color: var(--silver); font-size: 13.5px; line-height: 1.65; }

    /* ── MAIN CONTACT SECTION ── */
    .contact-section { background: var(--navy); padding: 88px 0; }
    .contact-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 64px; align-items: start; }

    /* ── FORM ── */
    .form-wrap h2 { font-family: var(--font-h); font-size: 30px; font-weight: 700; color: var(--white); margin-bottom: 8px; }
    .form-wrap__sub { color: var(--silver); font-size: 15px; margin-bottom: 32px; }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
    .form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
    .form-group--full { grid-column: 1 / -1; }
    .form-group label { font-size: 13px; font-weight: 500; color: var(--silver); letter-spacing: 0.04em; text-transform: uppercase; }
    .form-input {
      width: 100%; padding: 14px 16px; font-family: var(--font-b); font-size: 15px;
      background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
      border-radius: 6px; color: var(--white); transition: border-color .3s, background .3s;
    }
    .form-input::placeholder { color: rgba(255,255,255,0.28); }
    .form-input:focus { outline: none; border-color: var(--blue); background: rgba(42,109,181,0.07); box-shadow: 0 0 0 3px rgba(42,109,181,0.15); }
    textarea.form-input { resize: vertical; min-height: 130px; }
    .form-select {
      appearance: none; width: 100%; padding: 14px 16px; font-family: var(--font-b); font-size: 15px;
      background: rgba(255,255,255,0.05) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%239eafc0' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 14px center;
      border: 1px solid rgba(255,255,255,0.1); border-radius: 6px; color: var(--white); cursor: pointer; transition: border-color .3s;
    }
    .form-select:focus { outline: none; border-color: var(--blue); }
    .form-select option { background: var(--charcoal); color: var(--white); }
    .btn-submit {
      width: 100%; padding: 16px; background: var(--blue); color: var(--white);
      font-family: var(--font-b); font-size: 16px; font-weight: 600; border: none;
      border-radius: 6px; cursor: pointer; transition: background .3s, transform .2s;
      margin-top: 8px; letter-spacing: 0.02em;
    }
    .btn-submit:hover { background: var(--blue-hover); transform: translateY(-1px); }
    .form-disclaimer { font-size: 12px; color: rgba(158,175,192,0.6); text-align: center; margin-top: 12px; line-height: 1.5; }

    /* ── INFO PANEL ── */
    .info-panel { position: sticky; top: 108px; }
    .info-panel h2 { font-family: var(--font-h); font-size: 26px; font-weight: 700; color: var(--white); margin-bottom: 28px; }
    .info-cards { display: flex; flex-direction: column; gap: 16px; margin-bottom: 36px; }
    .info-card {
      display: flex; align-items: flex-start; gap: 16px;
      background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
      border-radius: 10px; padding: 20px;
      transition: border-color .3s, background .3s;
    }
    .info-card:hover { border-color: var(--blue); background: rgba(42,109,181,0.07); }
    .info-card__icon-wrap { width: 44px; height: 44px; border-radius: 10px; background: rgba(42,109,181,0.15); border: 1px solid rgba(42,109,181,0.3); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .info-card__icon { width: 20px; height: 20px; color: var(--blue); }
    .info-card__content h4 { font-family: var(--font-h); font-size: 14px; font-weight: 700; color: var(--white); margin-bottom: 4px; }
    .info-card__content p, .info-card__content a { color: var(--silver); font-size: 14px; line-height: 1.55; transition: color .3s; }
    .info-card__content a:hover { color: var(--blue); }

    .hours-block { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07); border-radius: 10px; padding: 20px; }
    .hours-block h4 { font-family: var(--font-h); font-size: 14px; font-weight: 700; color: var(--white); margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
    .hours-block__icon { width: 16px; height: 16px; color: var(--blue); }
    .hours-row { display: flex; justify-content: space-between; align-items: center; padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
    .hours-row:last-child { border-bottom: none; }
    .hours-row__day { font-size: 13.5px; color: var(--silver); }
    .hours-row__time { font-size: 13.5px; color: var(--white); font-weight: 500; }
    .hours-row__badge { font-size: 11px; background: rgba(255,77,77,0.15); color: var(--coral); padding: 2px 8px; border-radius: 4px; font-weight: 500; }

    /* ── FAQ SECTION ── */
    .faq-section { position: relative; padding: 88px 0; overflow: hidden; }
    .faq-section__bg { position: absolute; inset: 0; z-index: 0; background: url('images/houston-skyline.jpg') center/cover no-repeat; }
    .faq-section__overlay { position: absolute; inset: 0; z-index: 1; background: rgba(13,27,42,0.93); }
    .faq-section .container { position: relative; z-index: 1; }
    .section-header { text-align: center; margin-bottom: 56px; }
    .section-header h2 { font-family: var(--font-h); font-size: 36px; font-weight: 700; color: var(--white); margin-bottom: 12px; }
    .section-header p { color: var(--silver); font-size: 16px; max-width: 520px; margin: 0 auto; }
    .faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; max-width: 960px; margin: 0 auto; align-items: start; }
    .faq-item { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; overflow: hidden; transition: border-color .3s; }
    .faq-item[open] { border-color: rgba(42,109,181,0.4); }
    .faq-question { padding: 20px 24px; cursor: pointer; list-style: none; font-family: var(--font-h); font-size: 15px; font-weight: 600; color: var(--white); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
    .faq-question::-webkit-details-marker { display: none; }
    .faq-chevron { width: 18px; height: 18px; color: var(--coral); flex-shrink: 0; transition: transform .3s; }
    .faq-item[open] .faq-chevron { transform: rotate(180deg); }
    .faq-answer { padding: 0 24px 20px; color: var(--silver); font-size: 14.5px; line-height: 1.75; }

    /* ── FOOTER ── */
    .footer { background: linear-gradient(180deg,#0a1628 0%,#060e1a 100%); padding: 56px 0 24px; }
    .footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 48px; margin-bottom: 40px; }
    .footer__logo { margin-bottom: 16px; }
    .footer__logo-img { height: 96px; width: auto; max-width: 280px; filter: drop-shadow(0 0 1px rgba(255,255,255,0.7)) drop-shadow(0 4px 12px rgba(0,0,0,0.55)); }
    .footer__brand p { color: var(--silver); font-size: 14px; line-height: 1.7; }
    .footer__col h4 { font-family: var(--font-h); font-size: 16px; font-weight: 600; color: var(--white); margin-bottom: 16px; }
    .footer__col ul { display: flex; flex-direction: column; gap: 10px; }
    .footer__col a { color: var(--silver); font-size: 14px; transition: color .3s; }
    .footer__col a:hover { color: var(--blue); }
    .footer__col li { color: var(--silver); font-size: 14px; }
    .footer__bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 24px; text-align: center; color: rgba(255,255,255,0.28); font-size: 13px; }

    /* ── RESPONSIVE ── */
    @media (max-width: 1024px) {
      .contact-grid { grid-template-columns: 1fr; gap: 56px; }
      .info-panel { position: static; }
      .faq-grid { grid-template-columns: 1fr; }
    }
    @media (max-width: 768px) {
      .header .container { height: 76px; }
      .brand-lockup__icon { height: 44px; }
      .brand-lockup__divider { height: 36px; }
      .brand-lockup__type strong { font-size: 14px; }
      .brand-lockup__type span { font-size: 9px; }
      .hamburger { display: flex; }
      .nav__list { display: none; position: absolute; top: 76px; left: 0; width: 100%; background: var(--navy); flex-direction: column; padding: 24px; gap: 20px; }
      .nav__list.open { display: flex; }
      .page-hero h1 { font-size: 34px; }
      .page-hero__quick-info { gap: 16px; }
      .expect-grid { grid-template-columns: 1fr; }
      .expect-step:not(:last-child)::after { display: none; }
      .form-row { grid-template-columns: 1fr; }
      .footer__grid { grid-template-columns: 1fr; gap: 32px; }
    }
     *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body { font-family: 'DM Sans', sans-serif; font-size: 16px; line-height: 1.6; color: #e0e6ed; background: #0d1b2a; overflow-x: hidden; }
    img { max-width: 100%; display: block; }
    a { text-decoration: none; color: inherit; }
    ul { list-style: none; }

    :root {
      --navy: #0d1b2a;
      --charcoal: #1b2838;
      --blue: #2a6db5;
      --blue-hover: #1e5a9a;
      --coral: #ff4d4d;
      --coral-hover: #e63e3e;
      --silver: #9eafc0;
      --white: #ffffff;
      --font-h: 'Montserrat', sans-serif;
      --font-b: 'DM Sans', sans-serif;
    }

    .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }

    /* ── HEADER ── */
    .header {
      position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
      background: rgba(13,27,42,0.92); backdrop-filter: blur(8px);
    }
    .header .container { display: flex; align-items: center; justify-content: space-between; height: 88px; }
    .header__logo { display: inline-flex; align-items: center; gap: 16px; padding: 4px 0; }
    .brand-lockup { display: inline-flex; align-items: center; gap: 16px; }
    .brand-lockup__icon { height: 56px; width: auto; filter: drop-shadow(0 2px 6px rgba(0,0,0,0.45)); transition: transform .25s ease; }
    .header__logo:hover .brand-lockup__icon { transform: translateY(-1px); }
    .brand-lockup__divider { width: 1px; height: 42px; background: rgba(255,255,255,0.22); }
    .brand-lockup__type { display: flex; flex-direction: column; line-height: 1; }
    .brand-lockup__type strong { font-family: var(--font-h); font-size: 18px; font-weight: 700; color: var(--white); letter-spacing: 0.04em; }
    .brand-lockup__type span { font-size: 10.5px; letter-spacing: 0.32em; color: var(--silver); text-transform: uppercase; margin-top: 6px; font-weight: 500; }
    .nav__list { display: flex; gap: 32px; }
    .nav__link { font-family: var(--font-b); font-size: 15px; font-weight: 500; color: #e0e6ed; transition: color .3s; position: relative; }
    .nav__link:hover, .nav__link.active { color: var(--blue); }
    .nav__link::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: var(--blue); transition: width .3s; }
    .nav__link:hover::after, .nav__link.active::after { width: 100%; }
    .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
    .hamburger span { display: block; width: 24px; height: 2px; background: var(--white); }

    /* ── PAGE HERO ── */
    .page-hero {
      position: relative; min-height: 52vh; display: flex; align-items: center; justify-content: center;
      overflow: hidden; text-align: center;
    }
    .page-hero__bg {
      position: absolute; inset: 0; z-index: 0;
      background: url('images/skyline-houston.jpg') center/cover no-repeat;
    }
    .page-hero__overlay {
      position: absolute; inset: 0; z-index: 1;
      background: linear-gradient(180deg, rgba(13,27,42,0.55) 0%, rgba(13,27,42,0.75) 60%, rgba(13,27,42,0.92) 100%);
    }
    .page-hero__container { position: relative; z-index: 1; padding-top: 120px; padding-bottom: 60px; }
    .page-hero__eyebrow {
      font-family: var(--font-b); font-size: 12px; letter-spacing: 0.34em;
      text-transform: uppercase; color: var(--coral); font-weight: 500;
      margin-bottom: 16px; display: flex; align-items: center; justify-content: center; gap: 10px;
    }
    .page-hero__eyebrow::before, .page-hero__eyebrow::after { content: ''; display: block; width: 32px; height: 1px; background: var(--coral); opacity: 0.6; }
    .page-hero h1 { font-family: var(--font-h); font-size: 52px; font-weight: 700; color: var(--white); margin-bottom: 16px; line-height: 1.1; text-shadow: 0 2px 20px rgba(0,0,0,0.5); }
    .page-hero__sub { font-size: 17px; color: rgba(255,255,255,0.78); max-width: 560px; margin: 0 auto 10px; line-height: 1.65; }

    /* ── STATS BAND ── */
    .stats-band { background: var(--blue); padding: 20px 0; }
    .stats-band__grid { display: flex; justify-content: center; gap: 0; }
    .stats-band__item {
      flex: 1; max-width: 240px; text-align: center; padding: 12px 24px;
      border-right: 1px solid rgba(255,255,255,0.2);
    }
    .stats-band__item:last-child { border-right: none; }
    .stats-band__num { font-family: var(--font-h); font-size: 28px; font-weight: 700; color: var(--white); line-height: 1; }
    .stats-band__label { font-size: 12px; color: rgba(255,255,255,0.78); letter-spacing: 0.06em; text-transform: uppercase; margin-top: 4px; }

    /* ── SERVICES GRID ── */
    .services-section { background: var(--charcoal); padding: 88px 0; }
    .section-header { text-align: center; margin-bottom: 56px; }
    .section-header h2 { font-family: var(--font-h); font-size: 36px; font-weight: 700; color: var(--white); margin-bottom: 12px; }
    .section-header p { color: var(--silver); font-size: 16px; max-width: 520px; margin: 0 auto; line-height: 1.7; }
    .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

    .svc-card {
      background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07);
      border-radius: 10px; padding: 36px 28px; position: relative; overflow: hidden;
      transition: transform .25s ease, border-color .3s, background .3s;
      display: flex; flex-direction: column; align-items:flex-start;
    }
    .svc-card:hover { transform: translateY(-5px); border-color: var(--blue); background: rgba(42,109,181,0.07); }
    .svc-card__num {
      font-family: var(--font-h); font-size: 11px; font-weight: 700; letter-spacing: 0.2em;
      color: var(--coral); text-transform: uppercase; 
    }
    .svc-card__icon-wrap {
      width: 52px; height: 52px; border-radius: 12px;
      background: rgba(42,109,181,0.15); border: 1px solid rgba(42,109,181,0.3);
      display: flex; align-items: center; justify-content: center;
      transition: background .3s;
    }
    .svc-card:hover .svc-card__icon-wrap { background: rgba(42,109,181,0.28); }
    .svc-card__icon { width: 24px; height: 24px; color: var(--blue); }
    .svc-card h3 { font-family: var(--font-h); font-size: 19px; font-weight: 700; color: var(--white); margin-bottom: 12px; }
    .svc-card p { color: var(--silver); font-size: 14px; line-height: 1.75; flex: 1; }
    .svc-card__divider { width: 32px; height: 2px; background: var(--coral); margin: 20px 0; opacity: 0.6; border-radius: 2px; }
    .svc-card__features { display: flex; flex-direction: column; gap: 7px; margin-top: auto; padding-top: 4px; }
    .svc-card__feature { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(224,230,237,0.75); }
    .svc-card__feature::before { content: ''; display: block; width: 5px; height: 5px; border-radius: 50%; background: var(--blue); flex-shrink: 0; }

    /* ── PROCESS ── */
    .process-section {
      position: relative; padding: 88px 0; overflow: hidden;
    }
    .process-section__bg {
      position: absolute; inset: 0; z-index: 0;
      background: url('images/houston-skyline.jpg') center/cover no-repeat;
    }
    .process-section__overlay { position: absolute; inset: 0; z-index: 1; background: rgba(13,27,42,0.93); }
    .process-section .container { position: relative; z-index: 1; }
    .process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 56px; position: relative; }
    .process-grid::before {
      content: ''; position: absolute; top: 36px; left: calc(16.666% + 24px); right: calc(16.666% + 24px);
      height: 1px; background: rgba(42,109,181,0.4);
    }
    .process-step { text-align: center; padding: 0 28px; position: relative; }
    .process-step__num {
      width: 72px; height: 72px; border-radius: 50%; background: var(--navy);
      border: 2px solid var(--blue); display: flex; align-items: center; justify-content: center;
      margin: 0 auto 24px; position: relative; z-index: 1;
      font-family: var(--font-h); font-size: 22px; font-weight: 700; color: var(--blue);
    }
    .process-step h4 { font-family: var(--font-h); font-size: 18px; font-weight: 700; color: var(--white); margin-bottom: 10px; }
    .process-step p { color: var(--silver); font-size: 14px; line-height: 1.7; }

    /* ── MOVE FREIGHT CTA ── */
    .move-freight { background: var(--navy); padding: 72px 0; text-align: center; }
    .move-freight h2 { font-family: var(--font-h); font-size: 36px; font-weight: 700; color: var(--white); margin-bottom: 12px; }
    .move-freight__sub { color: var(--silver); font-size: 16px; margin-bottom: 28px; }
    .move-freight__btn {
      display: inline-block; padding: 14px 36px; background: var(--blue); color: var(--white);
      font-family: var(--font-b); font-size: 15px; font-weight: 500; border-radius: 4px;
      transition: background .3s, transform .2s;
    }
    .move-freight__btn:hover { background: var(--blue-hover); transform: translateY(-1px); }
    .move-freight__info { margin-top: 20px; color: var(--silver); font-size: 14px; display: flex; justify-content: center; gap: 24px; }
    .move-freight__info span { display: flex; align-items: center; gap: 6px; }
    .move-freight__icon { width: 16px; height: 16px; color: var(--silver); }

    /* ── FOOTER ── */
    .footer { background: linear-gradient(180deg,#0a1628 0%,#060e1a 100%); padding: 56px 0 24px; }
    .footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 48px; margin-bottom: 40px; }
    .footer__logo { margin-bottom: 16px; }
    .footer__logo-img {
      height: 96px; width: auto; max-width: 280px;
      filter: drop-shadow(0 0 1px rgba(255,255,255,0.7)) drop-shadow(0 4px 12px rgba(0,0,0,0.55));
    }
    .footer__brand p { color: var(--silver); font-size: 14px; line-height: 1.7; }
    .footer__col h4 { font-family: var(--font-h); font-size: 16px; font-weight: 600; color: var(--white); margin-bottom: 16px; }
    .footer__col ul { display: flex; flex-direction: column; gap: 10px; }
    .footer__col a { color: var(--silver); font-size: 14px; transition: color .3s; }
    .footer__col a:hover { color: var(--blue); }
    .footer__col li { color: var(--silver); font-size: 14px; }
    .footer__bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 24px; text-align: center; color: rgba(255,255,255,0.28); font-size: 13px; }

    /* ── RESPONSIVE ── */
    @media (max-width: 768px) {
      .header .container { height: 76px; }
      .brand-lockup__icon { height: 44px; }
      .brand-lockup__divider { height: 36px; }
      .brand-lockup__type strong { font-size: 14px; }
      .brand-lockup__type span { font-size: 9px; letter-spacing: 0.2em; }
      .hamburger { display: flex; }
      .nav__list { display: none; position: absolute; top: 76px; left: 0; width: 100%; background: var(--navy); flex-direction: column; padding: 24px; gap: 20px; }
      .nav__list.open { display: flex; }
      .page-hero h1 { font-size: 34px; }
      .stats-band__grid { flex-wrap: wrap; }
      .stats-band__item {        min-width: 240px; border-right: none; border-bottom: none; }
      .services-grid { grid-template-columns: 1fr; }
      .process-grid { grid-template-columns: 1fr; gap: 40px; }
      .process-grid::before { display: none; }
      .footer__grid { grid-template-columns: 1fr; gap: 32px; }
      .move-freight h2 { font-size: 26px; }
      .move-freight__info { flex-direction: column; align-items: center; gap: 10px; }
.section-header {
    margin-bottom: 36px;
}


    }
    @media (max-width: 1024px) {
      .services-grid { grid-template-columns: repeat(2, 1fr); }

    }
    
    .form-group br {
    display: none;
}


    @media (max-width: 575px) {
.form-row {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
}


}