:root {
    --navy: #292b2f;
    --navy-2: #373a3f;
    --ink: #222428;
    --green: #69a63b;
    --green-2: #91c35f;
    --cream: #eef3e7;
    --paper: #fbfcf8;
    --line: rgba(42, 45, 43, .13);
    --muted: #69716a;
    --white: #fff;
    --serif: "DM Serif Display", Georgia, serif;
    --sans: "Manrope", Arial, sans-serif;
    --shadow: 0 28px 80px rgba(24, 27, 24, .16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.modal-open, body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 132px 0; position: relative; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; background: #fff; padding: 12px 18px; border-radius: 8px; transition: .2s; }
.skip-link:focus { top: 16px; }
.page-loader { position: fixed; inset: 0; z-index: 9998; background: var(--navy); display: grid; place-items: center; transition: opacity .55s, visibility .55s; }
.page-loader span { width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.25); border-top-color: var(--green-2); border-radius: 50%; animation: spin 1s linear infinite; }
body.loaded .page-loader { opacity: 0; visibility: hidden; }
@keyframes spin { to { transform: rotate(360deg); } }

.site-header { position: fixed; z-index: 1000; top: 0; left: 0; width: 100%; background: rgba(251,252,248,.52); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,.28); transition: background .35s, border-color .35s, box-shadow .35s, transform .35s; }
.site-header.scrolled { background: rgba(251,252,248,1); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); border-color: var(--line); box-shadow: 0 8px 28px rgba(41,43,47,.08); }
.header-inner { height: 92px; display: flex; align-items: center; gap: 34px; }
.brand { flex: 0 0 auto; display: flex; align-items: center; padding: 0; border-radius: 0; background: transparent; box-shadow: none; transition: transform .25s; }
.brand:hover { transform: translateY(-1px); box-shadow: none; }
.brand img { width: 188px; height: 66px; object-fit: contain; }
.site-header.scrolled .brand { box-shadow: none; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 32px; }
.desktop-nav a { position: relative; font-size: 13px; font-weight: 700; letter-spacing: .02em; color: var(--ink); transition: color .25s; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -9px; width: 0; height: 1px; background: var(--green-2); transition: width .25s; }
.desktop-nav a:hover::after { width: 100%; }
.site-header.scrolled .desktop-nav a { color: var(--ink); }
.header-cta { display: inline-flex; align-items: center; gap: 14px; border: 1px solid rgba(41,43,47,.16); color: var(--navy); background: rgba(251,252,248,.7); padding: 12px 17px; border-radius: 999px; font-size: 12px; font-weight: 800; letter-spacing: .05em; transition: .25s; }
.header-cta span { color: var(--green-2); font-size: 16px; }
.header-cta:hover { background: #fff; color: var(--navy); border-color: rgba(41,43,47,.26); }
.site-header.scrolled .header-cta { border-color: var(--line); color: var(--navy); background: var(--cream); }
.menu-toggle { display: none; margin-left: auto; border: 0; background: transparent; width: 44px; height: 44px; padding: 12px 7px; }
.menu-toggle span { display: block; height: 2px; width: 28px; background: var(--navy); margin: 6px 0; transition: .25s; }
.site-header.scrolled .menu-toggle span { background: var(--navy); }
.mobile-menu { position: fixed; inset: 92px 0 auto; background: var(--paper); padding: 28px 24px 36px; display: grid; gap: 0; transform: translateY(-130%); transition: transform .35s; box-shadow: var(--shadow); }
.mobile-menu a { padding: 17px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
body.menu-open .mobile-menu { transform: none; }
body.menu-open .menu-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
body.menu-open .menu-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }

.hero { min-height: 100svh; padding: 165px 0 44px; position: relative; overflow: hidden; background: radial-gradient(circle at 76% 30%, #476d35 0, #303a2c 24%, #292b2f 58%, #1c1e21 100%); color: #fff; }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .18; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E"); mix-blend-mode: screen; }
.hero-grid-overlay { position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.17) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.17) 1px, transparent 1px); background-size: 84px 84px; mask-image: linear-gradient(to right, transparent 2%, #000 50%, transparent 100%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .7; }
.hero-orb-a { width: 380px; height: 380px; right: -110px; top: 5%; background: radial-gradient(circle, rgba(91,159,67,.25), transparent 68%); }
.hero-orb-b { width: 500px; height: 500px; left: -260px; bottom: -170px; background: radial-gradient(circle, rgba(125,159,91,.24), transparent 68%); }
.hero-layout { position: relative; z-index: 2; min-height: 610px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 80px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 25px; text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 800; color: var(--green-2); }
.eyebrow span { width: 30px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--green); }
.eyebrow.light { color: #a6d38f; }
.hero h1, .section-heading h2, .standards-head h2, .process-sticky h2, .contact-info h2 { margin: 0; font-family: var(--serif); font-size: clamp(58px, 6.1vw, 88px); line-height: .98; letter-spacing: -.045em; font-weight: 400; }
.hero h1 em { color: var(--green-2); font-style: normal; }
.section-heading h2 em, .standards-head h2 em, .process-sticky h2 em, .contact-info h2 em { color: var(--green-2); font-style: normal; }
.hero-copy > p { max-width: 690px; margin: 31px 0 35px; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.btn { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border-radius: 999px; padding: 0 24px; font-size: 12px; font-weight: 800; letter-spacing: .05em; transition: transform .25s, background .25s, color .25s, border-color .25s; border: 1px solid transparent; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--green); box-shadow: 0 14px 35px rgba(91,159,67,.26); }
.btn-primary:hover { background: #6cab51; }
.btn-ghost { color: #fff; border-color: rgba(255,255,255,.26); }
.btn-ghost:hover { background: #fff; color: var(--navy); }
.btn-dark { background: var(--navy); color: #fff; }
.hero-microcopy { display: flex; align-items: center; gap: 14px; margin-top: 42px; }
.micro-icon { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.25); display: grid; place-items: center; border-radius: 50%; color: var(--green-2); }
.hero-microcopy p { margin: 0; color: rgba(255,255,255,.52); font-size: 11px; line-height: 1.5; }
.hero-microcopy strong { color: rgba(255,255,255,.88); font-weight: 700; }
.hero-visual { height: 540px; position: relative; display: grid; place-items: center; }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); }
.orbit-one { width: 430px; height: 430px; }
.orbit-two { width: 520px; height: 520px; border-style: dashed; animation: rotate 38s linear infinite; }
@keyframes rotate { to { transform: rotate(360deg); } }
.hero-seal { width: 280px; height: 280px; position: relative; border-radius: 50%; background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.02)); border: 1px solid rgba(255,255,255,.16); box-shadow: inset 0 0 80px rgba(255,255,255,.03), 0 35px 90px rgba(0,0,0,.25); backdrop-filter: blur(8px); }
.seal-ring { position: absolute; inset: 14px; border: 1px dashed rgba(255,255,255,.25); border-radius: 50%; animation: rotate 26s linear infinite reverse; overflow: hidden; }
.seal-ring::after { content: ""; position: absolute; inset: 20px; border-radius: 50%; border: 1px solid rgba(255,255,255,.08); }
.seal-core { position: absolute; inset: 43px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: var(--cream); color: var(--navy); box-shadow: 0 26px 55px rgba(0,0,0,.25); }
.seal-core strong { font-size: 70px; line-height: 1; letter-spacing: -.08em; }
.seal-core svg { width: 53px; height: 36px; fill: none; stroke: var(--green); stroke-width: 3.2; margin: -20px -42px 4px auto; }
.seal-core small { letter-spacing: .22em; font-size: 8px; font-weight: 800; }
.float-card { position: absolute; min-width: 126px; padding: 15px 17px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(4,17,42,.66); backdrop-filter: blur(12px); box-shadow: 0 18px 42px rgba(0,0,0,.22); animation: float 5s ease-in-out infinite; }
.float-card span { font-size: 8px; letter-spacing: .2em; color: var(--green-2); }
.float-card strong { display: block; font-size: 24px; line-height: 1.15; }
.float-card small { color: rgba(255,255,255,.55); font-size: 9px; }
.float-card-a { left: 1%; top: 16%; }
.float-card-b { right: -3%; top: 35%; animation-delay: -1.8s; }
.float-card-c { left: 3%; bottom: 12%; animation-delay: -3.1s; }
@keyframes float { 50% { transform: translateY(-13px); } }
.visual-caption { position: absolute; bottom: 0; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.6); font-size: 10px; letter-spacing: .08em; }
.pulse { width: 7px; height: 7px; background: var(--green-2); border-radius: 50%; box-shadow: 0 0 0 0 rgba(131,186,104,.5); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(131,186,104,0); } }
.trust-strip { position: relative; z-index: 3; margin-top: 24px; border-top: 1px solid rgba(255,255,255,.12); display: grid; grid-template-columns: repeat(3, 1fr) 1.2fr; }
.trust-strip > div { min-height: 96px; padding: 22px 26px; border-right: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; gap: 14px; }
.trust-strip strong { font-family: var(--serif); font-size: 38px; font-weight: 400; color: #fff; }
.trust-strip span { max-width: 120px; color: rgba(255,255,255,.5); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; line-height: 1.5; }
.trust-strip .trust-note { border-right: 0; justify-content: flex-end; }
.trust-note i { width: 8px; height: 8px; background: var(--green-2); border-radius: 50%; }
.trust-note span { max-width: none; }

.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: start; }
.section-heading h2, .process-sticky h2, .contact-info h2 { font-size: clamp(48px, 5.2vw, 73px); color: var(--navy); }
.section-heading h2 em, .process-sticky h2 em, .contact-info h2 em { color: var(--green); font-style: normal; }
.about-content .lead { margin: 0 0 38px; font-family: var(--serif); color: var(--navy); font-size: 27px; line-height: 1.45; }
.about-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
.about-columns p { margin: 0; color: var(--muted); font-size: 14px; }
.text-link { display: inline-flex; align-items: center; gap: 18px; margin-top: 38px; border-bottom: 1px solid var(--line); padding-bottom: 7px; font-size: 12px; font-weight: 800; color: var(--navy); }
.text-link span { color: var(--green); font-size: 18px; transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.value-grid { margin-top: 90px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.value-card { min-height: 265px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .3s, transform .3s; }
.value-card:hover { background: var(--cream); transform: translateY(-6px); }
.value-card > .value-icon { width: 46px; height: 46px; display: inline-grid; place-items: center; border-radius: 14px; color: var(--green); background: rgba(105,166,59,.09); border: 1px solid rgba(105,166,59,.22); }
.value-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.value-card h3 { margin: 38px 0 12px; font-family: var(--serif); font-size: 28px; font-weight: 400; color: var(--navy); }
.value-card p { margin: 0; color: var(--muted); font-size: 13px; }

.standards { overflow: hidden; background: var(--navy); color: #fff; }
.standards::before { content: ""; position: absolute; inset: 0; opacity: .14; background: radial-gradient(circle at 20% 15%, rgba(91,159,67,.6), transparent 28%), linear-gradient(120deg, transparent 65%, rgba(255,255,255,.08)); }
.standards-bg-word { position: absolute; top: 30px; right: -70px; color: rgba(255,255,255,.025); font-weight: 800; font-size: 160px; letter-spacing: -.08em; }
.standards .container { position: relative; z-index: 2; }
.standards-head { display: grid; grid-template-columns: 1.1fr .55fr; gap: 80px; align-items: end; }
.standards-head h2 { font-size: clamp(50px, 5vw, 72px); }
.standards-head p { margin: 0 0 6px; color: rgba(255,255,255,.55); font-size: 14px; }
.accreditation-switcher { margin-top: 65px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 8px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.035); }
.acc-tab { min-height: 88px; padding: 15px 20px; border: 1px solid transparent; border-radius: 13px; background: transparent; color: #fff; display: flex; align-items: center; text-align: left; gap: 15px; cursor: pointer; transition: .3s; }
.acc-tab.active { background: var(--cream); color: var(--navy); box-shadow: 0 12px 35px rgba(0,0,0,.18); }
.acc-mark { width: 54px; height: 54px; flex: 0 0 54px; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; display: grid; place-items: center; overflow: hidden; background: #fff; padding: 5px; }
.acc-mark img { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; }
.acc-tab.active .acc-mark { border-color: rgba(42,45,43,.16); box-shadow: inset 0 0 0 1px rgba(255,255,255,.8); }
.acc-tab small { display: block; color: rgba(255,255,255,.48); font-size: 8px; text-transform: uppercase; letter-spacing: .16em; }
.acc-tab.active small { color: var(--muted); }
.acc-tab strong { font-size: 19px; }
.acc-panel { display: none; padding-top: 34px; }
.acc-panel.active { display: block; animation: panelIn .45s both; }
@keyframes panelIn { from { opacity: 0; transform: translateY(12px); } }
.acc-panel-intro { display: flex; justify-content: space-between; align-items: center; gap: 25px; margin-bottom: 27px; }
.acc-panel-intro > div { display: flex; align-items: center; gap: 16px; }
.acc-panel-intro > div span { color: var(--green-2); font-size: 11px; letter-spacing: .18em; }
.acc-panel-intro > div strong { font-size: 11px; font-weight: 600; color: rgba(255,255,255,.45); }
.acc-panel-intro p { margin: 0; color: rgba(255,255,255,.45); font-size: 11px; }
.standard-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.standard-card { position: relative; min-height: 415px; padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025)); overflow: hidden; transition: .35s; }
.standard-card::after { content: ""; position: absolute; width: 150px; height: 150px; right: -80px; bottom: -70px; border-radius: 50%; background: rgba(91,159,67,.13); transition: .35s; }
.standard-card:hover { transform: translateY(-8px); border-color: rgba(131,186,104,.48); background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.04)); }
.standard-card:hover::after { transform: scale(1.4); }
.card-top { display: flex; align-items: center; justify-content: space-between; }
.standard-icon { width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.17); border-radius: 14px; display: grid; place-items: center; color: var(--green-2); }
.standard-icon svg { width: 25px; height: 25px; }
.acc-badge { border: 1px solid rgba(255,255,255,.14); padding: 5px 9px; border-radius: 999px; color: rgba(255,255,255,.45); font-size: 8px; letter-spacing: .15em; }
.standard-code { display: block; margin-top: 36px; color: var(--green-2); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.standard-card h3 { margin: 8px 0 15px; font-family: var(--serif); font-size: 27px; line-height: 1.12; font-weight: 400; }
.standard-card > p { margin: 0; color: rgba(255,255,255,.53); font-size: 12px; line-height: 1.7; }
.sector-preview { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 19px; }
.sector-preview span { border: 1px solid rgba(255,255,255,.11); border-radius: 999px; padding: 4px 8px; font-size: 7px; color: rgba(255,255,255,.48); }
.card-link { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 24px; border: 0; border-top: 1px solid rgba(255,255,255,.12); padding: 16px 0 0; background: transparent; display: flex; justify-content: space-between; color: #fff; cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .04em; }
.card-link span { color: var(--green-2); font-size: 16px; transition: transform .2s; }
.card-link:hover span { transform: translate(3px,-3px); }
.scope-note { margin-top: 22px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; color: rgba(255,255,255,.4); font-size: 9px; display: flex; align-items: center; gap: 11px; }
.scope-note span { width: 20px; height: 20px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: var(--green-2); flex: 0 0 auto; }

.process { background: var(--cream); }
.process-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.process-sticky { position: sticky; top: 135px; }
.process-sticky > p { max-width: 480px; color: var(--muted); margin: 28px 0 34px; font-size: 14px; }
.timeline { border-top: 1px solid rgba(42,45,43,.15); }
.timeline-item { display: grid; grid-template-columns: 78px 1fr; gap: 28px; padding: 39px 0; border-bottom: 1px solid rgba(42,45,43,.15); }
.timeline-item > span { width: 54px; height: 54px; display: grid; place-items: center; background: var(--navy); color: #fff; border-radius: 50%; font-family: var(--serif); font-size: 17px; }
.timeline-item small { color: var(--green); text-transform: uppercase; letter-spacing: .16em; font-size: 8px; font-weight: 800; }
.timeline-item h3 { margin: 6px 0 10px; color: var(--navy); font-family: var(--serif); font-size: 29px; font-weight: 400; }
.timeline-item p { margin: 0; color: var(--muted); font-size: 13px; }

.cta-band { padding: 95px 0; background: var(--green); color: #fff; overflow: hidden; position: relative; }
.cta-band::after { content: "BGS"; position: absolute; right: -30px; top: -85px; font-size: 250px; font-weight: 800; color: rgba(255,255,255,.08); letter-spacing: -.1em; }
.cta-inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-inner > div > span { text-transform: uppercase; letter-spacing: .18em; font-size: 9px; font-weight: 800; color: rgba(255,255,255,.7); }
.cta-inner h2 { margin: 15px 0 0; font-family: var(--serif); font-size: clamp(40px, 4.7vw, 64px); line-height: 1.06; font-weight: 400; }
.cta-circle { width: 145px; height: 145px; flex: 0 0 auto; border-radius: 50%; background: var(--navy); display: flex; align-items: center; justify-content: center; gap: 14px; transition: transform .3s; }
.cta-circle:hover { transform: rotate(-7deg) scale(1.03); }
.cta-circle span { font-family: var(--serif); font-size: 24px; line-height: 1; }
.cta-circle i { font-style: normal; color: var(--green-2); font-size: 20px; }

.contact { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }
.contact-info > p { max-width: 470px; margin: 29px 0 38px; color: var(--muted); font-size: 14px; }
.contact-details { border-top: 1px solid var(--line); }
.contact-details > * { padding: 20px 0; display: flex; flex-direction: column; border-bottom: 1px solid var(--line); }
.contact-details span { color: var(--green); text-transform: uppercase; letter-spacing: .15em; font-size: 8px; font-weight: 800; }
.contact-details strong { margin-top: 4px; color: var(--navy); font-size: 15px; font-weight: 700; }
.contact-form { padding: 38px; border: 1px solid var(--line); background: #fff; border-radius: 18px; box-shadow: 0 25px 70px rgba(42,45,43,.08); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: block; margin-bottom: 18px; }
.contact-form label > span:first-child { display: block; margin-bottom: 8px; color: var(--navy); font-size: 10px; font-weight: 800; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid var(--line); background: var(--paper); color: var(--ink); border-radius: 10px; padding: 14px 15px; outline: none; font-size: 13px; transition: border .2s, box-shadow .2s; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(91,159,67,.12); }
.contact-form textarea { resize: vertical; min-height: 128px; }
.form-privacy-note { margin: -2px 0 18px; padding: 12px 14px; border-left: 3px solid var(--green-2); background: var(--cream); color: var(--muted); border-radius: 0 8px 8px 0; font-size: 10px; line-height: 1.65; }
.form-privacy-note a { color: var(--green); font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.submit-btn { width: 100%; min-height: 58px; border: 0; border-radius: 999px; padding: 0 22px; background: var(--navy); color: #fff; display: flex; align-items: center; justify-content: space-between; cursor: pointer; transition: .25s; }
.submit-btn:hover { background: var(--green); }
.submit-btn span { font-size: 11px; font-weight: 800; letter-spacing: .06em; }
.submit-btn i { font-style: normal; font-size: 18px; }
.submit-btn[disabled] { opacity: .6; cursor: wait; }
.form-status { display: flex; align-items: flex-start; gap: 10px; margin-top: 14px; padding: 13px 15px; border: 1px solid transparent; border-radius: 10px; font-size: 11px; line-height: 1.55; font-weight: 650; }
.form-status:empty { display: none; }
.form-status::before { flex: 0 0 auto; width: 19px; height: 19px; border-radius: 50%; display: grid; place-items: center; font-size: 11px; font-weight: 900; line-height: 1; }
.form-status.success { color: #2f6d23; background: #edf8e9; border-color: #b9dcae; }
.form-status.success::before { content: "✓"; color: #fff; background: #5d9f43; }
.form-status.error { color: #922f2a; background: #fff0ef; border-color: #efb8b3; }
.form-status.error::before { content: "!"; color: #fff; background: #c84a42; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { background: #1d1f22; color: #fff; padding: 82px 0 25px; }
.footer-top { display: grid; grid-template-columns: 1.6fr .7fr .8fr .9fr; gap: 50px; padding-bottom: 62px; }
.footer-brand img { width: 285px; max-width: 100%; padding: 0; border-radius: 0; background: transparent; opacity: .98; }
.footer-brand p { max-width: 310px; margin: 24px 0 0; color: rgba(255,255,255,.45); font-size: 12px; }
.footer-links, .footer-contact { display: flex; flex-direction: column; gap: 10px; }
.footer-links strong, .footer-contact strong { margin-bottom: 8px; color: var(--green-2); text-transform: uppercase; font-size: 8px; letter-spacing: .18em; }
.footer-links a, .footer-contact a { color: rgba(255,255,255,.58); font-size: 11px; transition: color .2s; }
.footer-links a:hover, .footer-contact a:hover { color: #fff; }
.footer-bottom { min-height: 62px; border-top: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.34); font-size: 9px; letter-spacing: .05em; }
.footer-bottom i { color: var(--green-2); font-style: normal; padding: 0 5px; }
.footer-policy-links { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 2px; }
.footer-policy-links a { color: rgba(255,255,255,.52); transition: color .2s; }
.footer-policy-links a:hover { color: #fff; }
.footer-bottom b { color: var(--green-2); font-weight: 400; padding: 0 5px; }
.agency-link { color: rgba(255,255,255,.7); font-weight: 700; border-bottom: 1px solid rgba(145,195,95,.4); transition: color .2s, border-color .2s; }
.agency-link:hover { color: #fff; border-color: var(--green-2); }

.standard-modal { position: fixed; inset: 0; z-index: 3000; display: grid; place-items: center; padding: 24px; visibility: hidden; opacity: 0; transition: .25s; }
.standard-modal.open { visibility: visible; opacity: 1; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(20,22,20,.8); backdrop-filter: blur(8px); }
.modal-dialog { position: relative; z-index: 2; width: min(630px, 100%); max-height: calc(100svh - 48px); overflow: auto; background: var(--paper); border-radius: 20px; padding: 42px; box-shadow: 0 40px 100px rgba(0,0,0,.35); transform: translateY(18px) scale(.98); transition: .3s; }
.standard-modal.open .modal-dialog { transform: none; }
.modal-close { position: absolute; right: 18px; top: 17px; width: 38px; height: 38px; border: 1px solid var(--line); background: transparent; border-radius: 50%; cursor: pointer; font-size: 24px; line-height: 1; }
.modal-icon { width: 60px; height: 60px; display: grid; place-items: center; border-radius: 16px; background: var(--navy); color: var(--green-2); }
.modal-icon svg { width: 29px; height: 29px; }
.modal-code { display: block; margin-top: 25px; color: var(--green); text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 800; }
.modal-dialog h2 { margin: 7px 0 14px; color: var(--navy); font-family: var(--serif); font-size: 39px; line-height: 1.05; font-weight: 400; }
.modal-summary { margin: 0 0 25px; color: var(--muted); font-size: 13px; }
.modal-section { border-top: 1px solid var(--line); padding: 21px 0; }
.modal-section h3 { margin: 0 0 8px; color: var(--navy); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.modal-section p { margin: 0; color: var(--muted); font-size: 12px; }
.modal-sectors { display: flex; flex-wrap: wrap; gap: 7px; }
.modal-sectors span { padding: 6px 10px; border-radius: 999px; background: var(--cream); color: var(--navy); font-size: 9px; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; transition-delay: var(--delay, 0ms); }
[data-reveal].revealed { opacity: 1; transform: none; }

@media (max-width: 1080px) {
    .desktop-nav { display: none; }
    .header-cta { margin-left: auto; }
    .menu-toggle { display: block; margin-left: 0; }
    .hero-layout { grid-template-columns: 1fr; padding-top: 50px; gap: 30px; }
    .hero-copy { max-width: 800px; }
    .hero-visual { height: 500px; }
    .trust-strip { grid-template-columns: repeat(3,1fr); }
    .trust-strip .trust-note { display: none; }
    .about-grid, .process-layout, .contact-grid { gap: 60px; }
    .standard-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 820px) {
    .container { width: min(100% - 32px, 680px); }
    .section { padding: 92px 0; }
    .header-inner { height: 78px; }
    .brand { padding: 0; border-radius: 0; }
    .brand img { width: 148px; height: 52px; }
    .header-cta { display: none; }
    .mobile-menu { top: 78px; }
    .hero { padding-top: 120px; }
    .hero-layout { min-height: auto; }
    .hero h1 { font-size: clamp(51px, 14vw, 72px); }
    .hero-copy > p { font-size: 15px; }
    .hero-visual { height: 430px; transform: scale(.9); margin: -10px 0; }
    .trust-strip { grid-template-columns: 1fr; margin-top: 15px; }
    .trust-strip > div { min-height: 72px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
    .about-grid, .standards-head, .process-layout, .contact-grid { grid-template-columns: 1fr; }
    .about-columns { grid-template-columns: 1fr; }
    .value-grid { grid-template-columns: 1fr; }
    .value-card { min-height: auto; }
    .value-card h3 { margin-top: 25px; }
    .standards-head { gap: 25px; }
    .accreditation-switcher { grid-template-columns: 1fr; }
    .standard-grid { grid-template-columns: 1fr; }
    .standard-card { min-height: 390px; }
    .process-sticky { position: static; }
    .cta-inner { align-items: flex-start; }
    .cta-circle { width: 115px; height: 115px; }
    .cta-circle span { font-size: 20px; }
    .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
    .container { width: calc(100% - 28px); }
    .section { padding: 76px 0; }
    .hero h1 { font-size: 49px; }
    .hero-actions { align-items: stretch; }
    .hero-actions .btn { width: 100%; }
    .hero-visual { transform: scale(.72); width: 138%; margin-left: -19%; margin-top: -45px; margin-bottom: -55px; }
    .about-content .lead { font-size: 23px; }
    .section-heading h2, .standards-head h2, .process-sticky h2, .contact-info h2 { font-size: 46px; }
    .acc-panel-intro { align-items: flex-start; flex-direction: column; }
    .acc-panel-intro p { display: none; }
    .timeline-item { grid-template-columns: 55px 1fr; gap: 16px; }
    .timeline-item > span { width: 44px; height: 44px; }
    .timeline-item h3 { font-size: 25px; }
    .cta-band { padding: 72px 0; }
    .cta-inner { flex-direction: column; }
    .cta-circle { align-self: flex-end; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .contact-form { padding: 25px 18px; }
    .footer-top { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; align-items: flex-start; justify-content: center; gap: 8px; padding: 20px 0; }
    .modal-dialog { padding: 32px 22px; }
    .modal-dialog h2 { font-size: 32px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    [data-reveal] { opacity: 1; transform: none; }
}


/* Legal pages */
body.legal-page { background: var(--paper); }
body.legal-page .site-header { background: rgba(251,252,248,.96); backdrop-filter: blur(16px); border-color: var(--line); }
body.legal-page .desktop-nav a { color: var(--ink); }
body.legal-page .header-cta { border-color: var(--line); color: var(--navy); background: var(--cream); }
body.legal-page .menu-toggle span { background: var(--navy); }
.legal-main { padding-top: 92px; }
.legal-hero { position: relative; overflow: hidden; padding: 92px 0 75px; background: linear-gradient(135deg, #25282c 0%, #30372d 58%, #466a35 100%); color: #fff; }
.legal-hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -130px; top: -180px; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.legal-hero .container { position: relative; z-index: 2; }
.legal-breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 25px; color: rgba(255,255,255,.52); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.legal-breadcrumb a:hover { color: #fff; }
.legal-hero h1 { max-width: 900px; margin: 0; font-family: var(--serif); font-size: clamp(46px, 6vw, 78px); line-height: 1; letter-spacing: -.04em; font-weight: 400; }
.legal-hero h1 em { color: var(--green-2); font-style: normal; }
.legal-hero p { max-width: 760px; margin: 25px 0 0; color: rgba(255,255,255,.67); font-size: 14px; }
.legal-body { padding: 80px 0 110px; }
.legal-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 65px; align-items: start; }
.legal-aside { position: sticky; top: 125px; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.legal-aside strong { display: block; margin-bottom: 14px; color: var(--green); text-transform: uppercase; letter-spacing: .14em; font-size: 9px; }
.legal-aside a { display: block; padding: 9px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.legal-aside a:last-child { border-bottom: 0; }
.legal-aside a:hover { color: var(--green); }
.legal-content { min-width: 0; padding: 46px 52px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 24px 65px rgba(42,45,43,.06); }
.legal-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-bottom: 32px; padding-bottom: 21px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.legal-content section { scroll-margin-top: 125px; padding: 4px 0 25px; }
.legal-content h2 { margin: 24px 0 12px; color: var(--navy); font-family: var(--serif); font-size: 31px; line-height: 1.15; font-weight: 400; }
.legal-content h3 { margin: 22px 0 8px; color: var(--navy); font-size: 13px; }
.legal-content p, .legal-content li { color: #5d655e; font-size: 12px; line-height: 1.85; }
.legal-content ul, .legal-content ol { padding-left: 20px; }
.legal-content a { color: var(--green); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.legal-note { margin: 20px 0; padding: 17px 19px; border-left: 3px solid var(--green); border-radius: 0 10px 10px 0; background: var(--cream); color: #4b594b; font-size: 11px; }
.policy-table { width: 100%; margin: 18px 0; border-collapse: collapse; font-size: 11px; }
.policy-table th, .policy-table td { padding: 13px 12px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.policy-table th { background: var(--cream); color: var(--navy); font-weight: 800; }
.policy-table td { color: var(--muted); }
@media (max-width: 820px) {
    .legal-main { padding-top: 78px; }
    .legal-hero { padding: 70px 0 60px; }
    .legal-layout { grid-template-columns: 1fr; gap: 28px; }
    .legal-aside { position: static; }
    .legal-content { padding: 34px 28px; }
}
@media (max-width: 560px) {
    .legal-hero h1 { font-size: 44px; }
    .legal-body { padding: 55px 0 80px; }
    .legal-content { padding: 27px 19px; }
    .policy-table { display: block; overflow-x: auto; white-space: nowrap; }
    .footer-policy-links { justify-content: flex-start; }
}
