/*
Theme Name: Landstar Shippers
Theme URI: https://landstarshippers.com/
Author: Codex
Author URI: https://openai.com/
Description: A responsive WordPress theme inspired by the Landstar Shippers logistics website, with editable sections, service pages, WPCargo tracking support, contact and quote forms, blog, FAQ, privacy, and terms templates.
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: landstar-shippers
*/

:root {
    --body-font: "Roboto", Arial, sans-serif;
    --heading-font: "Poppins", Arial, sans-serif;
    --theme-color: #00bfff;
    --theme-color-2: #f7931e;
    --theme-dark: #073692;
    --theme-blue: #0049d0;
    --theme-light: #f6f6f6;
    --theme-text: #6f788c;
    --theme-heading: #073692;
    --white: #fff;
    --border: rgba(7, 54, 146, .1);
    --shadow: 0 18px 45px rgba(8, 34, 83, .11);
    --container: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: var(--body-font);
    color: var(--theme-text);
    line-height: 1.78;
    background: #fff;
}

body.menu-open {
    overflow: hidden;
}

a {
    color: var(--theme-heading);
    text-decoration: none;
    transition: color .25s ease, background .25s ease, transform .25s ease, box-shadow .25s ease;
}

a:hover {
    color: var(--theme-color);
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 14px;
    font-family: var(--heading-font);
    color: var(--theme-heading);
    line-height: 1.17;
    letter-spacing: 0;
}

p {
    margin: 0 0 20px;
}

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

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

.narrow-content {
    max-width: 850px;
}

.section-pad {
    padding: 100px 0;
}

.light-band {
    background: var(--theme-light);
}

.skip-link,
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link:focus {
    width: auto;
    height: auto;
    left: 20px;
    top: 20px;
    z-index: 999;
    clip: auto;
    padding: 12px 18px;
    background: var(--theme-dark);
    color: #fff;
}

.theme-btn,
.nav-cta,
.read-more,
.wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 14px 26px;
    border: 0;
    border-radius: 0;
    background: var(--theme-color);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 22px rgba(0, 191, 255, .22);
}

.theme-btn::after,
.nav-cta::after {
    content: "";
    width: 18px;
    height: 12px;
    margin-left: 10px;
    background: currentColor;
    clip-path: polygon(0 42%, 70% 42%, 70% 0, 100% 50%, 70% 100%, 70% 58%, 0 58%);
}

.theme-btn:hover,
.nav-cta:hover,
.read-more:hover {
    transform: translateY(-2px);
    background: var(--theme-dark);
    color: #fff;
}

.theme-btn-alt {
    background: var(--theme-dark);
    box-shadow: 0 10px 22px rgba(7, 54, 146, .22);
}

.theme-btn-alt:hover {
    background: var(--theme-color-2);
}

.section-kicker,
.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: var(--theme-color);
    font-family: var(--heading-font);
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
}

.section-kicker::before,
.hero-kicker::before {
    content: "";
    width: 34px;
    height: 3px;
    background: var(--theme-color);
}

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

.section-heading h2,
.section-copy h2,
.quote-panel h2,
.contact-info h2,
.tracking-copy h2 {
    font-size: clamp(30px, 4vw, 46px);
}

.header-top {
    background: var(--theme-dark);
    color: #fff;
    font-size: 15px;
}

.header-top-wrap {
    min-height: 54px;
    display: flex;
    align-items: center;
}

.header-contact-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 26px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.header-contact-list li,
.header-contact-list a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
}

.header-contact-list svg,
.footer-contact svg,
.contact-card svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.header-contact-list svg {
    color: var(--theme-color);
}

.main-nav-wrap {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #fff;
    box-shadow: 0 5px 28px rgba(7, 54, 146, .08);
}

.main-nav {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.custom-logo-link img {
    width: auto;
    max-height: 62px;
}

.brand-image img {
    width: auto;
    max-height: 62px;
}

.brand-fallback {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--theme-dark);
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    background: var(--theme-dark);
    color: #fff;
    font-family: var(--heading-font);
    font-weight: 900;
    letter-spacing: 0;
    box-shadow: 8px 8px 0 rgba(0, 191, 255, .18);
}

