:root {
  --primary: #0B5D4A;
  --primary-dark: #073B30;
  --accent: #C89A2D;
  --gold: #F2C14E;
  --coal: #242424;
  --ink: #1d2228;
  --muted: #66717a;
  --line: #e7e1db;
  --cream: #F2EFE7;
  --cream-2: #FAF8F2;
  --white: #ffffff;
  --radius-xl: 34px;
  --shadow: 0 28px 70px rgba(29, 34, 40, .20);
  --shadow-soft: 0 18px 42px rgba(29, 34, 40, .10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Montserrat, Arial, sans-serif; color: var(--ink); background: #fff; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
.container { width: min(1200px, calc(100% - 44px)); margin-inline: auto; }
.section { padding: 92px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
h1, h2, h3 { margin: 0 0 16px; color: var(--coal); letter-spacing: -.04em; line-height: .98; }
h1 { font-size: clamp(42px, 6.2vw, 78px); font-weight: 900; text-transform: uppercase; }
h2 { font-size: clamp(34px, 4vw, 58px); font-weight: 900; }
h3 { font-size: 24px; font-weight: 900; }
p { margin: 0 0 18px; color: var(--muted); line-height: 1.72; font-weight: 600; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 18px; color: var(--primary); font-size: 13px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 34px; height: 3px; border-radius: 999px; background: linear-gradient(90deg, var(--accent), var(--primary)); }
.eyebrow--light { color: #fff; }
.eyebrow--light::before { background: var(--gold); }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 13px 24px; border-radius: 999px; border: 0; cursor: pointer; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; font-size: 12px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { color: #fff; background: linear-gradient(135deg, var(--accent), var(--primary)); box-shadow: 0 18px 36px rgba(11, 93, 74, .28); }
.btn--dark { color: #fff; background: var(--coal); box-shadow: 0 18px 36px rgba(36, 36, 36, .24); }
.btn--light { color: var(--primary); background: #fff; box-shadow: 0 18px 36px rgba(0,0,0,.16); }
.button-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.link-arrow { color: var(--primary); font-weight: 900; display: inline-flex; gap: 8px; align-items: center; }
.link-arrow::after { content: '→'; transition: transform .2s ease; }
.link-arrow:hover::after { transform: translateX(4px); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(16px); box-shadow: 0 8px 26px rgba(36, 36, 36, .08); }
.top-strip { background: linear-gradient(90deg, var(--primary-dark), var(--primary)); color: rgba(255,255,255,.86); font-size: 13px; }
.top-strip__inner { min-height: 38px; display: flex; align-items: center; justify-content: flex-end; gap: 22px; flex-wrap: wrap; }
.top-strip strong { color: #fff; }
.top-strip a:hover { color: #fff; }
.language-switcher { display: inline-flex; gap: 5px; align-items: center; padding-left: 6px; }
.language-switcher a { display: inline-grid; place-items: center; min-width: 34px; height: 25px; border-radius: 999px; border: 1px solid rgba(255,255,255,.28); font-size: 11px; font-weight: 900; color: rgba(255,255,255,.76); }
.language-switcher a.is-active, .language-switcher a:hover { background: #fff; color: var(--primary); }
.main-nav-wrap { min-height: 86px; display: flex; align-items: center; }
.nav-row { display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand-link img { width: 228px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 20px; font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .035em; }
.primary-nav a { position: relative; padding: 12px 0; color: var(--coal); white-space: nowrap; }
.primary-nav a:not(.client-login):not(.register-link):not(.logout-link)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 6px; height: 3px; border-radius: 99px; background: linear-gradient(90deg, var(--accent), var(--primary)); transition: right .2s ease; }
.primary-nav a:hover::after, .primary-nav a.is-active::after { right: 0; }
.client-login { color: #fff !important; padding: 13px 19px !important; border-radius: 999px; background: var(--coal); }
.register-link { color: var(--primary) !important; padding: 12px 0 !important; }
.logout-link { color: var(--muted) !important; }
.nav-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 9px; }
.nav-toggle span { display: block; height: 3px; background: var(--coal); border-radius: 99px; margin: 6px 0; }
.hero-slider { position: relative; height: min(760px, calc(100vh - 124px)); min-height: 620px; overflow: hidden; background: #101820; }
.hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .75s ease, visibility .75s ease; }
.hero-slide.is-active { opacity: 1; visibility: visible; }
.hero-slide__visual { width: 100%; height: 100%; object-fit: cover; filter: contrast(1.06) saturate(1.08); transform: scale(1.015); }
.hero-slide__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.76), rgba(0,0,0,.42) 45%, rgba(0,0,0,.12)); }
.hero-slide__shade::after { content: ''; position: absolute; inset: auto 0 0; height: 230px; background: linear-gradient(0deg, rgba(0,0,0,.42), transparent); }
.hero-slide__content { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; color: #fff; padding-top: 20px; }
.hero-slide h1 { color: #fff; max-width: 720px; text-shadow: 0 14px 34px rgba(0,0,0,.32); }
.hero-slide p { color: rgba(255,255,255,.86); max-width: 690px; font-size: 19px; margin-bottom: 30px; }
.hero-kicker { color: var(--gold); font-weight: 900; text-transform: uppercase; letter-spacing: .16em; font-size: 13px; margin-bottom: 18px; }
.hero-dots { position: absolute; left: 50%; bottom: 30px; transform: translateX(-50%); display: flex; gap: 10px; z-index: 2; }
.hero-dots button { width: 42px; height: 5px; border: 0; border-radius: 99px; background: rgba(255,255,255,.42); cursor: pointer; }
.hero-dots button.is-active { background: #fff; }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; align-items: center; }
.split-grid--welcome, .split-grid--about { grid-template-columns: .95fr 1.05fr; }
.copy-block { max-width: 660px; }
.copy-block .btn { margin-top: 8px; }
.welcome-section, .innovation-section, .feature-section { background: #fff; }
.photo-card { position: relative; border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow); background: var(--cream); min-height: 430px; }
.photo-card > img { width: 100%; height: 100%; object-fit: cover; min-height: 430px; }
.photo-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.34)); pointer-events: none; }
.photo-card--dashboard::after { background: linear-gradient(135deg, rgba(11,93,74,.18), rgba(0,0,0,.28)); }
.floating-badge { position: absolute; right: 26px; bottom: 26px; z-index: 2; border-radius: 20px; padding: 18px 22px; background: rgba(255,255,255,.92); box-shadow: var(--shadow-soft); backdrop-filter: blur(12px); }
.floating-badge strong { display: block; color: var(--coal); font-size: 22px; }
.floating-badge span { color: var(--muted); font-size: 13px; font-weight: 800; }
.services-intro { background: var(--cream-2); }
.section-head { max-width: 860px; margin: 0 0 44px; }
.section-head--center { text-align: center; margin-inline: auto; }
.section-head--center .eyebrow { justify-content: center; }
.service-tile-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.service-tile { position: relative; min-height: 205px; padding: 28px; border-radius: 24px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-soft); overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.service-tile:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-tile--photo { min-height: 285px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; isolation: isolate; border: 0; }
.service-tile--photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; filter: saturate(1.06) contrast(1.04); }
.service-tile__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.82)); z-index: -1; }
.service-tile__icon { width: 55px; height: 55px; display: grid; place-items: center; border-radius: 18px; background: rgba(255,255,255,.92); color: var(--primary); font-size: 26px; font-weight: 900; margin-bottom: 18px; }
.service-tile strong { display: block; color: inherit; font-size: 21px; margin-bottom: 8px; }
.service-tile small { display: block; color: rgba(255,255,255,.83); line-height: 1.5; font-weight: 700; }
.app-section { background: linear-gradient(135deg, var(--primary-dark), #1d2228); color: #fff; overflow: hidden; position: relative; }
.app-section::before { content: ''; position: absolute; width: 520px; height: 520px; border: 90px solid rgba(255,255,255,.05); border-radius: 50%; top: -230px; right: -130px; }
.app-section h2, .app-section h3, .app-section p { color: #fff; }
.app-section p { color: rgba(255,255,255,.74); }
.app-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; align-items: center; position: relative; z-index: 1; }
.app-visual { min-height: 430px; border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow); }
.app-visual img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.store-buttons { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }
.store-button { display: grid; line-height: 1.1; border: 1px solid rgba(255,255,255,.22); border-radius: 15px; padding: 12px 22px; background: rgba(255,255,255,.08); }
.store-button span { color: rgba(255,255,255,.72); font-size: 11px; font-weight: 800; }
.store-button strong { color: #fff; font-size: 18px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px; }
.feature-card, .pillar-card, .about-detail-card, .industry-card, .dashboard-panel, .form-card, .legal-card, .error-card, .side-card { padding: 30px; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: var(--shadow-soft); }
.feature-card { transition: transform .2s ease, box-shadow .2s ease; }
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.feature-card img { width: 72px; margin-bottom: 20px; }
.feature-card p { font-size: 15px; }
.stats-section { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: #fff; }
.stats-section h2, .stats-section p, .stats-section .eyebrow { color: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }
.stat-card { text-align: center; padding: 34px 22px; border-radius: 24px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.1); backdrop-filter: blur(10px); }
.stat-card strong { display: inline-block; color: #fff; font-size: clamp(38px, 5vw, 58px); line-height: 1; letter-spacing: -.04em; }
.stat-card em { color: var(--gold); font-size: 34px; font-style: normal; font-weight: 900; }
.stat-card span { display: block; margin-top: 12px; color: rgba(255,255,255,.82); font-weight: 900; }
.cert-section { background: var(--cream-2); }
.cert-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 16px; }
.cert-card { padding: 26px 18px; border-radius: 22px; background: #fff; border: 1px solid var(--line); text-align: center; box-shadow: var(--shadow-soft); }
.cert-card strong { display: block; color: var(--primary); font-size: 28px; line-height: 1; margin-bottom: 9px; }
.cert-card span { color: var(--muted); font-size: 13px; font-weight: 800; }
.page-hero { position: relative; min-height: 390px; overflow: hidden; background: #111; color: #fff; }
.page-hero__media { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(0,0,0,.76), rgba(0,0,0,.48), rgba(0,0,0,.22)), var(--page-bg); background-size: cover; background-position: center; filter: saturate(1.08) contrast(1.04); }
.page-hero__inner { position: relative; z-index: 1; min-height: 390px; display: flex; justify-content: space-between; align-items: center; gap: 34px; padding: 70px 0; }
.page-hero h1 { color: #fff; max-width: 720px; }
.page-hero p { color: rgba(255,255,255,.82); max-width: 650px; }
.breadcrumbs { display: flex; align-items: center; gap: 11px; padding: 14px 18px; border-radius: 999px; background: rgba(255,255,255,.12); color: #fff; font-size: 12px; font-weight: 900; white-space: nowrap; }
.breadcrumbs a { color: var(--gold); }
.pillar-section, .services-page-section, .industries-section, .auth-section, .dashboard-section, .tracking-section { background: var(--cream-2); }
.pillar-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px; }
.pillar-card span { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 18px; background: var(--primary); color: #fff; font-weight: 900; font-size: 22px; margin-bottom: 18px; }
.about-detail-section { background: #fff; }
.about-detail-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.service-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.service-card { border-radius: 28px; overflow: hidden; background: #fff; box-shadow: var(--shadow-soft); border: 1px solid var(--line); }
.service-card > img { width: 100%; height: 285px; object-fit: cover; }
.service-card__body { padding: 28px; }
.service-card__body > span { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 18px; background: var(--cream); color: var(--primary); font-size: 26px; margin-bottom: 16px; }
.service-detail-section { background: #fff; }
.service-detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 38px; align-items: start; }
.service-detail-main { min-width: 0; }
.service-detail-hero { width: 100%; height: 450px; object-fit: cover; border-radius: var(--radius-xl); box-shadow: var(--shadow); margin-bottom: 38px; }
.service-detail-main h2 { font-size: clamp(30px, 3.2vw, 46px); line-height: 1.08; }
.service-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; margin: 32px 0; }
.service-feature-grid article { display: flex; align-items: center; gap: 12px; padding: 18px; border-radius: 18px; background: var(--cream-2); border: 1px solid var(--line); font-weight: 800; color: var(--ink); }
.service-feature-grid strong { color: var(--primary); }
.process-block { padding: 34px; border-radius: 28px; background: linear-gradient(135deg, var(--coal), #333); color: #fff; margin-top: 34px; }
.process-block h3 { color: #fff; }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.process-grid article { border: 1px solid rgba(255,255,255,.18); border-radius: 18px; padding: 18px; background: rgba(255,255,255,.08); }
.process-grid span { color: var(--gold); font-weight: 900; display: block; margin-bottom: 10px; }
.process-grid strong { color: #fff; font-size: 14px; line-height: 1.35; }
.service-sidebar { position: sticky; top: 150px; display: grid; gap: 20px; }
.service-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.service-list a { display: flex; align-items: center; gap: 12px; border-radius: 15px; padding: 14px 15px; background: var(--cream-2); font-weight: 900; color: var(--ink); }
.service-list a.is-current, .service-list a:hover { background: var(--primary); color: #fff; }
.side-card--contact { color: #fff; background: linear-gradient(135deg, var(--primary), var(--primary-dark)); }
.side-card--contact h3, .side-card--contact p { color: #fff; }
.side-card--contact img { height: 130px; width: 100%; object-fit: cover; border-radius: 18px; margin-bottom: 16px; }
.other-service-list { display: grid; gap: 18px; margin-top: 32px; }
.other-service-card { display: grid; grid-template-columns: 220px 1fr; gap: 22px; align-items: center; padding: 18px; border-radius: 24px; background: var(--cream-2); border: 1px solid var(--line); }
.other-service-card img { height: 150px; width: 100%; object-fit: cover; border-radius: 18px; }
.industry-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.industry-card span { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 19px; background: var(--primary); color: #fff; font-size: 26px; margin-bottom: 18px; }
.contact-grid, .auth-grid, .tracking-page-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 38px; align-items: start; }
.contact-info-cards { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; margin: 28px 0; }
.contact-info-cards article { padding: 18px; border-radius: 18px; background: var(--cream-2); border: 1px solid var(--line); }
.contact-info-cards strong { display: block; margin-bottom: 8px; color: var(--primary); }
.contact-info-cards a, .contact-info-cards span { color: var(--ink); font-weight: 800; font-size: 13px; }
.map-card { position: relative; overflow: hidden; border-radius: 28px; min-height: 260px; box-shadow: var(--shadow-soft); }
.map-card img { width: 100%; height: 310px; object-fit: cover; }
.map-card div { position: absolute; left: 20px; bottom: 20px; right: 20px; border-radius: 20px; padding: 18px; background: rgba(255,255,255,.92); backdrop-filter: blur(14px); }
.map-card strong, .map-card span { display: block; font-weight: 900; color: var(--coal); }
.map-card span { font-size: 13px; color: var(--muted); margin-top: 4px; }
.form-card label, .quote-form label { display: grid; gap: 8px; margin-bottom: 16px; color: var(--ink); font-size: 13px; font-weight: 900; }
input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: 14px; padding: 14px 15px; outline: none; background: #fff; color: var(--ink); }
textarea { resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--primary); box-shadow: 0 0 0 4px rgba(141,17,29,.08); }
.form-grid, .quote-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.full-span { grid-column: 1 / -1; }
.quote-section { background: #fff; }
.quote-wide { display: grid; grid-template-columns: .75fr 1.25fr; gap: 38px; align-items: start; }
.quote-form { padding: 30px; border-radius: 28px; background: var(--cream-2); border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.success-box, .error-box { border-radius: 16px; padding: 14px 16px; margin-bottom: 18px; font-weight: 800; }
.success-box { color: #126a3d; background: #e7f6ed; border: 1px solid #bee8cc; }
.error-box { color: #8d111d; background: #fff0f0; border: 1px solid #ffd0d0; }
.career-list { display: grid; gap: 14px; margin-top: 28px; }
.career-list article { padding: 18px; border-radius: 18px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.career-list strong { display: block; margin-bottom: 6px; }
.career-list span { color: var(--muted); font-weight: 700; }
.auth-grid { align-items: center; }
.auth-grid--narrow { max-width: 980px; }
.auth-copy { padding: 20px 0; }
.auth-points { display: grid; gap: 14px; margin-top: 30px; }
.auth-points article { display: flex; align-items: center; gap: 14px; padding: 18px; border-radius: 18px; background: #fff; box-shadow: var(--shadow-soft); border: 1px solid var(--line); font-weight: 800; }
.auth-points strong { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: var(--primary); color: #fff; }
.auth-card { max-width: 560px; width: 100%; margin-left: auto; }
.form-row-between { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 20px; font-size: 13px; font-weight: 800; }
.form-row-between a, .auth-alt a { color: var(--primary); font-weight: 900; }
.check-label { display: flex !important; align-items: flex-start; grid-template-columns: auto 1fr; gap: 10px !important; line-height: 1.4; }
.check-label input { width: auto; margin-top: 3px; }
.auth-alt { margin: 18px 0 0; font-size: 14px; }
.dashboard-head { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 26px; }
.dashboard-head p { margin: 0; }
.dashboard-cards { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; margin-bottom: 28px; }
.dashboard-card { padding: 28px; border-radius: 24px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.dashboard-card strong { display: block; font-size: 46px; line-height: 1; color: var(--primary); font-weight: 900; }
.dashboard-card span { display: block; margin-top: 10px; color: var(--muted); font-weight: 800; }
.dashboard-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.tracking-list { display: grid; gap: 14px; margin: 22px 0; }
.tracking-list article { padding: 18px; border-radius: 18px; background: var(--cream-2); border: 1px solid var(--line); }
.tracking-list strong { display: block; color: var(--coal); }
.tracking-list span { display: inline-flex; margin: 8px 0; padding: 5px 10px; border-radius: 99px; background: var(--primary); color: #fff; font-size: 11px; font-weight: 900; }
.tracking-list p { margin: 0; font-size: 14px; }
.legal-section { background: var(--cream-2); }
.legal-card { max-width: 960px; margin-inline: auto; }
.legal-card article + article { margin-top: 28px; padding-top: 28px; border-top: 1px solid var(--line); }
.error-section { min-height: 64vh; display: grid; place-items: center; background: var(--cream-2); }
.error-card { max-width: 640px; text-align: center; }
.site-footer { background: #171a1e; color: rgba(255,255,255,.76); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .95fr .85fr 1.1fr; gap: 28px; padding: 72px 0 46px; }
.footer-card h3 { color: #fff; }
.footer-card p, .footer-list, .footer-links { color: rgba(255,255,255,.72); }
.footer-card { padding: 0; border: 0; box-shadow: none; background: transparent; }
.footer-logo { width: 210px; margin-bottom: 18px; }
.footer-socials { display: flex; gap: 10px; margin-top: 22px; }
.footer-socials a { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.1); color: #fff; font-weight: 900; font-size: 12px; }
.footer-list, .footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; font-weight: 700; font-size: 14px; }
.footer-links a:hover, .footer-list a:hover { color: #fff; }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin: 16px 0; }
.newsletter-form input { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.12); color: #fff; }
.newsletter-form button { border: 0; border-radius: 14px; background: var(--accent); color: #fff; font-weight: 900; padding: 0 18px; cursor: pointer; }
.footer-note { border-radius: 12px; padding: 10px 12px; background: rgba(18,106,61,.25); color: #d5f6df; font-weight: 800; margin: 12px 0; }
.footer-small { font-size: 12px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); }
.footer-bottom__inner { min-height: 58px; display: flex; justify-content: space-between; align-items: center; gap: 18px; font-size: 12px; font-weight: 800; color: rgba(255,255,255,.56); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 1100px) {
  .primary-nav { position: fixed; left: 20px; right: 20px; top: 126px; display: none; flex-direction: column; align-items: stretch; gap: 4px; padding: 22px; border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
  .primary-nav.is-open { display: flex; }
  .nav-toggle { display: block; }
  .primary-nav a { padding: 13px 14px !important; }
  .client-login { text-align: center; }
  .top-strip__inner { justify-content: center; }
}
@media (max-width: 920px) {
  .section { padding: 70px 0; }
  .split-grid, .app-grid, .contact-grid, .quote-wide, .auth-grid, .tracking-page-grid, .service-detail-layout { grid-template-columns: 1fr; }
  .service-sidebar { position: static; }
  .service-tile-grid, .feature-grid, .stats-grid, .pillar-grid, .about-detail-grid, .industry-grid, .footer-grid, .dashboard-cards, .dashboard-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .cert-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .page-hero__inner { flex-direction: column; align-items: flex-start; justify-content: center; }
  .auth-card { margin-left: 0; max-width: none; }
  .quote-wide .copy-block { max-width: none; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1200px); }
  h1 { font-size: 42px; }
  h2 { font-size: 32px; }
  .hero-slider { min-height: 590px; height: 590px; }
  .brand-link img { width: 176px; }
  .main-nav-wrap { min-height: 74px; }
  .primary-nav { top: 112px; }
  .top-strip__hours { display: none; }
  .service-tile-grid, .feature-grid, .stats-grid, .pillar-grid, .about-detail-grid, .industry-grid, .footer-grid, .service-card-grid, .cert-grid, .dashboard-cards, .dashboard-grid, .form-grid, .quote-form-grid, .contact-info-cards, .process-grid { grid-template-columns: 1fr; }
  .service-card > img, .service-detail-hero { height: 260px; }
  .other-service-card { grid-template-columns: 1fr; }
  .dashboard-head, .footer-bottom__inner { flex-direction: column; align-items: flex-start; }
  .newsletter-form { grid-template-columns: 1fr; }
}


/* V7 premium logistics visual refinement */
.language-switcher {
  gap: 4px;
  padding: 4px 5px 4px 10px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: rgba(255,255,255,.09);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}
.language-switcher__label {
  color: rgba(255,255,255,.72);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
  margin-right: 3px;
}
.language-switcher a {
  border: 0;
  background: rgba(255,255,255,.08);
  height: 27px;
  min-width: 36px;
  letter-spacing: .04em;
}
.language-switcher a.is-active,
.language-switcher a:hover {
  background: #fff;
  color: var(--primary-dark);
  box-shadow: 0 10px 20px rgba(0,0,0,.18);
}
.hero-slide__visual,
.service-tile--photo > img,
.service-card > img,
.service-detail-hero,
.photo-card > img,
.app-visual img,
.map-card img,
.side-card--contact img,
.other-service-card img {
  object-fit: cover;
  filter: saturate(1.04) contrast(1.06);
}
.hero-slide__shade {
  background:
    linear-gradient(90deg, rgba(13,17,23,.86) 0%, rgba(13,17,23,.66) 43%, rgba(13,17,23,.25) 72%, rgba(13,17,23,.08) 100%),
    linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.46));
}
.hero-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 20% 50%, rgba(255,95,46,.16), transparent 30%);
}
.hero-slide__content { z-index: 2; }
.service-tile--photo::after,
.service-card::after,
.other-service-card::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.service-tile__icon,
.service-card__body > span,
.industry-card span,
.pillar-card span {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  color: #fff;
  box-shadow: 0 16px 30px rgba(101,10,18,.24);
}
.feature-card {
  position: relative;
  overflow: hidden;
  min-height: 245px;
}
.feature-card::before {
  content: '';
  position: absolute;
  top: -75px;
  right: -75px;
  width: 155px;
  height: 155px;
  border-radius: 50%;
  background: rgba(141,17,29,.07);
}
.feature-card__monogram {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  margin-bottom: 22px;
  background: linear-gradient(135deg, #171a1e, var(--primary));
  color: #fff;
  font-size: 20px;
  font-weight: 950;
  letter-spacing: .08em;
  box-shadow: 0 20px 36px rgba(36,36,36,.2);
}
.feature-card img { display: none; }
.service-card { position: relative; overflow: hidden; }
.service-card > img { height: 265px; }
.service-card__body { position: relative; z-index: 1; }
.photo-card { background: #111820; }
.app-visual { background: #111820; }
.cert-card { background: linear-gradient(180deg, #fff, #faf7f3); }
.top-strip__inner { row-gap: 8px; }
@media (max-width: 640px) {
  .language-switcher__label { display: none; }
  .language-switcher { padding-left: 5px; }
}

.cert-card--logo { min-height: 112px; display: grid; place-items: center; }
.cert-card--logo strong { font-size: 22px; line-height: 1.05; margin: 0; }

/* V8 client/admin cabinet improvements */
.empty-state { padding: 24px; border-radius: 18px; background: var(--cream-2); border: 1px dashed var(--line); }
.empty-state strong { display: block; color: var(--coal); font-size: 18px; margin-bottom: 8px; }
.empty-state p { margin: 0; }
.tracking-list small { display: block; color: var(--muted); font-weight: 800; margin-top: 8px; line-height: 1.45; }
.admin-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; margin-bottom: 28px; }
.admin-cards { grid-template-columns: repeat(4, minmax(0,1fr)); }
.client-list { display: grid; gap: 12px; margin-top: 18px; }
.client-list article { padding: 16px; border-radius: 16px; background: var(--cream-2); border: 1px solid var(--line); }
.client-list strong { display: block; color: var(--coal); margin-bottom: 5px; }
.client-list span { color: var(--muted); font-weight: 800; font-size: 13px; line-height: 1.5; }
.admin-shipment-list { display: grid; gap: 18px; margin-top: 22px; }
.admin-shipment-card { padding: 22px; border-radius: 22px; background: var(--cream-2); border: 1px solid var(--line); }
.admin-shipment-card__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.admin-shipment-card__head strong { display: block; color: var(--coal); font-size: 20px; }
.admin-shipment-card__head span { display: inline-flex; margin-top: 8px; padding: 6px 11px; border-radius: 999px; background: var(--primary); color: #fff; font-size: 11px; font-weight: 900; }
.admin-shipment-card__head small { color: var(--muted); font-weight: 800; }
.admin-shipment-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; margin-bottom: 18px; }
.admin-shipment-grid div { padding: 16px; background: #fff; border-radius: 16px; border: 1px solid var(--line); }
.admin-shipment-grid b { display: block; color: var(--primary); margin-bottom: 8px; }
.admin-shipment-grid p { margin: 0; font-size: 13px; line-height: 1.55; }
.admin-update-form { display: grid; grid-template-columns: .75fr 1fr 1fr auto; gap: 12px; align-items: end; }
.admin-update-form label { display: grid; gap: 7px; font-size: 12px; font-weight: 900; color: var(--ink); }
.admin-update-form .btn { min-height: 46px; white-space: nowrap; }
@media (max-width: 900px) {
  .admin-grid, .admin-cards, .admin-shipment-grid, .admin-update-form { grid-template-columns: 1fr; }
  .admin-shipment-card__head { flex-direction: column; }
}

/* V10: Google sign-in, full admin workspace, CMS and shipment photo reports */
.notice-box { display: flex; gap: 16px; align-items: center; padding: 18px 22px; margin-bottom: 22px; border-radius: 18px; background: #fff7db; border: 1px solid #efd588; box-shadow: var(--shadow-soft); }
.notice-box strong { color: #4e3a00; white-space: nowrap; }
.notice-box span { color: #6d5a1d; font-weight: 700; line-height: 1.5; }
.auth-divider { display: flex; align-items: center; gap: 12px; margin: 24px 0; color: var(--muted); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.auth-divider::before, .auth-divider::after { content: ''; height: 1px; flex: 1; background: var(--line); }
.google-auth-wrap { min-height: 44px; display: flex; justify-content: center; align-items: center; }
.google-auth-wrap .g_id_signin { min-width: 260px; }

.tracking-list__item { display: block; }
.tracking-list__item article { transition: transform .18s ease, box-shadow .18s ease; }
.tracking-list__item:hover article { transform: translateY(-3px); box-shadow: var(--shadow-soft); }
.empty-state--large { max-width: 760px; margin: 0 auto; padding: 48px; text-align: center; }
.empty-state--large .btn { margin-top: 22px; }
.shipment-catalog { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.shipment-summary-card { display: block; padding: 28px; border-radius: 26px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-soft); transition: transform .2s ease, box-shadow .2s ease; }
.shipment-summary-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.shipment-summary-card__top { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.shipment-summary-card__top strong { color: var(--coal); font-size: 20px; }
.shipment-summary-card__top span, .shipment-status-badge, .status-pill { display: inline-flex; align-items: center; padding: 7px 12px; border-radius: 999px; background: var(--primary); color: #fff; font-size: 11px; font-weight: 900; }
.shipment-summary-card h3 { margin-bottom: 8px; }
.shipment-summary-card dl { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 20px 0; }
.shipment-summary-card dl div { padding: 13px; border-radius: 14px; background: var(--cream-2); border: 1px solid var(--line); }
.shipment-summary-card dt { color: var(--muted); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.shipment-summary-card dd { margin: 5px 0 0; color: var(--ink); font-size: 13px; font-weight: 800; }
.tracking-detail-section { background: var(--cream-2); }
.tracking-detail-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.tracking-detail-head h2 { margin-bottom: 8px; }
.tracking-current-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-bottom: 28px; }
.tracking-current-grid article { padding: 20px; border-radius: 20px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.tracking-current-grid span { display: block; color: var(--muted); font-size: 11px; font-weight: 900; text-transform: uppercase; margin-bottom: 8px; }
.tracking-current-grid strong { display: block; color: var(--coal); font-size: 16px; line-height: 1.4; }
.tracking-layout { display: grid; grid-template-columns: 1.4fr .6fr; gap: 24px; align-items: start; }
.shipment-timeline { display: grid; gap: 0; margin-top: 24px; }
.timeline-entry { display: grid; grid-template-columns: 52px 1fr; gap: 18px; position: relative; }
.timeline-entry:not(:last-child)::before { content: ''; position: absolute; left: 25px; top: 48px; bottom: -8px; width: 2px; background: var(--line); }
.timeline-entry__marker { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; background: linear-gradient(135deg, var(--primary-dark), var(--primary)); color: #fff; font-weight: 900; z-index: 1; }
.timeline-entry__body { padding: 0 0 32px; }
.timeline-entry__head { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; margin-bottom: 10px; }
.timeline-entry__head strong { color: var(--coal); font-size: 18px; }
.timeline-entry__head time { color: var(--muted); font-size: 11px; font-weight: 800; }
.timeline-entry__body p { margin-bottom: 6px; }
.timeline-entry__body small { display: block; color: var(--muted); font-weight: 800; }
.timeline-note { margin-top: 12px; padding: 14px 16px; border-radius: 14px; background: var(--cream-2); border: 1px solid var(--line); color: var(--ink); line-height: 1.55; white-space: pre-line; }
.photo-report-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 16px; }
.photo-report-grid a { display: block; border-radius: 16px; overflow: hidden; background: #fff; border: 1px solid var(--line); }
.photo-report-grid img { width: 100%; height: 150px; object-fit: cover; }
.photo-report-grid span { display: block; padding: 10px; color: var(--muted); font-size: 11px; font-weight: 800; }
.detail-list { display: grid; gap: 12px; margin: 18px 0 24px; }
.detail-list div { padding: 14px; border-radius: 14px; background: var(--cream-2); border: 1px solid var(--line); }
.detail-list span { display: block; color: var(--muted); font-size: 10px; font-weight: 900; text-transform: uppercase; margin-bottom: 6px; }
.detail-list strong { display: block; color: var(--ink); font-size: 13px; line-height: 1.5; word-break: break-word; }

.admin-body { background: #eef2f1; }
.admin-body .site-footer { display: none; }
.admin-workspace { min-height: calc(100vh - 124px); padding: 28px 0 56px; background: #eef2f1; }
.admin-workspace__grid { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 26px; align-items: start; }
.admin-sidebar { position: sticky; top: 144px; min-height: calc(100vh - 176px); padding: 20px; border-radius: 26px; background: linear-gradient(180deg, #0b4c3e, #07372e); color: #fff; box-shadow: 0 24px 60px rgba(7,55,46,.25); }
.admin-sidebar__profile { display: flex; align-items: center; gap: 12px; padding: 12px 10px 22px; border-bottom: 1px solid rgba(255,255,255,.12); }
.admin-sidebar__profile > span, .admin-sidebar__profile > img { width: 46px; height: 46px; border-radius: 15px; object-fit: cover; display: grid; place-items: center; background: rgba(255,255,255,.14); color: #fff; font-weight: 900; }
.admin-sidebar__profile strong, .admin-sidebar__profile small { display: block; }
.admin-sidebar__profile strong { font-size: 14px; }
.admin-sidebar__profile small { max-width: 150px; margin-top: 4px; color: rgba(255,255,255,.62); font-size: 10px; word-break: break-all; }
.admin-sidebar__nav { display: grid; gap: 6px; padding: 18px 0; }
.admin-sidebar__nav a { display: flex; align-items: center; gap: 12px; padding: 12px 13px; border-radius: 14px; color: rgba(255,255,255,.72); font-size: 13px; font-weight: 850; transition: background .18s ease, color .18s ease; }
.admin-sidebar__nav a b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 10px; background: rgba(255,255,255,.08); }
.admin-sidebar__nav a:hover, .admin-sidebar__nav a.is-active { background: #fff; color: var(--primary-dark); }
.admin-sidebar__nav a.is-active b { background: var(--cream); color: var(--primary); }
.admin-sidebar__actions { display: grid; gap: 8px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.12); }
.admin-sidebar__actions a { color: rgba(255,255,255,.7); font-size: 12px; font-weight: 800; padding: 8px 10px; }
.admin-sidebar__actions a:hover { color: #fff; }
.admin-main { min-width: 0; }
.admin-main__head { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 28px; margin-bottom: 22px; border-radius: 26px; background: linear-gradient(135deg, #fff, #f6f9f8); border: 1px solid #dde7e3; box-shadow: var(--shadow-soft); }
.admin-main__head h1 { margin: 0; color: var(--coal); font-size: clamp(30px, 3vw, 48px); line-height: 1; text-transform: none; }
.admin-main__head .eyebrow { margin-bottom: 10px; }
.admin-main__head-actions { display: flex; gap: 10px; }
.admin-main__head-actions .btn--light { background: var(--primary); color: #fff; }
.admin-module { display: grid; gap: 22px; }
.admin-panel-card { padding: 26px; border-radius: 24px; background: #fff; border: 1px solid #dfe8e5; box-shadow: 0 16px 36px rgba(30,60,52,.08); }
.admin-panel-card h2 { font-size: 26px; line-height: 1.08; }
.admin-panel-card h3 { font-size: 20px; line-height: 1.15; }
.admin-panel-card__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 22px; }
.admin-panel-card__head h2 { margin-bottom: 6px; }
.admin-panel-card__head p { margin: 0; font-size: 13px; }
.admin-panel-card__head > a { color: var(--primary); font-weight: 900; font-size: 12px; }
.admin-overview-grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 22px; }
.admin-table-wrap { overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; min-width: 680px; }
.admin-table th, .admin-table td { padding: 13px 12px; text-align: left; border-bottom: 1px solid var(--line); font-size: 12px; }
.admin-table th { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.admin-table td { color: var(--ink); font-weight: 700; }
.admin-table tr:last-child td { border-bottom: 0; }
.admin-quick-actions { display: grid; gap: 12px; }
.admin-quick-actions a { display: flex; align-items: center; gap: 13px; padding: 14px; border-radius: 16px; background: var(--cream-2); border: 1px solid var(--line); }
.admin-quick-actions a b { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--primary); color: #fff; }
.admin-quick-actions a strong, .admin-quick-actions a small { display: block; }
.admin-quick-actions a strong { color: var(--coal); font-size: 13px; }
.admin-quick-actions a small { color: var(--muted); margin-top: 3px; line-height: 1.35; }
.audit-list { display: grid; gap: 8px; }
.audit-list article { display: grid; grid-template-columns: 160px 1fr 180px; gap: 14px; padding: 11px 13px; border-radius: 12px; background: var(--cream-2); font-size: 11px; }
.audit-list span, .audit-list small { color: var(--muted); font-weight: 700; }
.audit-list strong { color: var(--ink); }

.admin-create-form, .admin-panel-card form { min-width: 0; }
.admin-panel-card form > label, .cms-form label, .settings-grid label { display: grid; gap: 8px; margin-bottom: 16px; color: var(--ink); font-size: 12px; font-weight: 900; }
.admin-filter-bar { display: grid; grid-template-columns: minmax(220px, 1fr) 220px auto auto; gap: 10px; align-items: center; margin-bottom: 22px; }
.admin-filter-bar a { color: var(--primary); font-size: 12px; font-weight: 900; text-align: center; }
.upload-dropzone { padding: 18px; border-radius: 18px; border: 2px dashed #bad1c9; background: #f3f8f6; cursor: pointer; }
.upload-dropzone span { color: var(--primary-dark); font-size: 14px; }
.upload-dropzone input[type=file] { border: 0; padding: 10px 0; background: transparent; }
.upload-dropzone small { color: var(--muted); }
.upload-dropzone em { color: var(--primary); font-style: normal; font-size: 11px; word-break: break-word; }
.admin-shipment-card { background: #fff; box-shadow: 0 10px 24px rgba(30,60,52,.06); }
.admin-shipment-editor, .admin-history { margin-top: 14px; border-radius: 16px; border: 1px solid var(--line); overflow: hidden; background: #fff; }
.admin-shipment-editor > summary, .admin-history > summary { padding: 15px 17px; cursor: pointer; color: var(--primary-dark); font-size: 12px; font-weight: 900; background: #f7faf9; }
.admin-shipment-editor > form { padding: 20px; }
.admin-history-list { display: grid; gap: 12px; padding: 18px; }
.admin-history-list > article { padding: 16px; border-radius: 14px; background: var(--cream-2); border: 1px solid var(--line); }
.admin-history-list header { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 8px; }
.admin-history-list header strong { color: var(--coal); }
.admin-history-list header time { color: var(--muted); font-size: 10px; font-weight: 800; }
.admin-history-list p { margin: 0 0 6px; font-size: 12px; }
.admin-history-list small { display: block; color: var(--muted); white-space: pre-line; }
.admin-photo-strip { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin-top: 12px; }
.admin-photo-strip figure { position: relative; margin: 0; border-radius: 12px; overflow: hidden; background: #ddd; }
.admin-photo-strip img { width: 100%; height: 92px; object-fit: cover; }
.admin-photo-strip form { position: absolute; top: 5px; right: 5px; }
.admin-photo-strip button { width: 24px; height: 24px; border: 0; border-radius: 50%; background: rgba(0,0,0,.68); color: #fff; cursor: pointer; }

.client-admin-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.client-admin-card { padding: 20px; border-radius: 20px; background: var(--cream-2); border: 1px solid var(--line); }
.client-admin-card__head { display: grid; grid-template-columns: 48px 1fr auto; gap: 12px; align-items: center; }
.client-admin-card__head > span, .client-admin-card__head > img { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; background: var(--primary); color: #fff; font-weight: 900; object-fit: cover; }
.client-admin-card__head h3 { margin: 0 0 4px; font-size: 17px; }
.client-admin-card__head p { margin: 0; font-size: 11px; }
.client-admin-card__head em { padding: 6px 10px; border-radius: 99px; background: #d9f3e6; color: #11623d; font-size: 10px; font-style: normal; font-weight: 900; }
.client-admin-card__head em.is-disabled { background: #ffe5e5; color: #922626; }
.client-admin-card__details { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 18px 0; }
.client-admin-card__details div { padding: 11px; border-radius: 12px; background: #fff; border: 1px solid var(--line); }
.client-admin-card__details dt { color: var(--muted); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.client-admin-card__details dd { margin: 4px 0 0; color: var(--ink); font-size: 11px; font-weight: 800; word-break: break-word; }
.client-admin-card__actions { display: flex; align-items: flex-start; gap: 10px; flex-wrap: wrap; }
.client-admin-card__actions .btn { min-height: 38px; padding: 10px 16px; }
.client-admin-card__actions details { flex: 1; min-width: 210px; }
.client-admin-card__actions summary { cursor: pointer; color: var(--primary); font-size: 11px; font-weight: 900; padding: 10px 0; }
.client-admin-card__actions details form { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.client-admin-card__actions details input { padding: 10px; }
.client-admin-card__actions details button { border: 0; border-radius: 12px; background: var(--primary); color: #fff; font-weight: 900; padding: 0 14px; cursor: pointer; }

.cms-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 24px; border-radius: 22px; background: linear-gradient(135deg, #0b4c3e, #136b57); color: #fff; box-shadow: var(--shadow-soft); }
.cms-toolbar strong, .cms-toolbar span { display: block; }
.cms-toolbar strong { font-size: 20px; }
.cms-toolbar span { margin-top: 6px; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.5; }
.cms-toolbar .btn { white-space: nowrap; }
.cms-section { border-radius: 22px; background: #fff; border: 1px solid #dfe8e5; box-shadow: 0 14px 30px rgba(30,60,52,.07); overflow: hidden; }
.cms-section > summary { display: flex; align-items: center; gap: 16px; padding: 22px 24px; cursor: pointer; list-style: none; }
.cms-section > summary::-webkit-details-marker { display: none; }
.cms-section > summary > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: var(--primary); color: #fff; font-weight: 900; }
.cms-section > summary strong, .cms-section > summary small { display: block; }
.cms-section > summary strong { color: var(--coal); font-size: 18px; }
.cms-section > summary small { margin-top: 4px; color: var(--muted); line-height: 1.4; }
.cms-section[open] > summary { border-bottom: 1px solid var(--line); background: #f9fbfa; }
.cms-section--danger > summary > span { background: #6d2424; }
.cms-form { padding: 26px; }
.cms-form h3 { margin: 30px 0 15px; padding-top: 20px; border-top: 1px solid var(--line); }
.cms-form h4 { margin: 18px 0 10px; color: var(--primary-dark); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.translation-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.translation-grid label span, .cms-repeat-grid label span { display: inline-flex; width: fit-content; padding: 4px 7px; border-radius: 7px; background: #e5f2ed; color: var(--primary-dark); font-size: 9px; font-weight: 900; }
.cms-repeat-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.cms-repeat-grid--wide { grid-template-columns: 1fr; }
.cms-repeat-grid article, .cms-card-block { padding: 20px; border-radius: 18px; background: var(--cream-2); border: 1px solid var(--line); }
.cms-repeat-grid article > strong { display: block; margin-bottom: 14px; color: var(--coal); }
.cms-repeat-grid article label { margin-bottom: 10px; }
.cms-card-block { margin-bottom: 18px; }
.cms-card-block__head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.cms-card-block__head strong, .cms-card-block__head small { display: block; }
.cms-card-block__head small { color: var(--muted); margin-top: 4px; }
.cms-card-block__head img { width: 150px; height: 82px; border-radius: 12px; object-fit: cover; background: #ddd; }
.cms-page-card { display: grid; gap: 8px; }
.code-textarea { font-family: Consolas, Monaco, monospace; font-size: 11px; line-height: 1.45; white-space: pre; }
.cms-reset-form { padding: 0 26px 26px; }
.cms-reset-form button { border: 0; background: transparent; color: #a52b2b; font-weight: 900; cursor: pointer; }

.admin-media-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.media-help-card ol { margin: 16px 0 0 20px; padding: 0; }
.media-help-card li { margin-bottom: 12px; color: var(--muted); font-weight: 700; line-height: 1.5; }
.media-library-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.media-item { border-radius: 18px; overflow: hidden; background: var(--cream-2); border: 1px solid var(--line); }
.media-item > a { display: block; }
.media-item img { width: 100%; height: 180px; object-fit: cover; }
.media-item > div { padding: 14px; }
.media-item strong, .media-item small { display: block; }
.media-item strong { color: var(--coal); font-size: 12px; word-break: break-all; }
.media-item small { margin: 5px 0 10px; color: var(--muted); }
.media-item input { padding: 9px; font-size: 10px; }
.media-item__actions { display: flex; gap: 8px; margin-top: 10px; }
.media-item__actions button { border: 0; border-radius: 10px; padding: 8px 10px; background: var(--primary); color: #fff; font-size: 10px; font-weight: 900; cursor: pointer; }
.media-item__actions form button { background: #8e2b2b; }

.settings-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.integration-status { flex: 0 0 auto; padding: 7px 11px; border-radius: 99px; background: #ffe4e4; color: #8b2525; font-size: 10px; font-weight: 900; }
.integration-status.is-ready { background: #dff5e9; color: #17623e; }
.settings-note { padding: 16px; margin: 10px 0 18px; border-radius: 15px; background: var(--cream-2); border: 1px solid var(--line); }
.settings-note strong, .settings-note code { display: block; }
.settings-note code { margin: 8px 0; padding: 9px; border-radius: 9px; background: #1d2522; color: #d4f0e5; font-size: 11px; word-break: break-all; }
.settings-note p { margin: 0; font-size: 12px; }

@media (max-width: 1100px) {
  .admin-workspace__grid { grid-template-columns: 1fr; }
  .admin-sidebar { position: static; min-height: auto; }
  .admin-sidebar__nav { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .admin-sidebar__actions { grid-template-columns: 1fr 1fr; }
  .admin-overview-grid, .tracking-layout, .settings-grid { grid-template-columns: 1fr; }
  .media-library-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 820px) {
  .shipment-catalog, .client-admin-grid, .admin-media-grid, .translation-grid, .cms-repeat-grid, .tracking-current-grid { grid-template-columns: 1fr; }
  .admin-sidebar__nav { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .admin-filter-bar { grid-template-columns: 1fr; }
  .audit-list article { grid-template-columns: 1fr; }
  .admin-photo-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .photo-report-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 640px) {
  .admin-workspace { padding-top: 14px; }
  .admin-workspace__grid { width: min(100% - 18px, 1200px); gap: 14px; }
  .admin-sidebar { border-radius: 20px; padding: 14px; }
  .admin-sidebar__nav { grid-template-columns: 1fr; }
  .admin-main__head { flex-direction: column; align-items: flex-start; padding: 20px; }
  .admin-panel-card { padding: 18px; }
  .admin-panel-card__head, .tracking-detail-head, .cms-toolbar { flex-direction: column; align-items: flex-start; }
  .admin-cards, .shipment-summary-card dl, .client-admin-card__details, .photo-report-grid { grid-template-columns: 1fr; }
  .media-library-grid { grid-template-columns: 1fr; }
  .cms-form { padding: 18px; }
  .cms-section > summary { padding: 17px; }
  .cms-card-block__head { align-items: flex-start; }
  .cms-card-block__head img { width: 110px; height: 70px; }
  .timeline-entry { grid-template-columns: 42px 1fr; gap: 12px; }
  .timeline-entry__marker { width: 42px; height: 42px; }
  .timeline-entry:not(:last-child)::before { left: 20px; top: 40px; }
}
