@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --navy: #0f1f3d;
  --navy-2: #17337a;
  --blue: #224a95;
  --gold: #efc600;
  --gold-light: #f6d94d;
  --tint: #edf5f4;
  --paper: #fbfcfa;
  --white: #fff;
  --text: #2a3d49;
  --muted: #61727b;
  --border: #d8e1e2;
  --radius: 20px;
  --shadow: 0 25px 65px rgba(11, 35, 56, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--text); font-family: "DM Sans", sans-serif; line-height: 1.7; margin: 0; }
h1, h2, h3, .navbar-brand, .footer-brand { color: var(--navy); font-family: "Manrope", sans-serif; font-weight: 700; letter-spacing: -.035em; }
h1 { font-size: clamp(2.8rem, 6vw, 5.4rem); line-height: 1.03; }
h2 { font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.12; }
h3 { font-size: 1.35rem; }
a { color: var(--blue); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.skip-link { background: var(--gold); color: var(--navy); left: 1rem; padding: .75rem 1rem; position: fixed; top: -100px; z-index: 2000; }
.skip-link:focus { top: 1rem; }
.utility-bar { background: var(--navy); color: rgba(255,255,255,.68); font-size: .78rem; }
.utility-bar .container { display: flex; justify-content: space-between; padding-bottom: .45rem; padding-top: .45rem; }
.utility-bar a { color: rgba(255,255,255,.85); margin-left: 1.4rem; text-decoration: none; }
.utility-links a[aria-current="page"] { color: var(--gold-light); text-decoration: underline; text-underline-offset: 3px; }
.navbar { background: rgba(255,255,255,.97); border-bottom: 1px solid var(--border); min-height: 78px; backdrop-filter: blur(12px); }
.navbar-brand { align-items: center; display: flex; gap: .7rem; line-height: 1; }
.brand-icon { align-items: center; display: inline-flex; height: 40px; justify-content: center; width: auto; }
.brand-icon img { height: 100%; width: auto; display: block; }
.brand-copy strong { display: block; font-size: 1.15rem; }
.brand-copy small { color: var(--muted); display: block; font-family: "DM Sans"; font-size: .63rem; font-weight: 700; letter-spacing: .13em; margin-top: .25rem; text-transform: uppercase; }
.nav-link { color: #41535e; font-size: .94rem; font-weight: 700; margin-left: .7rem; }
.nav-link:hover, .nav-link.active { color: var(--blue); }
.btn { border-radius: 999px; font-weight: 700; padding: .72rem 1.3rem; }
.btn-lg { padding: .95rem 1.5rem; }
.btn-primary { background: var(--navy); border-color: var(--navy); }
.btn-primary:hover, .btn-primary:focus { background: var(--navy-2); border-color: var(--navy-2); }
.btn-accent { background: var(--gold); border: 1px solid var(--gold); color: var(--navy); }
.btn-accent:hover { background: var(--gold-light); border-color: var(--gold-light); color: var(--navy); }
.hero {
  background:
    linear-gradient(90deg, rgba(5,18,34,.94) 0%, rgba(5,18,34,.83) 38%, rgba(5,18,34,.34) 67%, rgba(5,18,34,.1) 100%),
    url('../images/food-compliance-digital-hero.webp') center/cover;
  color: rgba(255,255,255,.82);
  overflow: hidden;
  position: relative;
}
.hero::after { border: 1px solid rgba(217,169,40,.16); border-radius: 50%; content: ""; height: 780px; position: absolute; right: -320px; top: -340px; width: 780px; }
.hero-grid { align-items: center; display: grid; grid-template-columns: 1fr; min-height: 680px; padding-bottom: 6rem; padding-top: 6rem; position: relative; z-index: 1; }
.hero-grid > div { max-width: 760px; }
.hero h1 { color: var(--white); margin: 1rem 0 1.5rem; max-width: 760px; }
.hero > .container > div > p { font-size: 1.18rem; max-width: 710px; }
.eyebrow, .kicker { color: var(--blue); display: inline-block; font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow, .page-hero .eyebrow, .kicker.light { color: var(--gold-light); }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 1.5rem; margin-top: 2rem; }
.text-link { color: var(--white); font-weight: 700; text-decoration: none; }
.text-link span { display: inline-block; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.hero-panel { background: rgba(9,31,54,.76); border: 1px solid rgba(255,255,255,.19); border-radius: var(--radius); box-shadow: 0 40px 90px rgba(0,0,0,.3); backdrop-filter: blur(8px); overflow: hidden; padding: 1.2rem; }
.panel-label { color: var(--gold-light); display: block; font-size: .72rem; font-weight: 800; letter-spacing: .13em; padding: .8rem; text-transform: uppercase; }
.hero-panel a { border-top: 1px solid rgba(255,255,255,.13); color: var(--white); display: block; padding: 1.2rem .8rem; text-decoration: none; }
.hero-panel a:hover { background: rgba(255,255,255,.05); }
.hero-panel strong { display: block; font-family: "Manrope"; }
.hero-panel small { color: rgba(255,255,255,.62); display: block; margin-top: .3rem; }
.proof-bar { background: var(--gold); color: var(--navy); }
.proof-bar .container { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-bar .container > div { border-right: 1px solid rgba(11,35,56,.18); padding: 1.3rem 2rem; }
.proof-bar .container > div:last-child { border-right: 0; }
.proof-bar strong, .proof-bar span { display: block; }
.proof-bar strong { font-family: "Manrope"; font-size: 1.05rem; }
.proof-bar span { font-size: .82rem; }
.language-welcome { background: var(--white); border-bottom: 1px solid var(--border); padding: 3.5rem 0; }
.language-grid { align-items: center; display: grid; gap: clamp(2rem, 7vw, 6rem); grid-template-columns: .9fr 1.1fr; }
.language-grid h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); margin: .6rem 0 1rem; }
.language-grid p { margin: 0; }
.language-cards { display: grid; gap: 1rem; grid-template-columns: repeat(2, 1fr); }
.language-cards a { background: var(--tint); border: 1px solid var(--border); border-radius: 16px; color: var(--navy); display: flex; flex-direction: column; padding: 1.4rem; text-decoration: none; transition: .2s ease; }
.language-cards a:hover { border-color: var(--gold); box-shadow: var(--shadow); transform: translateY(-3px); }
.language-cards span { color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.language-cards strong { font-family: "Manrope"; margin: .35rem 0; }
.language-cards small { color: var(--muted); }
.localized-hero h1 { font-size: clamp(2.6rem, 5.5vw, 5rem); }
.section-space { padding: clamp(4.5rem, 8vw, 8rem) 0; }
.section-heading { margin-bottom: 3rem; max-width: 900px; }
.section-heading h2 { margin-top: .75rem; }
.section-heading.split { align-items: end; display: grid; gap: 4rem; grid-template-columns: 1.15fr .85fr; max-width: none; }
.section-heading.split p { font-size: 1.08rem; }
.service-grid { display: grid; gap: 1.2rem; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.service-grid article { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 2rem; transition: .2s ease; }
.service-grid article:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.service-grid article > span { color: var(--gold); display: block; font-family: "Manrope"; font-size: .8rem; font-weight: 800; margin-bottom: 2.5rem; }
.service-grid .service-icon { align-items: center; background: var(--tint); border-radius: 12px; display: flex; height: 44px; justify-content: center; margin-bottom: 1rem; width: 44px; }
.service-grid .service-icon img { height: 24px; width: 24px; }
.service-grid article p { color: var(--muted); }
.service-grid article a { font-weight: 700; text-decoration: none; }
.section-dark { background: var(--navy); color: rgba(255,255,255,.7); }
.section-dark h2 { color: var(--white); }
.steps-grid { display: grid; gap: clamp(3rem, 9vw, 8rem); grid-template-columns: .8fr 1.2fr; }
.steps-grid ol { list-style: none; margin: 0; padding: 0; }
.steps-grid li { border-top: 1px solid rgba(255,255,255,.14); display: grid; gap: 1.5rem; grid-template-columns: 42px 1fr; padding: 1.4rem 0; }
.steps-grid li > span { align-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: var(--gold-light); display: flex; height: 34px; justify-content: center; width: 34px; }
.steps-grid li strong { color: var(--white); font-family: "Manrope"; }
.steps-grid li p { margin: .3rem 0 0; }
.quote-grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(2, 1fr); }
.quote-grid figure { background: var(--tint); border-radius: var(--radius); margin: 0; padding: 2rem; }
.quote-grid blockquote { color: var(--navy); font-family: "Manrope"; font-size: 1.15rem; line-height: 1.6; }
.quote-grid figcaption { display: flex; flex-direction: column; margin-top: 1.5rem; }
.quote-grid figcaption span { color: var(--muted); font-size: .9rem; }
.section-tint { background: var(--tint); }
.cta { align-items: center; display: flex; gap: 2rem; justify-content: space-between; }
.cta h2 { font-size: clamp(2rem, 4vw, 3rem); margin: .6rem 0 0; max-width: 780px; }
.page-hero { background: linear-gradient(125deg, var(--navy), #13435f); color: rgba(255,255,255,.74); padding: clamp(5rem, 9vw, 8rem) 0; }
.page-hero.compact { padding: 4.5rem 0; }
.page-hero h1 { color: var(--white); font-size: clamp(2.8rem, 6vw, 5rem); margin: 1rem 0; }
.page-hero p { font-size: 1.15rem; max-width: 760px; }
.narrow { max-width: 1000px; }
.industry-card { align-items: start; border-top: 1px solid var(--border); display: grid; gap: 2rem; grid-template-columns: 64px 1fr 1fr; padding: 3rem 0; scroll-margin-top: 110px; }
.industry-card .number { color: var(--gold); font-family: "Manrope"; font-weight: 800; }
.industry-icon { align-items: center; background: var(--tint); border-radius: 12px; display: flex; height: 44px; justify-content: center; width: 44px; margin-bottom: .5rem; }
.industry-icon img { height: 24px; width: 24px; }
.industry-card h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); margin: .6rem 0 1rem; }
.industry-card ul { columns: 1; margin: .5rem 0 0; padding-left: 1.2rem; }
.industry-card li { margin-bottom: .5rem; }
.notice { background: #f7ebc7; color: #4e411c; padding: 1.7rem 0; }
.notice .container { display: grid; gap: 1rem; grid-template-columns: 100px 1fr; }
.notice p { margin: 0; }
.about-grid { align-items: start; display: grid; gap: clamp(3rem, 8vw, 7rem); grid-template-columns: 1.1fr .9fr; }
.about-grid h2 { margin: .7rem 0 1.5rem; }
.about-grid .lead { color: var(--navy); font-size: 1.2rem; }
.about-grid aside { background: var(--navy); border-radius: var(--radius); color: rgba(255,255,255,.7); padding: 2rem; }
.about-grid aside > span { color: var(--gold-light); display: block; font-family: "Manrope"; font-size: 3rem; font-weight: 800; line-height: 1; }
.about-grid aside strong { color: var(--white); display: block; font-family: "Manrope"; margin-top: .5rem; }
.about-grid aside > div { border-top: 1px solid rgba(255,255,255,.14); padding: 1.2rem 0; }
.about-grid aside p { margin: .3rem 0 0; }
.statement { max-width: 900px; text-align: center; }
.statement h2 { margin: .7rem 0 1.2rem; }
.contact-grid { align-items: start; display: grid; gap: clamp(3rem, 8vw, 7rem); grid-template-columns: .7fr 1.3fr; }
.contact-grid h2 { margin: .7rem 0 1.2rem; }
.contact-item { border-top: 1px solid var(--border); display: flex; flex-direction: column; padding: 1rem 0; }
.contact-item span { color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-item a { color: var(--navy); font-weight: 700; text-decoration: none; }
.form-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); padding: clamp(1.5rem, 4vw, 2.5rem); }
.form-control, .form-select { border-color: var(--border); border-radius: 10px; min-height: 50px; }
textarea.form-control { min-height: 155px; }
.form-label { color: var(--navy); font-weight: 700; }
.form-note { color: var(--muted); font-size: .86rem; margin: 0; }
.service-group { border: 1px solid var(--border); border-radius: 10px; margin-bottom: 10px; overflow: hidden; }
.service-group-head { display: flex; align-items: center; justify-content: space-between; background: var(--tint); padding: .8rem 1rem; cursor: pointer; font-weight: 700; color: var(--navy); font-size: .92rem; }
.service-group-body { display: grid; grid-template-columns: 1fr; gap: .5rem; padding: .9rem 1rem; }
.service-group.collapsed .service-group-body { display: none; }
.service-group .chevron { transition: transform .15s ease; color: var(--gold); }
.service-group.collapsed .chevron { transform: rotate(-90deg); }
.check-item { display: flex; align-items: flex-start; gap: .6rem; border: 1px solid var(--border); padding: .55rem .7rem; border-radius: 8px; font-size: .88rem; cursor: pointer; background: #fff; }
.check-item:has(input:checked) { border-color: var(--gold); background: #fbf4de; }
@media (min-width: 560px) { .service-group-body { grid-template-columns: 1fr 1fr; } }
.honeypot { height: 0; left: -9999px; overflow: hidden; position: absolute; width: 0; }
.legal { max-width: 850px; }
.legal h2 { font-size: 1.55rem; margin-top: 2.3rem; }
.legal-note { background: #f7ebc7; border-radius: 12px; padding: 1rem; }
.site-footer { background: #061624; color: rgba(255,255,255,.63); padding: 4rem 0 1.5rem; }
.footer-grid { display: grid; gap: 3rem; grid-template-columns: 2fr 1fr 1fr; }
.footer-grid > div { align-items: flex-start; display: flex; flex-direction: column; }
.footer-grid strong { color: var(--white); margin-bottom: .6rem; }
.footer-grid a { color: rgba(255,255,255,.75); text-decoration: none; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-brand { align-items: center; color: var(--white) !important; display: flex; font-size: 1.25rem; font-weight: 800; gap: .6rem; margin-bottom: .6rem; }
.footer-brand img { height: 32px; width: auto; }
.disclaimer { font-size: .76rem; max-width: 600px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); font-size: .82rem; margin-top: 3rem; padding-top: 1.5rem; }

@media (max-width: 991.98px) {
  .navbar-nav { align-items: stretch !important; padding: 1rem 0; }
  .nav-link { margin-left: 0; padding: .7rem 0; }
  .hero-grid, .section-heading.split, .steps-grid, .about-grid, .contact-grid, .language-grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; }
  .hero { background-position: 62% center; }
  .hero-panel { max-width: 650px; }
}
@media (max-width: 767.98px) {
  .hero { background: linear-gradient(rgba(5,18,34,.86), rgba(5,18,34,.86)), url('../images/food-compliance-digital-hero.webp') 66% center/cover; }
  .utility-bar span { display: none; }
  .utility-bar .container { justify-content: flex-end; }
  .utility-bar a { margin-left: 1rem; }
  .proof-bar .container, .quote-grid, .footer-grid, .language-cards { grid-template-columns: 1fr; }
  .proof-bar .container > div { border-bottom: 1px solid rgba(11,35,56,.18); border-right: 0; }
  .industry-card { grid-template-columns: 36px 1fr; }
  .industry-card ul { grid-column: 2; }
  .notice .container { grid-template-columns: 1fr; }
  .cta { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 480px) {
  .utility-bar .container { align-items: flex-end; flex-direction: column; }
  .utility-bar a { margin-left: .8rem; }
  .brand-copy small { font-size: .57rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