.brand-copy strong,
.brand-copy small {
    display: block;
}

.brand-copy strong {
    font-family: var(--heading-font);
    font-size: 23px;
    line-height: 1;
}

.brand-copy small {
    margin-top: 4px;
    color: var(--theme-text);
    font-size: 12px;
}

.primary-navigation {
    margin-left: auto;
}

.primary-navigation ul {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.primary-navigation a {
    display: block;
    padding: 32px 14px;
    color: var(--theme-dark);
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 15px;
}

.primary-navigation .current-menu-item > a,
.primary-navigation a:hover {
    color: var(--theme-color);
}

.menu-toggle {
    display: none;
    width: 46px;
    height: 42px;
    padding: 9px;
    border: 0;
    background: var(--theme-dark);
    cursor: pointer;
}

.menu-toggle span:not(.screen-reader-text) {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: #fff;
}

.hero-section {
    position: relative;
    min-height: 690px;
    display: flex;
    align-items: center;
    isolation: isolate;
    overflow: hidden;
    background-color: #0a2f72;
    background-image:
        linear-gradient(100deg, rgba(2, 20, 58, .92), rgba(3, 34, 84, .75), rgba(0, 191, 255, .18)),
        radial-gradient(circle at 82% 25%, rgba(247, 147, 30, .5) 0 7%, transparent 7.5%),
        linear-gradient(140deg, transparent 0 56%, rgba(255, 255, 255, .13) 56.2% 57.4%, transparent 57.6%),
        linear-gradient(24deg, transparent 0 54%, rgba(255, 255, 255, .18) 54.3% 55.8%, transparent 56%),
        linear-gradient(0deg, rgba(7, 54, 146, .2), rgba(7, 54, 146, .2));
    background-position: center;
    background-size: cover;
    transition: background-image .7s ease;
}

.hero-section::before {
    content: none;
    position: absolute;
    inset: auto 0 0 auto;
    width: min(60vw, 760px);
    height: min(42vw, 430px);
    z-index: -1;
    opacity: .9;
    background:
        linear-gradient(#f7f7f7, #dce5f2) 49% 60% / 40% 19% no-repeat,
        linear-gradient(90deg, #f7931e 0 18%, #073692 18% 75%, #00bfff 75%) 66% 62% / 31% 13% no-repeat,
        linear-gradient(#fff, #fff) 21% 64% / 34% 11% no-repeat,
        radial-gradient(circle, #06183d 0 34%, #fff 35% 47%, transparent 48%) 36% 78% / 78px 78px no-repeat,
        radial-gradient(circle, #06183d 0 34%, #fff 35% 47%, transparent 48%) 76% 78% / 78px 78px no-repeat,
        linear-gradient(12deg, transparent 0 37%, rgba(255, 255, 255, .95) 37% 60%, transparent 60%) center / 100% 100% no-repeat;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(100deg, rgba(2, 20, 58, .92), rgba(3, 34, 84, .74), rgba(0, 191, 255, .12));
}

.hero-content {
    max-width: 760px;
    color: #fff;
    animation: fadeUp .8s ease both;
}

.hero-kicker {
    color: #fff;
}

.hero-content h1 {
    max-width: 720px;
    color: #fff;
    font-size: clamp(42px, 6.2vw, 74px);
    font-weight: 900;
}

.hero-content p {
    max-width: 660px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, .9);
    font-size: 18px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.hero-dots {
    position: absolute;
    left: 50%;
    bottom: 36px;
    transform: translateX(-50%);
    display: flex;
    gap: 9px;
}

.hero-dots span {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.hero-dots span:first-child {
    background: var(--theme-color);
    border-color: var(--theme-color);
}

.feature-strip {
    margin-top: -70px;
    position: relative;
    z-index: 2;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.feature-grid article,
.process-grid article,
.service-card,
.testimonial-card,
.blog-card,
.tracking-card,
.contact-form-panel,
.quote-panel {
    background: #fff;
    box-shadow: var(--shadow);
}

.feature-grid article {
    padding: 32px;
    display: grid;
    gap: 12px;
}

.feature-grid article span,
.process-grid article span,
.service-icon,
.choose-list span {
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    background: var(--theme-color);
    color: #fff;
    box-shadow: 10px 10px 0 rgba(0, 191, 255, .12);
}

.feature-grid svg,
.process-grid svg,
.service-icon svg,
.choose-list svg,
.tracking-points svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.feature-grid img,
.process-grid img,
.service-icon img,
.choose-list img,
.tracking-points img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.feature-grid h2,
.process-grid h3,
.service-card h3 {
    margin-bottom: 4px;
    font-size: 21px;
}

.split-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 70px;
}

.split-layout.reverse .section-copy {
    order: 1;
}

.image-panel,
.quote-visual {
    min-height: 520px;
    position: relative;
    overflow: hidden;
    background-color: #0f4ea7;
    background-image:
        linear-gradient(135deg, rgba(7, 54, 146, .05), rgba(0, 191, 255, .12)),
        linear-gradient(18deg, transparent 0 50%, rgba(255, 255, 255, .7) 50.2% 51.6%, transparent 51.8%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, .08) 0 28px, rgba(7, 54, 146, .18) 28px 56px);
    background-size: cover;
    background-position: center;
}

.about-visual::before,
.choose-visual::before,
.quote-visual::before {
    content: none;
    position: absolute;
    inset: 18% 9% 14%;
    background:
        linear-gradient(#fff, #dfe7ef) 0 72% / 62% 19% no-repeat,
        linear-gradient(90deg, #f7931e, #00bfff) 72% 75% / 34% 12% no-repeat,
        radial-gradient(circle, #092b70 0 38%, #fff 39% 50%, transparent 51%) 20% 95% / 92px 92px no-repeat,
        radial-gradient(circle, #092b70 0 38%, #fff 39% 50%, transparent 51%) 78% 95% / 92px 92px no-repeat;
    filter: drop-shadow(0 22px 24px rgba(7, 54, 146, .22));
}

.experience-badge {
    position: absolute;
    left: 28px;
    bottom: 28px;
    width: 185px;
    min-height: 145px;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 20px;
    background: var(--theme-color);
    color: #fff;
    border: 10px solid #fff;
}

.experience-badge strong {
    display: block;
    color: #fff;
    font: 900 48px/1 var(--heading-font);
}

.experience-badge span {
    display: block;
    font-weight: 700;
    line-height: 1.35;
}

.section-copy p {
    font-size: 17px;
}

.mini-list,
.choose-list,
.tracking-points {
    display: grid;
    gap: 15px;
    margin: 25px 0 32px;
}

.mini-list div,
.choose-list div,
.tracking-points span {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--theme-heading);
    font-weight: 800;
}

.mini-list svg {
    width: 22px;
    height: 22px;
    flex: 0 0 44px;
    padding: 10px;
    background: rgba(0, 191, 255, .11);
    color: var(--theme-color);
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
}

.mini-list img {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    padding: 10px;
    background: rgba(0, 191, 255, .11);
    object-fit: contain;
}

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

.service-card {
    position: relative;
    min-height: 300px;
    padding: 34px 25px 28px;
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-7px);
}

.service-count {
    position: absolute;
    top: 18px;
    right: 20px;
    font: 900 54px/1 var(--heading-font);
    color: transparent;
    -webkit-text-stroke: 1px rgba(7, 54, 146, .18);
}

.service-icon {
    margin-bottom: 28px;
}

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

.process-grid article {
    padding: 34px 28px;
    text-align: center;
    position: relative;
}

.process-grid article span {
    margin: 0 auto 20px;
    background: var(--theme-dark);
}

.counter-area {
    padding: 44px 0;
    background: var(--theme-dark);
}

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

.stat-item {
    display: grid;
    gap: 6px;
    text-align: center;
    color: #fff;
}

.stat-item strong {
    color: #fff;
    font: 900 42px/1 var(--heading-font);
}

.stat-item span {
    color: rgba(255, 255, 255, .84);
    font-weight: 700;
}

.map-visual {
    min-height: 360px;
    position: relative;
    display: grid;
    place-items: center;
    padding: 24px;
    background: #f5f9ff;
    border: 1px solid var(--border);
}

.map-visual span {
    position: absolute;
    width: 16px;
    height: 16px;
    background: var(--theme-color-2);
    border: 4px solid #fff;
    box-shadow: 0 0 0 8px rgba(247, 147, 30, .16);
    animation: pulse 2s infinite;
}

.map-visual span:nth-child(1) { left: 19%; top: 29%; }
.map-visual span:nth-child(2) { left: 43%; top: 43%; background: var(--theme-color); box-shadow: 0 0 0 8px rgba(0, 191, 255, .16); }
.map-visual span:nth-child(3) { left: 69%; top: 35%; }
.map-visual span:nth-child(4) { left: 78%; top: 62%; background: var(--theme-color); box-shadow: 0 0 0 8px rgba(0, 191, 255, .16); }
.map-visual span:nth-child(5) { left: 31%; top: 68%; }

.map-visual img {
    width: 100%;
    max-height: 430px;
    object-fit: contain;
}

.cta-area {
    position: relative;
    padding: 105px 0;
    color: #fff;
    overflow: hidden;
    background-color: var(--theme-dark);
    background-image:
        linear-gradient(90deg, rgba(7, 54, 146, .96), rgba(7, 54, 146, .72)),
        linear-gradient(27deg, transparent 0 54%, rgba(0, 191, 255, .34) 54% 55.5%, transparent 55.7%),
        linear-gradient(140deg, transparent 0 35%, rgba(247, 147, 30, .2) 35% 36.5%, transparent 36.7%);
    background-size: cover;
    background-position: center;
}

.cta-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7, 54, 146, .96), rgba(7, 54, 146, .68));
}

.cta-content {
    position: relative;
    max-width: 760px;
}

.cta-content h2 {
    color: #fff;
    font-size: clamp(32px, 5vw, 54px);
}

.cta-content p {
    color: rgba(255, 255, 255, .9);
    font-size: 18px;
}

.choose-list span {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    background: #fff;
    color: var(--theme-color);
    border: 2px dashed var(--theme-color);
    box-shadow: none;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.testimonial-card {
    position: relative;
    padding: 36px 30px 32px;
}

.quote-mark {
    position: absolute;
    top: 12px;
    right: 24px;
    width: 50px;
    height: 50px;
    opacity: .32;
}

.quote-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.testimonial-card h3 {
    margin: 0;
    font-size: 20px;
}

.testimonial-card small {
    color: var(--theme-color);
    font-weight: 800;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 22px;
}

.testimonial-author img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border: 3px solid var(--theme-color);
}

.quote-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr);
    align-items: stretch;
    gap: 34px;
}

.quote-panel {
    padding: 42px;
}

.quote-visual {
    min-height: 100%;
}

.form-grid {
    display: grid;
    gap: 16px;
}

.form-grid.two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

input,
select,
textarea {
    width: 100%;
    min-height: 54px;
    padding: 13px 16px;
    border: 1px solid transparent;
    background: #f4f7fb;
    color: var(--theme-heading);
    outline: none;
}

textarea {
    resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--theme-color);
    background: #fff;
}

.option-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    margin: 20px 0 26px;
    color: var(--theme-heading);
    font-weight: 700;
}

.option-row input {
    width: auto;
    min-height: auto;
    margin-right: 6px;
}

.form-notice {
    margin: 0 0 18px;
    padding: 13px 16px;
    background: rgba(0, 191, 255, .12);
    border-left: 4px solid var(--theme-color);
    color: var(--theme-heading);
    font-weight: 800;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.blog-card {
    overflow: hidden;
}

.blog-thumb {
    display: block;
    min-height: 220px;
    background:
        linear-gradient(140deg, rgba(7, 54, 146, .05), rgba(0, 191, 255, .17)),
        linear-gradient(20deg, transparent 0 46%, rgba(255, 255, 255, .9) 46.3% 47.8%, transparent 48%),
        repeating-linear-gradient(90deg, #0e4da7 0 34px, #00aadd 34px 68px, #f7931e 68px 102px);
}

.blog-thumb img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.blog-content {
    padding: 28px;
}

.blog-date {
    color: var(--theme-color);
    font-weight: 800;
    text-transform: uppercase;
}

.blog-content h3 {
    font-size: 22px;
}

.read-more {
    min-height: auto;
    margin-top: 5px;
    padding: 10px 18px;
    font-size: 14px;
}

.page-hero {
    padding: 118px 0 110px;
    color: #fff;
    background:
        linear-gradient(100deg, rgba(7, 54, 146, .95), rgba(7, 54, 146, .78)),
        linear-gradient(28deg, transparent 0 43%, rgba(0, 191, 255, .35) 43.2% 44.7%, transparent 45%),
        linear-gradient(143deg, transparent 0 62%, rgba(247, 147, 30, .28) 62.2% 63.8%, transparent 64%),
        var(--theme-dark);
    background-position: center;
    background-size: cover;
}

.page-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 5.8vw, 62px);
}

.page-content {
    background: #fff;
}

.page-content h2,
.legal-content h2 {
    margin-top: 24px;
}

.tracking-layout {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
    gap: 45px;
    align-items: start;
}

.tracking-card {
    padding: 36px;
}

.tracking-card form,
.wpcargo-track-form,
#wpcargo-track-form,
.track_form_table {
    display: grid;
    gap: 15px;
}

.tracking-card input[type="text"],
.tracking-card input[type="search"],
.tracking-card .input_track_num {
    min-height: 58px;
}

.tracking-card input[type="submit"],
.tracking-card button,
.tracking-card .track_form_btn {
    min-height: 54px;
    border: 0;
    background: var(--theme-color);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
    gap: 38px;
}

.contact-card {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-top: 18px;
    padding: 20px;
    background: #fff;
    box-shadow: var(--shadow);
}

.contact-card svg,
.contact-card img {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    padding: 13px;
    background: var(--theme-color);
    color: #fff;
    object-fit: contain;
}

.contact-card strong,
.contact-card span,
.contact-card a {
    display: block;
}

.contact-card strong {
    color: var(--theme-heading);
    font-family: var(--heading-font);
}

.contact-form-panel {
    padding: 38px;
}

.contact-form {
    display: grid;
    gap: 16px;
}

.faq-list {
    display: grid;
    gap: 16px;
}

.faq-item {
    background: #fff;
    border: 1px solid var(--border);
    box-shadow: 0 8px 24px rgba(7, 54, 146, .06);
}

.faq-item button {
    width: 100%;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 22px;
    border: 0;
    background: #fff;
    color: var(--theme-heading);
    text-align: left;
    font-family: var(--heading-font);
    font-weight: 800;
    cursor: pointer;
}

.faq-item b {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    background: var(--theme-color);
    color: #fff;
}

.faq-answer {
    display: none;
    padding: 0 22px 22px;
}

.faq-item.is-open .faq-answer {
    display: block;
}

.faq-item.is-open b {
    background: var(--theme-dark);
}

.legal-content {
    padding: 42px;
    background: #fff;
    box-shadow: var(--shadow);
}

.single-featured {
    margin-bottom: 32px;
}

.single-featured img {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
}

.empty-state {
    grid-column: 1 / -1;
    padding: 34px;
    background: #fff;
    color: var(--theme-heading);
    box-shadow: var(--shadow);
    font-weight: 800;
}

.partner-area {
    padding: 34px 0;
    background: #fff;
}

.partner-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 22px;
    align-items: center;
}

