:root {
  --ink: #282829;
  --ink-deep: #171718;
  --mint: #ededeb;
  --mint-light: #f5f4f0;
  --coral: #ff350d;
  --cream: #f0eee8;
  --paper: #fbfaf7;
  --line: rgba(40, 40, 41, 0.17);
  --muted: #6d6d70;
  --white: #fffefa;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink-deep); background: var(--paper); font-family: "Montserrat Variable", "Montserrat", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
[hidden] { display: none !important; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 122px 0; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 24px; color: var(--ink); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: var(--coral); }
.eyebrow.light { color: #e9e9e7; }
.section-heading h2, .contact-copy h2, .faq-intro h2 { margin: 0; max-width: 760px; font-size: clamp(40px, 5vw, 68px); line-height: .98; letter-spacing: -.055em; font-weight: 500; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 80px; align-items: end; margin-bottom: 72px; }
.split-heading > p { margin: 0; max-width: 480px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.split-heading.inverse h2 { color: var(--white); }
.split-heading.inverse > p { color: #bdbdbd; }
.center-heading { max-width: 760px; margin: 0 auto 70px; text-align: center; }
.center-heading .eyebrow { justify-content: center; }

/* Brand and navigation */
.site-header { position: relative; z-index: 20; height: 92px; border-bottom: 1px solid rgba(255,255,255,.14); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { height: 52px; display: inline-flex; align-items: center; }
.brand-light { color: var(--white); }
.brand-logo { display: block; width: 205px; height: auto; }
.brand-mark { width: 43px; height: 43px; display: grid; place-content: center; background: var(--coral); color: var(--ink-deep); line-height: .72; font-size: 16px; font-weight: 900; transform: rotate(-4deg); }
.brand-mark span:last-child { margin-left: 9px; }
.brand-words { display: flex; flex-direction: column; line-height: 1; }
.brand-words b { font-size: 18px; letter-spacing: .12em; }
.brand-words small { margin-top: 4px; font-size: 9px; letter-spacing: .22em; }
.desktop-nav { display: flex; align-items: center; gap: 27px; color: #e6e6e4; font-size: 13px; font-weight: 600; }
.desktop-nav a { transition: color .2s; }
.desktop-nav a:hover { color: var(--coral); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.lang-switches { height: 36px; display: flex; align-items: center; border: 1px solid rgba(255,255,255,.3); }
.lang-switch { height: 100%; min-width: 36px; display: grid; place-items: center; color: #aaa; font-size: 10px; font-weight: 800; transition: color .2s, background .2s; }
.lang-switch:hover { color: var(--white); }
.lang-switch.active { color: var(--ink-deep); background: var(--coral); }
.header-contact { padding: 11px 15px; background: var(--white); color: var(--ink-deep); font-size: 12px; font-weight: 800; }
.mobile-menu { display: none; position: relative; color: var(--white); }
.mobile-menu summary { list-style: none; cursor: pointer; border: 1px solid rgba(255,255,255,.3); padding: 9px 11px; font-size: 12px; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; right: 0; top: 46px; width: 220px; padding: 12px; display: grid; gap: 4px; background: var(--white); color: var(--ink-deep); box-shadow: 0 24px 70px rgba(0,0,0,.25); }
.mobile-menu nav a { padding: 12px; font-weight: 700; }

/* Hero */
.hero { position: relative; min-height: 840px; overflow: hidden; color: var(--white); background: var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px); background-size: 78px 78px; mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.hero-orbit { position: absolute; border: 1px solid rgba(218,243,223,.17); border-radius: 50%; }
.hero-orbit-one { width: 620px; height: 620px; right: -210px; top: 60px; }
.hero-orbit-two { width: 390px; height: 390px; right: -90px; top: 175px; }
.hero-grid { position: relative; z-index: 2; min-height: 670px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 90px; padding-top: 55px; padding-bottom: 95px; }
.hero-copy h1 { max-width: 700px; margin: 0; font-size: clamp(58px, 6.3vw, 92px); line-height: .91; letter-spacing: -.065em; font-weight: 500; }
.hero-copy > p { max-width: 615px; margin: 32px 0 0; color: #c8c8c6; font-size: 18px; line-height: 1.65; }
.hero-cta { display: flex; gap: 12px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 54px; padding: 0 25px; font-size: 13px; font-weight: 800; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-coral { color: var(--ink-deep); background: var(--coral); }
.button-ghost { color: var(--white); border: 1px solid rgba(255,255,255,.3); }
.button-dark { color: var(--white); background: var(--ink-deep); }
.legal-badge { display: inline-flex; align-items: center; gap: 9px; margin-top: 32px; color: #bcbcb9; font-size: 12px; }
.legal-badge span { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: var(--mint); color: var(--ink); font-weight: 900; }
.hero-panel-wrap { position: relative; }
.hero-panel { position: relative; padding: 27px; color: var(--ink-deep); background: var(--mint); box-shadow: 0 42px 90px rgba(0,0,0,.22); transform: rotate(1.5deg); }
.panel-topline { display: flex; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid rgba(40,40,41,.24); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.live-dot { color: var(--coral); }
.live-dot i { margin-right: 5px; font-size: 7px; }
.certificate-frame { margin: 20px 0 24px; padding: 9px; background: var(--white); border: 1px solid rgba(40,40,41,.14); }
.certificate-frame > img { display: block; width: 100%; aspect-ratio: 1000 / 708; object-fit: contain; background: #fff; }
.certificate-caption { min-height: 48px; padding: 10px 12px; display: flex; align-items: center; gap: 11px; color: var(--white); background: var(--ink-deep); font-size: 9px; font-weight: 700; line-height: 1.4; }
.certificate-caption i { flex: 0 0 auto; color: var(--coral); font-size: 18px; }
.hero-panel h2 { margin: 0; max-width: 350px; font-size: 34px; line-height: 1.02; letter-spacing: -.045em; font-weight: 500; }
.hero-panel > p { margin: 14px 0 25px; color: #666668; line-height: 1.5; }
.panel-stats { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(40,40,41,.24); }
.panel-stats > div { padding: 19px 10px 4px; border-right: 1px solid rgba(40,40,41,.2); }
.panel-stats > div:last-child { border: 0; }
.panel-stats strong, .panel-stats span { display: block; }
.panel-stats strong { font-size: 24px; }
.panel-stats span { margin-top: 5px; color: #6e6e70; font-size: 9px; line-height: 1.25; text-transform: uppercase; }
.floating-note { position: absolute; right: -38px; top: -36px; width: 92px; height: 92px; display: grid; place-content: center; background: var(--coral); color: var(--ink-deep); font-size: 12px; font-weight: 900; transform: rotate(8deg); box-shadow: 0 20px 40px rgba(0,0,0,.18); }
.floating-note span { display: block; margin-top: 2px; font-size: 31px; line-height: 1; }
.hero-marquee { position: absolute; z-index: 3; bottom: 0; left: -1%; width: 102%; height: 72px; display: flex; align-items: center; justify-content: space-around; gap: 24px; overflow: hidden; color: var(--ink-deep); background: var(--coral); transform: rotate(-1deg); font-size: 14px; font-weight: 900; letter-spacing: .1em; white-space: nowrap; }
.hero-marquee i { font-style: normal; font-size: 18px; }
.hero-marquee span { display: inline-flex; align-items: center; gap: 24px; }

/* About */
.intro-section { background: var(--paper); }
.mission-grid { display: grid; grid-template-columns: 1fr 1fr 1.5fr; gap: 18px; }
.mission-card, .values-card { min-height: 430px; padding: 32px; }
.mission-card { position: relative; display: flex; flex-direction: column; }
.mission-card-dark { color: var(--white); background: var(--ink); }
.mission-card-coral { color: var(--ink-deep); background: var(--coral); }
.card-index { font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.mission-card h3 { max-width: 230px; margin: auto 0 16px; font-size: 32px; line-height: 1; letter-spacing: -.04em; font-weight: 500; }
.mission-card p { margin: 0; line-height: 1.6; opacity: .8; }
.mission-arrow { position: absolute; top: 24px; right: 24px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; }
.values-card { background: var(--cream); }
.values-card h3 { margin: 0 0 25px; font-size: 22px; }
.values-list { border-top: 1px solid var(--line); }
.value-row { display: grid; grid-template-columns: 40px 1fr; gap: 12px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.value-row > span { color: var(--coral); font-size: 11px; font-weight: 800; }
.value-row strong { display: block; font-size: 15px; }
.value-row p { margin: 5px 0 0; color: var(--muted); font-size: 12px; line-height: 1.45; }

/* Services */
.services-section { color: var(--white); background: var(--ink-deep); }
.service-list { border-top: 1px solid rgba(255,255,255,.18); }
.service-row { min-height: 150px; display: grid; grid-template-columns: 90px 1fr 1.15fr 50px; gap: 26px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.18); }
.service-number { color: var(--coral); font-size: 12px; font-weight: 800; }
.service-row h3 { margin: 0; font-size: 29px; font-weight: 500; letter-spacing: -.035em; }
.service-row p { margin: 0; color: #b6b6b7; line-height: 1.6; }
.service-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; transition: background .2s, color .2s; }
.service-row:hover .service-icon { color: var(--ink-deep); background: var(--coral); }
.eq-card { margin-top: 85px; padding: 48px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; color: var(--ink-deep); background: var(--mint); }
.eq-label { display: inline-block; margin-bottom: 25px; color: #77777a; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eq-logo { display: block; width: min(190px, 100%); height: auto; margin: 0 0 30px; }
.eq-card h3 { margin: 0; font-size: 37px; line-height: 1.05; letter-spacing: -.045em; font-weight: 500; }
.eq-card ul { margin: 0; padding: 0; list-style: none; columns: 2; column-gap: 32px; }
.eq-card li { break-inside: avoid; display: flex; gap: 10px; padding: 11px 0; border-bottom: 1px solid rgba(40,40,41,.18); font-size: 13px; line-height: 1.45; }
.eq-card li span { color: var(--coral); font-weight: 900; }

/* Solutions */
.solutions-section { background: var(--mint-light); }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.solution-card { min-height: 430px; padding: 32px; background: var(--white); border: 1px solid rgba(40,40,41,.11); transition: transform .25s, box-shadow .25s; }
.solution-card:hover { transform: translateY(-7px); box-shadow: 0 28px 70px rgba(40,40,41,.1); }
.solution-card-top { display: flex; justify-content: space-between; align-items: center; color: var(--coral); font-size: 11px; font-weight: 900; }
.solution-card-top i { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: var(--ink-deep); background: var(--mint); font-size: 24px; font-style: normal; }
.solution-card h3 { margin: 76px 0 32px; font-size: 33px; line-height: 1.05; letter-spacing: -.04em; font-weight: 500; }
.solution-card ul { margin: 0; padding: 0; list-style: none; }
.solution-card li { padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.solution-card li::before { content: "—"; margin-right: 10px; color: var(--coral); }
.focus-strip { margin-top: 80px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.focus-strip article { min-height: 240px; padding: 30px; border-right: 1px solid var(--line); }
.focus-strip article:last-child { border: 0; }
.focus-strip > article > span { color: var(--coral); font-size: 10px; }
.focus-strip h3 { margin: 56px 0 14px; font-size: 25px; font-weight: 500; }
.focus-strip p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

/* Pricing */
.pricing-section { background: var(--paper); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price-card { position: relative; min-height: 570px; padding: 31px; display: flex; flex-direction: column; background: var(--cream); border: 1px solid rgba(40,40,41,.1); }
.price-card.featured { color: var(--white); background: var(--ink); transform: translateY(-10px); }
.popular-badge { position: absolute; right: 0; top: 0; padding: 10px 14px; color: var(--ink-deep); background: var(--coral); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.price-index { color: var(--coral); font-size: 11px; font-weight: 900; }
.price-card h3 { margin: 47px 0 18px; font-size: 30px; font-weight: 500; letter-spacing: -.04em; }
.price { padding-bottom: 24px; border-bottom: 1px solid currentColor; border-color: rgba(40,40,41,.17); }
.featured .price { border-color: rgba(255,255,255,.19); }
.price strong, .price span { display: block; }
.price strong { font-size: 30px; letter-spacing: -.04em; }
.price span { margin-top: 5px; color: var(--muted); font-size: 11px; }
.featured .price span { color: #b6b6b7; }
.price-card ul { margin: 23px 0 30px; padding: 0; list-style: none; }
.price-card li { display: flex; gap: 9px; padding: 7px 0; color: var(--muted); font-size: 12px; line-height: 1.4; }
.price-card li span { color: var(--coral); font-weight: 900; }
.featured li { color: #c9c9c9; }
.price-card > a { margin-top: auto; height: 51px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--ink); font-size: 12px; font-weight: 800; }
.featured > a { color: var(--ink-deep); background: var(--coral); border-color: var(--coral); }

/* FAQ and contact */
.faq-section { color: var(--white); background: var(--ink); }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; }
.faq-intro { position: sticky; top: 40px; align-self: start; }
.text-link { margin-top: 48px; width: fit-content; display: flex; align-items: center; gap: 30px; padding-bottom: 9px; border-bottom: 1px solid var(--coral); color: var(--coral); font-size: 13px; font-weight: 800; }
.faq-list { border-top: 1px solid rgba(255,255,255,.2); }
.faq-list details { border-bottom: 1px solid rgba(255,255,255,.2); }
.faq-list summary { min-height: 96px; display: grid; grid-template-columns: 42px 1fr 28px; gap: 15px; align-items: center; cursor: pointer; list-style: none; font-size: 18px; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: var(--coral); font-size: 10px; }
.faq-list summary i { font-style: normal; font-size: 24px; font-weight: 300; transition: transform .2s; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { margin: -10px 30px 30px 57px; color: #b8cac5; line-height: 1.65; }
.contact-section { padding: 120px 0; background: var(--coral); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: center; }
.contact-copy p { max-width: 500px; margin: 28px 0 34px; line-height: 1.65; }
.contact-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-cards article { min-height: 210px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; background: var(--paper); }
.contact-cards article > span { color: var(--coral); font-size: 11px; font-weight: 900; }
.contact-cards h3 { margin: 0 0 8px; font-size: 23px; font-weight: 500; }
.contact-cards p { min-height: 38px; margin: 0 0 14px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.contact-cards article a { display: block; font-size: 13px; font-weight: 800; }
.contact-channels { display: grid; gap: 9px; }
.contact-channels a { display: flex !important; align-items: center; gap: 9px; }
.contact-channels i { width: 17px; color: var(--coral); font-size: 14px; text-align: center; }
.email-card { grid-column: 1 / -1; min-height: 80px; padding: 0 24px; display: grid; grid-template-columns: 1fr auto 40px; align-items: center; color: var(--white); background: var(--ink-deep); }
.email-card > span { color: #a8a8aa; font-size: 10px; font-weight: 900; }
.email-card strong { font-size: 16px; }
.email-card i { justify-self: end; font-style: normal; }

/* Footer */
.site-footer { padding: 70px 0 24px; color: var(--white); background: var(--ink-deep); }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .7fr; gap: 70px; padding-bottom: 62px; }
.footer-grid > div:first-child p { max-width: 330px; margin: 25px 0 0; color: #9e9ea0; font-size: 13px; line-height: 1.6; }
.footer-links { display: flex; flex-direction: column; gap: 13px; color: #aaaaac; font-size: 12px; }
.footer-links strong { margin-bottom: 8px; color: var(--white); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.13); color: #88888b; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom a { color: var(--white); font-weight: 800; }
.footer-bottom a:hover { color: var(--coral); }

/* Reports */
.reports-hero { position: relative; min-height: 510px; color: var(--white); background: var(--ink); overflow: hidden; }
.reports-hero::after { content: "PDF"; position: absolute; right: -10px; bottom: -92px; color: transparent; font-size: 330px; font-weight: 900; letter-spacing: -.09em; -webkit-text-stroke: 1px rgba(255,255,255,.1); }
.reports-hero-inner { position: relative; z-index: 2; padding: 92px 0 90px; }
.reports-hero-inner h1 { margin: 0; font-size: clamp(62px, 8vw, 105px); line-height: .91; letter-spacing: -.065em; font-weight: 500; }
.reports-hero-inner > p { max-width: 610px; margin: 26px 0 0; color: #c3c3c3; font-size: 17px; line-height: 1.6; }
.report-hero-meta { position: absolute; right: 0; bottom: 85px; display: flex; align-items: baseline; gap: 10px; }
.report-hero-meta span { color: var(--coral); font-size: 58px; font-weight: 500; }
.report-hero-meta small { color: #aaaaac; text-transform: uppercase; letter-spacing: .1em; }
.reports-content { padding: 80px 0 120px; background: var(--paper); }
.report-controls { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-bottom: 35px; border-bottom: 1px solid var(--line); }
.report-search { width: min(410px, 100%); height: 54px; display: flex; align-items: center; gap: 12px; padding: 0 17px; background: var(--white); border: 1px solid var(--line); }
.report-search > span { color: var(--coral); font-size: 17px; }
.report-search input { width: 100%; border: 0; outline: 0; color: var(--ink-deep); background: transparent; font-size: 13px; }
.year-filters { display: flex; flex-wrap: wrap; gap: 7px; justify-content: flex-end; }
.year-filters button { height: 39px; padding: 0 15px; border: 1px solid var(--line); color: var(--ink); background: transparent; cursor: pointer; font-size: 11px; font-weight: 800; }
.year-filters button.active { color: var(--white); background: var(--ink); border-color: var(--ink); }
.report-count { padding: 30px 0 14px; color: var(--muted); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.report-count strong { color: var(--coral); font-size: 13px; }
.report-list { border-top: 1px solid var(--line); }
.report-row { min-height: 108px; display: grid; grid-template-columns: 54px 45px minmax(0, 1fr) 90px 160px; gap: 18px; align-items: center; border-bottom: 1px solid var(--line); transition: background .2s; }
.report-row:hover { background: var(--white); }
.pdf-icon { width: 42px; height: 49px; padding-top: 24px; display: grid; place-items: center; background: var(--coral); clip-path: polygon(0 0, 73% 0, 100% 24%, 100% 100%, 0 100%); }
.pdf-icon span { font-size: 8px; font-weight: 900; }
.report-index { color: #95a39e; font-size: 10px; }
.report-company h2 { margin: 0; font-size: 18px; font-weight: 600; }
.report-company span { display: block; max-width: 500px; margin-top: 6px; overflow: hidden; color: #89898c; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.report-year { font-size: 13px; font-weight: 900; }
.report-row > a { height: 42px; padding: 0 13px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--ink); font-size: 11px; font-weight: 800; }
.report-row > a:hover { color: var(--white); background: var(--ink); }
.empty-state { padding: 100px 20px; text-align: center; }
.empty-state span { color: var(--coral); font-size: 55px; }.empty-state h2 { font-weight: 500; }

/* Admin */
.admin-page { min-height: 100vh; background: #edf2ee; }
.admin-header { height: 72px; padding: 0 max(28px, calc((100vw - 1240px) / 2)); display: flex; align-items: center; justify-content: space-between; color: var(--white); background: var(--ink-deep); }
.admin-brand { font-size: 14px; font-weight: 900; letter-spacing: .12em; }.admin-brand span { color: var(--coral); }
.admin-header > div { display: flex; align-items: center; gap: 22px; font-size: 11px; }.admin-header > div a { color: var(--coral); font-weight: 800; }
.admin-shell { width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 58px 0 90px; }
.admin-title { display: flex; align-items: end; justify-content: space-between; margin-bottom: 36px; }
.admin-title > div > span { color: var(--coral); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.admin-title h1 { margin: 10px 0 0; font-size: 48px; letter-spacing: -.05em; font-weight: 500; }
.admin-title > a { padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 800; }
.admin-grid { display: grid; grid-template-columns: 400px minmax(0,1fr); gap: 18px; align-items: start; }
.upload-card, .manage-card { padding: 30px; background: var(--white); border: 1px solid rgba(40,40,41,.1); }
.admin-card-head { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding-bottom: 24px; margin-bottom: 25px; border-bottom: 1px solid var(--line); }
.admin-card-head > span { color: var(--coral); font-size: 10px; font-weight: 900; }
.admin-card-head h2 { margin: 0; font-size: 22px; font-weight: 600; }.admin-card-head p { margin: 7px 0 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.upload-card > label { display: grid; gap: 8px; margin-bottom: 18px; font-size: 11px; font-weight: 800; }
.upload-card input { width: 100%; height: 48px; padding: 0 13px; border: 1px solid var(--line); outline: 0; background: #fafbf8; }
.upload-card input:focus { border-color: var(--ink); }
.file-picker input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.file-picker > span { height: 80px; display: grid; place-items: center; border: 1px dashed #99999b; color: var(--muted); cursor: pointer; background: #f7f7f4; }
.upload-card > button { width: 100%; height: 52px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; border: 0; color: var(--white); background: var(--ink); cursor: pointer; font-size: 12px; font-weight: 800; }
.upload-card > button:disabled { opacity: .6; cursor: wait; }.admin-message { color: #a1392d; font-size: 11px; line-height: 1.4; }
.manage-card { padding-bottom: 15px; }
.admin-report-list { max-height: 670px; overflow: auto; }
.admin-report-list article { min-height: 68px; display: grid; grid-template-columns: 35px minmax(0,1fr) auto 30px; gap: 13px; align-items: center; border-bottom: 1px solid var(--line); }
.mini-pdf { width: 30px; height: 35px; display: grid; place-items: end center; padding-bottom: 5px; color: var(--ink-deep); background: var(--coral); font-size: 7px; font-weight: 900; }
.admin-report-list strong, .admin-report-list small { display: block; }.admin-report-list strong { font-size: 12px; }.admin-report-list small { margin-top: 4px; color: var(--muted); font-size: 9px; }
.admin-report-list a { font-size: 10px; font-weight: 800; }.admin-report-list button { border: 0; color: #b35d51; background: transparent; cursor: pointer; font-size: 20px; }
.access-denied { min-height: 100vh; display: grid; place-items: center; text-align: center; background: var(--cream); }.access-denied > div { max-width: 520px; }.access-denied > div > span { color: var(--coral); font-size: 80px; font-weight: 900; }.access-denied h1 { margin: 0; font-size: 48px; }.access-denied p { color: var(--muted); line-height: 1.6; }.access-denied a { display: inline-block; margin-top: 15px; padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-weight: 800; }

.admin-login-page { min-height: 100vh; padding: 32px; display: grid; place-items: center; color: var(--white); background: var(--ink-deep); }
.admin-login-card { width: min(440px, 100%); padding: 46px; border: 1px solid rgba(255,255,255,.16); background: #202b27; box-shadow: 0 24px 80px rgba(0,0,0,.22); }
.admin-login-brand { display: inline-block; margin-bottom: 56px; font-size: 14px; font-weight: 900; letter-spacing: .12em; }.admin-login-brand span { color: var(--coral); }
.admin-login-kicker { margin: 0 0 12px; color: var(--coral); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.admin-login-card h1 { margin: 0; font-size: 38px; font-weight: 500; letter-spacing: -.04em; }.admin-login-card > p:not(.admin-login-kicker):not(.admin-login-error) { margin: 14px 0 28px; color: #aeb8b3; font-size: 12px; line-height: 1.6; }
.admin-login-card form { display: grid; gap: 18px; }.admin-login-card label { display: grid; gap: 9px; font-size: 11px; font-weight: 800; }.admin-login-card input { height: 50px; padding: 0 14px; border: 1px solid rgba(255,255,255,.2); outline: 0; color: var(--white); background: #18211e; }.admin-login-card input:focus { border-color: var(--coral); }
.admin-login-card button { height: 52px; border: 0; color: var(--ink-deep); background: var(--coral); cursor: pointer; font-size: 12px; font-weight: 900; }.admin-login-error { margin: 18px 0 0; color: #ffad9f; font-size: 11px; line-height: 1.5; }.admin-login-back { display: inline-block; margin-top: 28px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.35); color: #d9dfdc; font-size: 10px; font-weight: 800; }

.admin-header form, .admin-report-list form { margin: 0; }
.admin-logout { padding: 7px 0; border: 0; color: var(--coral); background: transparent; cursor: pointer; font-size: 11px; font-weight: 800; }
.admin-success, .admin-message { margin: 0 0 20px; padding: 13px 16px; font-size: 11px; line-height: 1.5; }
.admin-success { color: #275b46; background: #dcefe5; border: 1px solid #acd0bc; }
.admin-message { color: #8b2f23; background: #fde4df; border: 1px solid #efb5aa; }

/* Browser installer */
.installer-page { min-height: 100vh; padding: 32px; display: grid; place-items: center; color: var(--white); background: var(--ink-deep); }
.installer-card { width: min(520px, 100%); padding: 46px; border: 1px solid rgba(255,255,255,.16); background: #202b27; box-shadow: 0 24px 80px rgba(0,0,0,.22); }
.installer-card > img { display: block; width: 205px; height: auto; margin-bottom: 54px; }
.installer-kicker { display: block; margin-bottom: 12px; color: var(--coral); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.installer-card h1 { margin: 0; font-size: 42px; line-height: 1; letter-spacing: -.045em; font-weight: 500; }
.installer-card > p { margin: 16px 0 28px; color: #b9c3be; font-size: 13px; line-height: 1.65; }
.installer-card form { display: grid; gap: 17px; }
.installer-card label { display: grid; gap: 8px; color: #e5e9e7; font-size: 11px; font-weight: 800; }
.installer-card input { height: 50px; padding: 0 14px; border: 1px solid rgba(255,255,255,.2); outline: 0; color: var(--white); background: #18211e; }
.installer-card input:focus { border-color: var(--coral); }
.installer-card button, .installer-primary { min-height: 52px; display: grid; place-items: center; border: 0; color: var(--ink-deep); background: var(--coral); cursor: pointer; font-size: 12px; font-weight: 900; }
.installer-card small { display: block; margin-top: 18px; color: #87948e; font-size: 10px; line-height: 1.5; }
.installer-error { margin: 0 0 20px; padding: 13px 15px; color: #ffd5ce; background: rgba(255,53,13,.16); border: 1px solid rgba(255,53,13,.5); font-size: 11px; line-height: 1.5; }
.installer-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.installer-actions > a:not(.installer-primary) { min-height: 52px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); font-size: 11px; font-weight: 800; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }.mobile-menu { display: block; }.header-contact { display: none; }
  .hero-grid { grid-template-columns: 1.05fr .95fr; gap: 40px; }.hero-copy h1 { font-size: 68px; }
  .mission-grid { grid-template-columns: 1fr 1fr; }.values-card { grid-column: 1 / -1; }.values-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 30px; }
  .focus-strip { grid-template-columns: 1fr 1fr; }.focus-strip article:nth-child(2) { border-right: 0; }.focus-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .admin-grid { grid-template-columns: 340px 1fr; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 32px, 680px); }.section { padding: 88px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 50px; }
  .hero { min-height: auto; }.hero-grid { grid-template-columns: 1fr; padding-top: 70px; padding-bottom: 150px; }.hero-copy h1 { font-size: clamp(53px, 14vw, 78px); }.hero-panel-wrap { max-width: 540px; }.floating-note { right: -10px; }
  .mission-grid, .solution-grid, .pricing-grid, .contact-grid, .faq-grid { grid-template-columns: 1fr; }.values-card { grid-column: auto; }.mission-card { min-height: 330px; }
  .service-row { grid-template-columns: 55px 1fr 40px; padding: 28px 0; }.service-row p { grid-column: 2 / 4; }.service-icon { grid-column: 3; grid-row: 1; }
  .eq-card { grid-template-columns: 1fr; gap: 28px; padding: 35px; }
  .solution-card { min-height: auto; }.solution-card h3 { margin-top: 50px; }
  .pricing-grid { max-width: 520px; margin: 0 auto; }.price-card.featured { transform: none; }
  .faq-grid { gap: 55px; }.faq-intro { position: static; }.contact-grid { gap: 55px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr; }.footer-grid > div:first-child { grid-column: 1 / -1; }
  .report-hero-meta { display: none; }.report-controls { align-items: stretch; flex-direction: column; }.report-search { width: 100%; }.year-filters { justify-content: flex-start; }
  .report-row { grid-template-columns: 45px minmax(0,1fr) 65px; gap: 13px; padding: 20px 0; }.report-index { display: none; }.report-company { grid-column: 2; }.report-year { grid-column: 3; grid-row: 1; text-align: right; }.report-row > a { grid-column: 2 / 4; width: 160px; }.pdf-icon { grid-row: 1 / 3; }
  .admin-grid { grid-template-columns: 1fr; }.admin-title { align-items: start; flex-direction: column; gap: 24px; }
}

@media (max-width: 540px) {
  .site-header { height: 76px; }.brand { height: 44px; }.brand-logo { width: 160px; }.hero-grid { padding-top: 52px; }.hero-copy > p { font-size: 16px; }.hero-cta { align-items: stretch; flex-direction: column; }.button { width: 100%; }.hero-panel { padding: 20px; }.panel-stats span { font-size: 8px; }.hero-marquee { height: 60px; font-size: 11px; }
  .section-heading h2, .contact-copy h2, .faq-intro h2 { font-size: 42px; }.values-list { grid-template-columns: 1fr; }
  .service-row { grid-template-columns: 37px 1fr 35px; gap: 12px; }.service-row h3 { font-size: 24px; }.service-row p { font-size: 13px; }.eq-card ul { columns: 1; }
  .focus-strip { grid-template-columns: 1fr; }.focus-strip article { border-right: 0; border-bottom: 1px solid var(--line); }.focus-strip article:nth-child(3) { border-bottom: 1px solid var(--line); }
  .faq-list summary { font-size: 15px; }.contact-cards { grid-template-columns: 1fr; }.email-card { grid-column: auto; grid-template-columns: 1fr auto; }.email-card > span { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }.footer-bottom { gap: 20px; flex-direction: column; }
  .reports-hero { min-height: 450px; }.reports-hero-inner { padding-top: 78px; }.reports-hero-inner h1 { font-size: 60px; }.reports-content { padding-top: 55px; }
  .report-row { grid-template-columns: 40px minmax(0,1fr) 52px; }.report-company h2 { font-size: 15px; }.report-company span { display: none; }
  .admin-shell { width: calc(100% - 28px); }.admin-header { padding: 0 14px; }.admin-header > div > span { display: none; }.admin-title h1 { font-size: 38px; }.upload-card, .manage-card { padding: 22px; }.admin-report-list article { grid-template-columns: 32px minmax(0,1fr) 25px; }.admin-report-list a { display: none; }
  .installer-page { padding: 14px; }.installer-card { padding: 30px 24px; }.installer-card h1 { font-size: 35px; }.installer-actions { grid-template-columns: 1fr; }
}