.partner-grid span {
    display: grid;
    place-items: center;
    min-height: 86px;
    padding: 16px;
    border: 1px solid var(--border);
    background: #fff;
}

.partner-grid img {
    width: auto;
    max-height: 48px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: .78;
}

.partner-grid span:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.footer-area {
    position: relative;
    color: rgba(255, 255, 255, .84);
    overflow: hidden;
    background: var(--theme-dark);
}

.footer-shape {
    position: absolute;
    inset: 0;
    opacity: .18;
    background: url("assets/img/shape/01.png") right top / 460px auto no-repeat,
        linear-gradient(30deg, transparent 0 43%, #fff 43.3% 44.2%, transparent 44.4%),
        linear-gradient(140deg, transparent 0 67%, #fff 67.2% 68%, transparent 68.2%);
}

.footer-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.25fr .8fr .9fr 1fr;
    gap: 34px;
    padding: 92px 0 70px;
}

.footer-column h2 {
    color: #fff;
    font-size: 22px;
}

.footer-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-column li {
    margin: 10px 0;
}

.footer-column a {
    color: rgba(255, 255, 255, .86);
}

.footer-column a:hover {
    color: var(--theme-color);
}

.footer-about .brand-fallback {
    margin-bottom: 22px;
    color: #fff;
}

.footer-about .brand-mark {
    background: var(--theme-color);
}

.footer-about .brand-copy strong,
.footer-about .brand-copy small {
    color: #fff;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
}

.footer-contact svg {
    flex: 0 0 18px;
    margin-top: 7px;
    color: var(--theme-color);
}

.copyright {
    position: relative;
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, .16);
}

.copyright p {
    margin: 0;
}

.copyright a {
    color: #fff;
    font-weight: 800;
}

.scroll-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 40;
    width: 45px;
    height: 45px;
    display: none;
    border: 0;
    background: var(--theme-color);
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    box-shadow: var(--shadow);
}

.scroll-top.is-visible {
    display: grid;
    place-items: center;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.14);
    }
}

@media (max-width: 1180px) {
    .nav-cta {
        display: none;
    }

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

@media (max-width: 991px) {
    .section-pad {
        padding: 76px 0;
    }

    .header-contact-list {
        justify-content: center;
    }

    .main-nav {
        min-height: 76px;
    }

    .menu-toggle {
        display: block;
    }

    .primary-navigation {
        position: fixed;
        inset: 0 0 0 22%;
        z-index: 80;
        padding: 96px 28px 28px;
        background: #fff;
        transform: translateX(100%);
        transition: transform .28s ease;
        box-shadow: -18px 0 44px rgba(7, 54, 146, .18);
    }

    body.menu-open .primary-navigation {
        transform: translateX(0);
    }

    .primary-navigation ul {
        display: grid;
        gap: 4px;
    }

    .primary-navigation a {
        padding: 14px 0;
        border-bottom: 1px solid var(--border);
        font-size: 18px;
    }

    .hero-section {
        min-height: 620px;
    }

    .feature-strip {
        margin-top: 0;
        padding-top: 24px;
        background: var(--theme-light);
    }

    .feature-grid,
    .split-layout,
    .quote-layout,
    .tracking-layout,
    .contact-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .split-layout {
        gap: 36px;
    }

    .split-layout.reverse .section-copy {
        order: 0;
    }

    .process-grid,
    .testimonial-grid,
    .blog-grid,
    .partner-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

@media (max-width: 680px) {
    .container {
        width: min(100% - 24px, var(--container));
    }

    .header-top {
        display: none;
    }

    .brand-copy strong {
        font-size: 18px;
    }

    .brand-copy small {
        display: none;
    }

    .brand-mark {
        width: 46px;
        height: 46px;
    }

    .primary-navigation {
        inset: 0 0 0 10%;
    }

    .hero-section {
        min-height: 560px;
    }

    .hero-content h1 {
        font-size: 38px;
    }

    .hero-actions,
    .theme-btn {
        width: 100%;
    }

    .feature-grid,
    .service-grid,
    .process-grid,
    .testimonial-grid,
    .blog-grid,
    .partner-grid,
    .stat-grid,
    .form-grid.two {
        grid-template-columns: 1fr;
    }

    .quote-panel,
    .contact-form-panel,
    .tracking-card,
    .legal-content {
        padding: 26px;
    }

    .image-panel,
    .quote-visual {
        min-height: 360px;
    }

    .page-hero {
        padding: 85px 0;
    }
}
