/* ===================================================================
   creditcorponline.co.uk — identity graft layer (GENERATED; build-graft-layer.py)
   cmb.css is the base; this layers the site's identity + its own
   structural spacing baseline (bare-element section/p/list/heading
   rules) on top, with typography deferred to CM Beyer.
   =================================================================== */

/* Site tokens. */
:root {
	
	--teal:            #11676a;
	--teal-deep:       #0d5356;
	--teal-darker:     #073f42;
	--teal-light:      #2a8588;
	--teal-mist:       #d6e8e9;
	--teal-wash:       #eaf2f3;

	
	--gold:            #c08a2d;
	--gold-deep:       #a4731f;
	--gold-soft:       #d9a945;
	--gold-wash:       #f6efe0;

	
	--shadow-sm:       0 1px 3px rgba(7,63,66,.06), 0 1px 2px rgba(7,63,66,.04);
	--shadow-md:       0 8px 24px rgba(7,63,66,.10);
	--shadow-lg:       0 20px 48px rgba(7,63,66,.16);
	--radius-lg:       16px;

	
	--gray-50:         #fafafa;
	--gray-100:        #f5f5f5;
	--gray-200:        #ebebeb;
	--gray-300:        #d8d8d8;
	--gray-400:        #b3b3b3;
	--gray-500:        #777777;
	--gray-600:        #555555;
	--gray-700:        #333333;
	--gray-800:        #222222;

	
	--font-body:       "Open Sans", "Segoe UI", -apple-system, Arial, sans-serif;
	--font-mono:       "Source Code Pro", "SFMono-Regular", "Menlo", "Consolas", "Courier New", monospace;

	--container:       1170px;
	--gutter:          15px;
	--radius:          8px;

	
	--sk-hi:           inset 0 1px 0 rgba(255,255,255,.7);
	--sk-hi-strong:    inset 0 1px 0 rgba(255,255,255,.92);
	--sk-raised:       var(--sk-hi), 0 1px 2px rgba(7,63,66,.10), 0 3px 6px rgba(7,63,66,.10), 0 10px 22px rgba(7,63,66,.09);
	--sk-raised-lg:    var(--sk-hi), 0 2px 4px rgba(7,63,66,.10), 0 10px 22px rgba(7,63,66,.12), 0 28px 54px rgba(7,63,66,.16);
	--sk-hover:        var(--sk-hi-strong), 0 3px 8px rgba(7,63,66,.12), 0 18px 38px rgba(7,63,66,.16);
	--sk-inset:        inset 0 2px 4px rgba(7,63,66,.14), inset 0 1px 2px rgba(7,63,66,.09);
	--sk-cta:          inset 0 1px 0 rgba(255,255,255,.28), 0 1px 2px rgba(7,63,66,.18), 0 6px 16px rgba(7,63,66,.20);
	--sk-cta-hover:    inset 0 1px 0 rgba(255,255,255,.34), 0 2px 4px rgba(7,63,66,.18), 0 12px 24px rgba(7,63,66,.24);
}
:root {
	
	--cc-contact:     0 1px 1px rgba(7,63,66,.05);
	
	--cc-mark-gloss:  inset 0 1px 0 rgba(255,255,255,.32), inset 0 -1px 1px rgba(7,63,66,.30);
}
:root {
	--navy-950: #06131f;
	--navy-900: #0b1f33;
	--navy-850: #102b46;
	--navy-800: #163856;
	--line: rgba(6,19,31,.12);
	--line-strong: rgba(6,19,31,.18);
	--paper: #ffffff;
	--paper-warm: #f8faf9;
	--focus-ring: #0b1f33;
	--shadow-sm: 0 1px 1px rgba(6,19,31,.05), 0 2px 4px rgba(6,19,31,.06);
	--shadow-md: 0 1px 1px rgba(6,19,31,.06), 0 8px 18px rgba(6,19,31,.10), 0 18px 34px rgba(6,19,31,.08);
	--shadow-lg: 0 2px 3px rgba(6,19,31,.08), 0 16px 30px rgba(6,19,31,.13), 0 36px 72px rgba(6,19,31,.12);
	--sk-raised: inset 0 1px 0 rgba(255,255,255,.88), 0 1px 1px rgba(6,19,31,.06), 0 6px 14px rgba(6,19,31,.10), 0 18px 36px rgba(6,19,31,.08);
	--sk-raised-lg: inset 0 1px 0 rgba(255,255,255,.92), 0 2px 3px rgba(6,19,31,.08), 0 14px 28px rgba(6,19,31,.13), 0 34px 68px rgba(6,19,31,.12);
	--sk-hover: inset 0 1px 0 rgba(255,255,255,.95), 0 3px 5px rgba(6,19,31,.08), 0 20px 38px rgba(6,19,31,.15), 0 42px 78px rgba(6,19,31,.12);
	--sk-inset: inset 0 2px 4px rgba(6,19,31,.13), inset 0 1px 2px rgba(6,19,31,.08);
	--sk-cta: inset 0 1px 0 rgba(255,255,255,.26), 0 1px 2px rgba(6,19,31,.18), 0 8px 18px rgba(6,19,31,.18);
	--sk-cta-hover: inset 0 1px 0 rgba(255,255,255,.32), 0 2px 4px rgba(6,19,31,.18), 0 14px 28px rgba(6,19,31,.22);
}
:root {
	
	--font-heading: "Plus Jakarta Sans", var(--font-body);

	
	--radius-sm:  4px;
	--radius-md:  6px;

	
	--shadow-teal-sm: 0 1px 2px rgba(7,63,66,.14), 0 2px 6px rgba(7,63,66,.08);
	--shadow-teal-md: 0 6px 18px rgba(7,63,66,.16);
}

/* Grafted rules. */
*, *::before, *::after { box-sizing: border-box; }
img, svg { display: block; max-width: 100%; height: auto; }
a { color: var(--teal); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--teal-darker); text-decoration: underline; }
button { font: inherit; cursor: pointer; }
h1, h2, h3, h4 { color: var(--gray-800); margin: 0 0 16px; }
p { margin: 0 0 16px; }
strong { font-weight: 600; color: var(--gray-800); }
.lead { color: var(--gray-600); margin-bottom: 24px; }
code, .mono { font-family: var(--font-mono); font-size: 13px; background: var(--gray-100); padding: 1px 6px; border-radius: 3px; }
.plain-list { list-style: disc; padding-left: 22px; margin: 0 0 20px; }
.plain-list li { margin-bottom: 10px; }
.utility-bar .crumbs { color: rgba(255,255,255,.5); font-size: 12px; }
.utility-bar .crumbs span { color: rgba(255,255,255,.92); }
.utility-bar__links { display: inline-flex; align-items: center; gap: 14px; }
.utility-bar__links a { color: #fff; }
.utility-bar__links a:hover { color: var(--teal-mist); text-decoration: none; }
@media (max-width: 640px) {
	.utility-bar__links a:not([href^="https://credicorp.co.uk"]) { display: inline; }
}
.utility-bar__links a[href^="https://credicorp.co.uk"] { padding: 4px 13px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.07); transition: background .15s ease, border-color .15s ease; }
.utility-bar__links a[href^="https://credicorp.co.uk"]:hover { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.42); color: #fff; }
.utility-search { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); border-radius: 999px; padding: 3px 10px; box-shadow: inset 0 1px 3px rgba(0,0,0,.30); transition: background .15s ease, border-color .15s ease; }
.utility-search:focus-within { background: rgba(255,255,255,.18); border-color: rgba(255,255,255,.5); }
.utility-search__icon { width: 13px; height: 13px; color: rgba(255,255,255,.7); flex: none; }
.utility-search input { background: transparent; border: 0; outline: none; color: #fff; font: inherit; font-size: 12.5px; width: 92px; padding: 1px 0; }
.utility-search input::placeholder { color: rgba(255,255,255,.6); }
.utility-search input:focus { width: 130px; }
@media (max-width: 600px) {
	.utility-search input { width: 72px; }
	.utility-search input:focus { width: 100px; }
}
.brand { display: flex; align-items: center; text-decoration: none; }
.brand:hover { text-decoration: none; }
.brand__lockup { display: inline-flex; align-items: flex-start; }
.brand__logo { height: 48px; width: auto; }
.brand__tm { font-size: 8px; font-weight: 700; color: var(--gray-400); line-height: 1; margin: 3px 0 0 3px; letter-spacing: .02em; }
.brand__sub { margin-left: 14px; padding-left: 14px; border-left: 1px solid var(--gray-300); font-size: 11.5px; font-weight: 700; color: var(--gray-600); text-transform: uppercase; letter-spacing: .15em; }
@media (max-width: 600px) {
	.brand__sub { display: none; }
}
.header-nav { display: flex; align-items: center; gap: 26px; }
.header-nav a { color: var(--gray-600); font-size: 14px; }
.header-nav a:hover { color: var(--teal-deep); }
.header-nav .nav-link { position: relative; font-weight: 500; padding-block: 4px; }
.header-nav .nav-link::after { content: ""; position: absolute; left: 2px; right: 2px; bottom: -2px; height: 2px; background: var(--teal); border-radius: 2px; transform: scaleX(0); transform-origin: center; transition: transform .18s ease; }
.header-nav .nav-link:hover::after,
.header-nav .nav-link.is-current::after { transform: scaleX(1); }
.header-nav .nav-link.is-current { color: var(--teal-deep); font-weight: 600; }
.nav-item--has-dropdown { position: relative; display: inline-flex; align-items: center; }
.nav-caret { font-size: 9px; color: var(--gray-400); margin-left: 3px; display: inline-block; transition: transform .15s ease; }
.nav-dropdown { position: absolute; top: calc(100% + 14px); left: 50%; transform: translate(-50%, -6px); min-width: 210px; background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius); box-shadow: var(--shadow-md); padding: 6px; opacity: 0; visibility: hidden; transition: opacity .15s ease, transform .15s ease, visibility .15s ease; z-index: 40; }
.nav-dropdown::before { content: ""; position: absolute; left: 0; right: 0; top: -16px; height: 16px; }
.nav-item--has-dropdown:hover .nav-dropdown,
.nav-item--has-dropdown:focus-within .nav-dropdown { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.nav-item--has-dropdown:hover .nav-caret,
.nav-item--has-dropdown:focus-within .nav-caret { transform: rotate(180deg); color: var(--teal); }
.nav-dropdown a { display: block; padding: 9px 14px; color: var(--gray-700); font-size: 14px; border-radius: 5px; white-space: nowrap; }
.nav-dropdown a:hover { background: var(--teal-wash); color: var(--teal-deep); text-decoration: none; }
.nav-menu { display: none; position: relative; }
.nav-menu > summary { list-style: none; display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; color: var(--teal-deep); border: 1px solid var(--gray-300); border-radius: var(--radius); cursor: pointer; user-select: none; }
.nav-menu > summary::-webkit-details-marker { display: none; }
.nav-menu > summary svg { width: 20px; height: 20px; }
.nav-menu .nav-menu__close { display: none; }
.nav-menu[open] > summary .nav-menu__open { display: none; }
.nav-menu[open] > summary .nav-menu__close { display: block; }
.nav-menu__panel { position: absolute; right: 0; top: calc(100% + 12px); width: min(82vw, 280px); background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius); box-shadow: 0 10px 30px rgba(0,0,0,.14); padding: 8px; z-index: 40; }
.nav-menu__link { display: block; padding: 11px 14px; color: var(--gray-700); font-size: 15px; border-radius: 3px; }
.nav-menu__link:hover { background: var(--teal-wash); color: var(--teal-deep); text-decoration: none; }
.nav-menu__link.is-current { color: var(--teal-deep); font-weight: 600; background: var(--teal-wash); }
.nav-menu__cta { width: 100%; justify-content: center; margin-top: 8px; }
@media (max-width: 768px) {
	.header-nav { display: none; }
	.nav-menu { display: block; }
}
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 10px 22px; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; border-radius: var(--radius); border: 1px solid transparent; cursor: pointer; transition: all .15s ease; text-decoration: none; line-height: 1.4; box-shadow: inset 0 1px 0 rgba(255,255,255,.18); }
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn:active { transform: translateY(1px); box-shadow: inset 0 2px 5px rgba(7,63,66,.30); }
a.btn,
a.btn:link,
a.btn:visited,
a.btn:hover,
a.btn:active,
a.btn:focus { text-decoration: none; }
.btn--primary,
.btn--primary:link,
.btn--primary:visited { background: linear-gradient(180deg, var(--teal-light), var(--teal) 55%, var(--teal-deep)); color: #fff; border-color: var(--teal-deep); box-shadow: var(--shadow-sm), inset 0 1px 0 rgba(255,255,255,.30), inset 0 -1px 0 rgba(7,63,66,.25); }
.btn--primary:hover,
.btn--primary:active,
.btn--primary:focus { background: linear-gradient(180deg, var(--teal), var(--teal-deep) 55%, var(--teal-darker)); color: #fff; border-color: var(--teal-darker); box-shadow: var(--shadow-md), inset 0 1px 0 rgba(255,255,255,.32), inset 0 -1px 0 rgba(7,63,66,.30); }
.btn--ghost,
.btn--ghost:link,
.btn--ghost:visited { background: transparent; color: var(--teal-deep); border-color: var(--teal); box-shadow: inset 0 1px 0 rgba(255,255,255,.6); }
.btn--ghost:hover,
.btn--ghost:active,
.btn--ghost:focus { background: var(--teal-wash); color: var(--teal-darker); }
.btn--white,
.btn--white:link,
.btn--white:visited { background: #fff; color: var(--teal-darker); border-color: #fff; box-shadow: var(--shadow-sm), inset 0 1px 0 rgba(255,255,255,.9); }
.btn--white:hover,
.btn--white:active,
.btn--white:focus { background: var(--gray-100); color: var(--teal-darker); }
.btn--outline-light,
.btn--outline-light:link,
.btn--outline-light:visited { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.btn--outline-light:hover,
.btn--outline-light:active,
.btn--outline-light:focus { background: rgba(255,255,255,.1); color: #fff; }
.btn--lg { padding: 13px 28px; font-size: 15px; }
.hero { position: relative; color: #fff; overflow: hidden; padding: 128px 0 116px; background: radial-gradient(120% 120% at 85% 8%, rgba(42,133,136,.55), transparent 55%), radial-gradient(90% 90% at 8% 95%, rgba(192,138,45,.20), transparent 50%), linear-gradient(150deg, #06363a 0%, #0d5356 60%, #11676a 100%); }
.hero__bg { position: absolute; inset: 0; background-size: cover; background-position: center; background-repeat: no-repeat; background-image: url('/assets/img/photos/hero-bg.jpg'); opacity: 0.16; mix-blend-mode: luminosity; }
@supports (background-image: image-set(url('x.webp') type('image/webp'))) {
	.hero__bg { background-image: image-set(url('/assets/img/photos/hero-bg.webp') type('image/webp'), url('/assets/img/photos/hero-bg.jpg') type('image/jpeg')); }
}
.hero__overlay { position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px); background-size: 22px 22px; -webkit-mask-image: linear-gradient(180deg, transparent, #000 40%, #000 70%, transparent); mask-image: linear-gradient(180deg, transparent, #000 40%, #000 70%, transparent); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: linear-gradient(90deg, var(--gold), var(--teal-light) 60%, transparent); }
.hero__eyebrow { display: inline-block; padding: 5px 12px; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.16em; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); color: #fff; border-radius: 3px; margin-bottom: 24px; }
.hero h1 { color: #fff; margin-bottom: 20px; max-width: 22ch; margin-left: auto; margin-right: auto; }
.hero h1 strong { color: #fff; }
.hero p.lead { color: rgba(255,255,255,.88); max-width: 640px; margin: 0 auto 32px; }
.hero p.lead strong,
.hero__inner strong,
.hero blockquote strong { color: #fff; }
.hero__cta { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }
.hero--page h1 { max-width: 28ch; }
.hero--legal h1 { max-width: 22ch; }
.hero--article h1 { max-width: none; text-align: left; }
.hero--article .hero__inner { text-align: left; }
.hero--article .hero__eyebrow { display: inline-block; }
.trust-strip { background: #fff; border-bottom: 1px solid var(--gray-200); padding: 20px 0; font-size: 12.5px; color: var(--gray-600); text-align: center; }
.trust-strip__items { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 36px; }
.trust-strip__items span { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: 0.06em; font-weight: 600; color: var(--gray-600); }
.trust-strip__items code { background: none; color: var(--teal-deep); font-size: 12.5px; padding: 0; }
.trust-strip__items .dot { width: 7px; height: 7px; border-radius: 50%; display: inline-block; background: var(--gold); background-image: radial-gradient(circle at 35% 30%, #e7c477, var(--gold) 65%); box-shadow: 0 0 0 3px var(--gold-wash), inset 0 -1px 1px rgba(120,80,10,.45); }
section { padding: 46px 0; }
@media (max-width: 768px) {
	section { padding: 34px 0; }
}
section.section-gray { background: var(--gray-100); border-top: 1px solid var(--gray-200); border-bottom: 1px solid var(--gray-200); box-shadow: inset 0 1px 0 #fff; }
section.section-dark { position: relative; color: rgba(255,255,255,.85); background: radial-gradient(90% 140% at 85% 0%, rgba(42,133,136,.35), transparent 55%), linear-gradient(150deg, #06363a, #0d5356); box-shadow: inset 0 1px 0 rgba(255,255,255,.06); }
section.section-dark::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: linear-gradient(90deg, var(--gold), var(--teal-light) 60%, transparent); }
section.section-dark h2, section.section-dark h3 { color: #fff; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 40px; }
.section-head p { color: var(--gray-500); }
.section-head .accent-line { width: 54px; height: 3px; background: linear-gradient(90deg, var(--teal), var(--gold)); margin: 16px auto 24px; border-radius: 2px; }
.features { display: grid; grid-template-columns: 1fr; gap: 30px; }
@media (min-width: 768px) {
	.features { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 992px) {
	.features { grid-template-columns: repeat(4, 1fr); }
}
.feature { text-align: left; padding: 30px 28px; background: #fff; background-image: linear-gradient(177deg, #ffffff, #f6f9f9); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); position: relative; overflow: hidden; }
.feature::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--teal), var(--gold)); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.feature--link { display: block; color: inherit; text-decoration: none; transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease; }
.feature--link:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--teal-mist); text-decoration: none; color: inherit; }
.feature--link:hover::before { transform: scaleX(1); }
.feature__icon { display: inline-flex; width: 58px; height: 58px; border-radius: 14px; background: linear-gradient(140deg, var(--teal-wash), #fff); border: 1px solid var(--teal-mist); color: var(--teal-deep); align-items: center; justify-content: center; margin: 0 0 18px; box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 1px 2px rgba(7,63,66,.10); }
.feature__icon svg { width: 28px; height: 28px; }
.feature h3 { color: var(--gray-800); margin-bottom: 10px; }
.feature p { color: var(--gray-600); font-size: 14.5px; line-height: 1.65; margin: 0; }
.feature__more { display: inline-block; margin-top: 10px; color: var(--teal); font-weight: 600; font-size: 14px; }
.feature--link:hover .feature__more { color: var(--teal-deep); }
.backlink-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 720px) {
	.backlink-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1000px) {
	.backlink-grid { grid-template-columns: repeat(3, 1fr); gap: 22px; }
}
.backlink-panel { background: #fff; background-image: linear-gradient(177deg, #ffffff, #f6f9f9); border: 1px solid var(--gray-200); border-top: 3px solid var(--teal); border-radius: var(--radius); padding: 28px 24px; box-shadow: var(--shadow-sm); }
.backlink-panel h3 { color: var(--gray-800); margin: 0 0 16px; padding-bottom: 12px; border-bottom: 1px solid var(--gray-200); }
.backlink-panel ul { list-style: none; margin: 0; padding: 0; }
.backlink-panel li { border-bottom: 1px dotted var(--gray-200); }
.backlink-panel li:last-child { border-bottom: 0; }
.backlink-panel a { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; color: var(--gray-700); font-size: 14px; }
.backlink-panel a:hover { color: var(--teal-deep); text-decoration: none; }
.backlink-panel a::after { content: "›"; color: var(--gray-400); font-size: 18px; transition: transform .2s ease, color .2s ease; }
.backlink-panel a:hover::after { color: var(--teal); transform: translateX(3px); }
.backlink-panel .desc { display: block; font-size: 12px; color: var(--gray-500); margin-top: 2px; font-weight: 400; }
.faq { max-width: 820px; margin: 0 auto; }
.faq-item__body { padding: 0 22px 20px; color: var(--gray-600); font-size: 15px; line-height: 1.65; }
.faq-item__body p:last-child { margin-bottom: 0; }
.compare { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: center; }
@media (min-width: 768px) {
	.compare { grid-template-columns: 1fr auto 1fr; gap: 28px; }
}
.compare__card { background: #fff; background-image: linear-gradient(177deg, #ffffff, #f6f9f9); border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 32px 24px; text-align: center; min-height: 220px; display: flex; flex-direction: column; justify-content: center; box-shadow: var(--shadow-sm); transition: transform .15s ease, box-shadow .15s ease; }
.compare__card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.compare__card img { max-width: 220px; margin: 0 auto 16px; height: auto; }
.compare__card .label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--gray-500); margin-bottom: 8px; }
.compare__card .meta { font-size: 12.5px; color: var(--gray-500); font-family: var(--font-mono); margin-top: 8px; }
.compare__arrow { display: flex; flex-direction: column; align-items: center; color: var(--teal); font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; }
.compare__arrow .icon { width: 48px; height: 48px; border-radius: 50%; background: var(--teal); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 8px; }
.companies { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 768px) {
	.companies { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 920px) {
	.companies--3 { grid-template-columns: repeat(3, 1fr); }
}
.company-card { background: #fff; background-image: linear-gradient(177deg, #ffffff, #f6f9f9); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); padding: 28px 26px; box-shadow: var(--shadow-sm); transition: transform .15s ease, box-shadow .15s ease; }
.company-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.company-card h3 { color: var(--gray-800); margin: 0 0 6px; }
.company-card .role { font-size: 13px; color: var(--teal); font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 16px; }
.company-card address { font-style: normal; font-size: 14px; color: var(--gray-600); line-height: 1.65; margin-bottom: 14px; }
.company-card .ch { font-family: var(--font-mono); font-size: 12.5px; color: var(--gray-500); padding-top: 14px; border-top: 1px solid var(--gray-200); }
.company-card .ch a { color: var(--teal-deep); }
.cta-strip { position: relative; overflow: hidden; background: radial-gradient(80% 130% at 12% 100%, rgba(192,138,45,.22), transparent 55%), linear-gradient(135deg, var(--teal-darker), var(--teal-deep)); color: #fff; padding: 64px 0; text-align: center; }
.cta-strip::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px); background-size: 22px 22px; }
.cta-strip .container { position: relative; }
.cta-strip h2 { color: #fff; margin-bottom: 12px; }
.cta-strip p { color: rgba(255,255,255,.85); margin-bottom: 24px; }
.cta-strip__buttons { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }
.card-photo { margin: -28px -26px 18px; border-radius: var(--radius) var(--radius) 0 0; overflow: hidden; aspect-ratio: 16 / 9; background: var(--gray-100); background-image: linear-gradient(177deg, #ffffff, #f6f9f9); }
.card-photo img { width: 100%; height: 100%; object-fit: cover; }
.media-figure { margin: 32px 0; }
.media-figure img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-sm), inset 0 0 0 1px rgba(7,63,66,.04); aspect-ratio: 16 / 9; object-fit: cover; background-image: linear-gradient(177deg, #ffffff, #f6f9f9); }
.media-figure figcaption { margin-top: 10px; font-size: 13px; color: var(--gray-500); text-align: center; }
.split { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: center; }
@media (min-width: 860px) {
	.split { grid-template-columns: 1fr 1fr; }
	.split--media-first .split__media { order: -1; }
}
.split__media img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-sm), inset 0 0 0 1px rgba(7,63,66,.04); aspect-ratio: 16 / 9; object-fit: cover; }
.usecases { display: grid; grid-template-columns: 1fr; gap: 22px; margin-top: 8px; }
@media (min-width: 720px) {
	.usecases { grid-template-columns: repeat(3, 1fr); }
}
.usecase { background: #fff; background-image: linear-gradient(177deg, #ffffff, #f6f9f9); border: 1px solid var(--gray-200); border-top: 3px solid var(--teal); border-radius: var(--radius); padding: 24px 22px; }
.usecase h3 { margin: 0 0 8px; }
.usecase p { font-size: 14.5px; color: var(--gray-600); margin: 0 0 12px; }
.usecase .usecase__pick { font-size: 13px; font-weight: 700; color: var(--teal-deep); text-transform: uppercase; letter-spacing: .04em; }
.ct { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: 14.5px; }
.ct th, .ct td { text-align: left; padding: 11px 14px; border-bottom: 1px solid var(--gray-200); vertical-align: top; }
.ct thead th { border-bottom: 2px solid var(--teal); font-weight: 700; color: var(--gray-800); background-image: linear-gradient(180deg, #fff, #f3f7f7); }
.ct tbody th { font-weight: 600; color: var(--gray-700); width: 30%; }
.ct tr:last-child td, .ct tr:last-child th { border-bottom: 0; }
.ct--zebra tbody tr:nth-child(even) { background: var(--gray-50); }
.table-wrap { overflow-x: auto; }
.stat-band { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; text-align: center; }
@media (min-width: 760px) {
	.stat-band { grid-template-columns: repeat(4, 1fr); }
	.stat-band .stat + .stat { border-left: 1px solid rgba(255,255,255,.10); }
}
.stat .stat__num { font-size: 40px; font-weight: 700; color: var(--teal-deep); line-height: 1.1; font-family: var(--font-mono); }
.stat .stat__label { font-size: 13px; color: var(--gray-600); margin-top: 6px; }
.section-dark .stat__num { color: #fff; text-shadow: 0 1px 0 rgba(0,0,0,.28); }
.section-dark .stat__label { color: rgba(255,255,255,.7); }
.diagram { margin: 28px 0; background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-sm); background-image: linear-gradient(177deg, #ffffff, #f6f9f9); }
.diagram svg { width: 100%; height: auto; display: block; }
.diagram figcaption { margin-top: 12px; font-size: 13px; color: var(--gray-500); text-align: center; }
.diagram--flow { padding: 14px 18px; }
.news-tag { display: inline-block; background: var(--teal); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 4px 10px; border-radius: 3px; line-height: 1; }
.site-footer__estate { display: grid; grid-template-columns: 1fr; gap: 18px; padding: 20px 22px; margin-bottom: 30px; background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-lg); box-shadow: inset 0 1px 0 rgba(255,255,255,.10); }
@media (min-width: 860px) {
	.site-footer__estate { grid-template-columns: minmax(220px, 1fr) auto; align-items: center; gap: 20px 32px; }
	.site-footer__estate-links { grid-column: 1 / -1; }
}
.site-footer__estate-copy h4 { margin: 0 0 6px; color: #fff; }
.site-footer__estate-copy p { margin: 0; font-size: 13.5px; line-height: 1.6; color: rgba(255,255,255,.72); max-width: 46ch; }
.site-footer__estate-copy a { color: var(--gold-soft); text-decoration: none; }
.site-footer__estate-copy a:hover { color: #fff; text-decoration: underline; }
.site-footer__estate-links { display: flex; flex-wrap: wrap; gap: 8px; }
.estate-chip { display: inline-flex; align-items: center; padding: 7px 13px; border-radius: 999px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.86) !important; font-size: 13px; font-weight: 600; line-height: 1; text-decoration: none !important; transition: background .15s ease, border-color .15s ease, color .15s ease; }
.estate-chip:hover { background: var(--teal-light); border-color: var(--teal-light); color: #fff !important; }
.site-footer__estate-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.site-footer__estate-btn { white-space: nowrap; }
.cc-lead--tight { margin-bottom: 14px; }
.cc-text--sm { font-size: 15px; }
.cc-text--flush { margin-bottom: 0; }
.cc-note-cta { text-align: center; margin: 22px 0 0; font-size: 14px; }
.cc-media-band__img { width: 100%; height: 100%; object-fit: cover; display: block; }
.site-footer__brand-lede { margin: 0; }
.site-footer__brand { display: grid; grid-template-columns: 1fr; gap: 28px; padding-bottom: 28px; margin-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.12); }
@media (min-width: 700px) {
	.site-footer__brand { grid-template-columns: 1.6fr 1fr 1fr; gap: 40px; }
}
.site-footer__nav { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding-bottom: 24px; margin-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.12); }
@media (min-width: 720px) {
	.site-footer__nav { grid-template-columns: repeat(4, 1fr); gap: 28px; }
}
.site-footer__reg { margin-top: 10px; font-size: 12.5px; color: rgba(255,255,255,.55); }
.site-footer__logo { background: #fff; padding: 8px 12px; border-radius: 4px; display: inline-block; margin-bottom: 14px; position: relative; }
.site-footer__logo img { height: 32px; width: auto; }
.site-footer__tm { position: absolute; top: 5px; right: 4px; font-size: 9px; font-weight: 700; color: var(--gold-deep); line-height: 1; }
.legal-bar { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding-top: 18px; font-size: 12.5px; color: rgba(255,255,255,.5); }
@media print {
	.site-header, .site-footer, .utility-bar, .hero__cta, .cta-strip { display: none; }
	.hero { padding: 24px 0; background: none; color: #000; }
	.hero h1, .hero p.lead { color: #000; }
	.hero__bg, .hero__overlay { display: none; }
	.cc-hero, .cc-mascot, .cc-tm { box-shadow: none !important; }
}
.cc-hero { padding: 96px 0 88px; }
@media (max-width: 768px) {
	.cc-hero { padding: 56px 0 52px; }
}
.cc-hero .hero__inner { text-align: left; }
.cc-hero__grid { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
@media (min-width: 900px) {
	.cc-hero__grid { grid-template-columns: 1.05fr .95fr; gap: 56px; }
}
.cc-hero h1 { margin-left: 0; margin-right: 0; max-width: 16ch; }
.cc-hero p.lead { margin-left: 0; margin-right: 0; max-width: 54ch; }
.cc-hero .hero__cta { justify-content: flex-start; }
.cc-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; margin-bottom: 22px; font-size: 11.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #f3e2c2; background: rgba(192,138,45,.18); border: 1px solid rgba(217,169,69,.5); border-radius: 999px; box-shadow: inset 0 1px 0 rgba(255,255,255,.12); }
.cc-eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; flex: none; background: var(--gold-soft); box-shadow: 0 0 0 3px rgba(217,169,69,.2); }
.cc-hero__media { position: relative; }
.cc-hero__photo { width: 100%; border-radius: var(--radius-lg); aspect-ratio: 4 / 3; object-fit: cover; border: 1px solid rgba(255,255,255,.16); box-shadow: 0 2px 4px rgba(7,63,66,.20), 0 18px 40px rgba(7,63,66,.30), inset 0 1px 0 rgba(255,255,255,.22); }
@media (min-width: 900px) {
	.cc-hero__photo { aspect-ratio: 5 / 4; }
}
.cc-hero__chip { position: absolute; left: 16px; bottom: 16px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; background: rgba(7,63,66,.78); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #fff; font-size: 12.5px; font-weight: 600; box-shadow: 0 6px 16px rgba(7,63,66,.30); }
.cc-hero__chip .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold-soft); flex: none; }
.cc-shot { margin: 0; position: relative; line-height: 0; }
.cc-shot img { width: 100%; height: clamp(200px, 24vw, 360px); object-fit: cover; object-position: center 32%; display: block; }
.cc-shot::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(7,63,66,0) 34%, rgba(7,63,66,.55) 66%, rgba(7,63,66,.92) 100%); }
.cc-shot figcaption { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 18px 30px 20px; max-width: 52ch; line-height: 1.45; color: #fff; font-size: 1.02rem; font-weight: 700; text-shadow: 0 1px 10px rgba(0,16,18,.6); }
.cc-shot--container figcaption { left: 50%; transform: translateX(-50%); width: var(--container); max-width: 100%; padding-left: var(--gutter); padding-right: var(--gutter); }
.cc-pgrid { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 680px) {
	.cc-pgrid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 980px) {
	.cc-pgrid--3 { grid-template-columns: repeat(3, 1fr); }
}
.cc-pcard { display: flex; flex-direction: column; text-decoration: none; color: inherit; background: #fff; background-image: linear-gradient(177deg, #ffffff, #f6f9f9); border: 1px solid var(--gray-200); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--sk-raised); transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease; }
.cc-pcard:hover { transform: translateY(-4px); box-shadow: var(--sk-hover); border-color: var(--teal-mist); text-decoration: none; color: inherit; }
.cc-pcard__photo { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: var(--gray-100); }
.cc-pcard__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.cc-pcard:hover .cc-pcard__photo img { transform: scale(1.04); }
.cc-pcard__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,63,66,0) 55%, rgba(7,63,66,.42) 100%); }
.cc-pcard__body { padding: 22px 24px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.cc-pcard__icon { width: 46px; height: 46px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; margin-top: -44px; position: relative; z-index: 2; background: linear-gradient(180deg, #fff, var(--teal-wash)); color: var(--teal-deep); border: 1px solid var(--teal-mist); box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 2px 6px rgba(7,63,66,.16); }
.cc-pcard:hover .cc-pcard__icon { background: linear-gradient(180deg, var(--gold-wash), #f2e6cb); color: var(--gold-deep); border-color: #ecdcb6; }
.cc-pcard__icon svg { width: 22px; height: 22px; }
.cc-pcard__meta { font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--teal-light); }
.cc-pcard h3 { margin: 0; color: var(--gray-800); }
.cc-pcard p { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--gray-600); flex: 1; }
.cc-pcard__go { display: inline-flex; align-items: center; gap: 6px; font-size: 13.5px; font-weight: 700; color: var(--teal); text-transform: uppercase; letter-spacing: .03em; margin-top: 4px; }
.cc-pcard:hover .cc-pcard__go { color: var(--teal-darker); }
.cc-pcard__go svg { width: 14px; height: 14px; transition: transform .15s ease; }
.cc-pcard:hover .cc-pcard__go svg { transform: translateX(3px); }
.cc-mascot { display: grid; grid-template-columns: 1fr; gap: 26px; align-items: center; background: linear-gradient(135deg, var(--teal-wash) 0%, #fff 100%); border: 1px solid var(--teal-mist); border-radius: var(--radius-lg); padding: 30px 32px; box-shadow: var(--sk-raised); }
@media (min-width: 720px) {
	.cc-mascot { grid-template-columns: auto 1fr auto; gap: 32px; }
}
.cc-mascot__bot { display: flex; justify-content: center; align-items: center; }
.cc-mascot__bot .credi-bot,
.cc-mascot__bot svg { width: 132px; height: auto; display: block; filter: drop-shadow(0 14px 22px rgba(7,63,66,.28)); }
@media (max-width: 720px) {
	.cc-mascot__bot .credi-bot, .cc-mascot__bot svg { width: 108px; }
}
.cc-mascot__copy { min-width: 0; }
.cc-mascot__label { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--teal-light); margin: 0 0 6px; }
.cc-mascot__copy h2 { color: var(--gray-800); margin: 0 0 8px; }
.cc-mascot__copy p { font-size: 15px; color: var(--gray-600); margin: 0; max-width: 50ch; }
.cc-mascot__action { display: flex; justify-content: center; }
.cc-mascot--dark { background: radial-gradient(90% 140% at 85% 0%, rgba(42,133,136,.35), transparent 55%), linear-gradient(150deg, #06363a, #0d5356); border-color: rgba(255,255,255,.10); box-shadow: var(--sk-raised), inset 0 1px 0 rgba(255,255,255,.06); }
.cc-mascot--dark .cc-mascot__label { color: var(--gold-soft); }
.cc-mascot--dark .cc-mascot__copy h2 { color: #fff; }
.cc-mascot--dark .cc-mascot__copy p { color: rgba(255,255,255,.82); }
.cc-mascot--dark .cc-mascot__bot .credi-bot,
.cc-mascot--dark .cc-mascot__bot svg { filter: drop-shadow(0 16px 26px rgba(0,20,20,.42)); }
.cc-tm { display: grid; grid-template-columns: 1fr; gap: 18px; background: linear-gradient(135deg, var(--gold-wash) 0%, #fff 120%); border: 1px solid #ecdcb6; border-radius: var(--radius-lg); padding: 28px 30px; box-shadow: var(--sk-raised); }
@media (min-width: 720px) {
	.cc-tm { grid-template-columns: 1fr 1fr; gap: 22px 30px; }
}
.cc-tm__mark { background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 20px 22px; box-shadow: var(--shadow-sm); }
.cc-tm__name { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; font-size: 18px; font-weight: 700; color: var(--gray-800); margin: 0 0 10px; }
.cc-tm__badge { display: inline-block; font-size: 10.5px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; padding: 3px 10px; border-radius: 999px; color: #fff; box-shadow: inset 0 1px 0 rgba(255,255,255,.25); }
.cc-tm__badge--reg { background: var(--teal); }
.cc-tm__badge--pend { background: var(--gold); }
.cc-tm__row { display: flex; justify-content: space-between; gap: 14px; padding: 7px 0; border-bottom: 1px dotted var(--gray-200); font-size: 13.5px; }
.cc-tm__row:last-child { border-bottom: 0; }
.cc-tm__row .k { color: var(--gray-500); font-weight: 600; }
.cc-tm__row .v { color: var(--gray-700); text-align: right; font-family: var(--font-mono); font-size: 12.5px; }
.cc-tm__note { grid-column: 1 / -1; margin: 4px 0 0; font-size: 13.5px; line-height: 1.6; color: var(--gray-600); }
.cc-tm__note a { color: var(--teal-deep); font-weight: 600; }
.cc-note { background: var(--gray-100); border: 1px solid var(--gray-200); border-left: 3px solid var(--gold); border-radius: var(--radius); padding: 20px 22px; font-size: 13.5px; line-height: 1.65; color: var(--gray-600); box-shadow: var(--sk-inset); }
.cc-note strong { color: var(--gray-800); }
.cc-signpost { display: flex; gap: 22px; align-items: center; justify-content: space-between; flex-wrap: wrap; background: linear-gradient(135deg, var(--teal-wash) 0%, #fff 100%); border: 1px solid var(--teal-mist); border-radius: var(--radius-lg); padding: 26px 30px; box-shadow: var(--sk-raised); }
.cc-signpost__label { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--teal-light); margin: 0 0 5px; }
.cc-signpost h2 { margin: 0 0 6px; color: var(--gray-800); }
.cc-signpost p { margin: 0; font-size: 15px; color: var(--gray-600); max-width: 52ch; }
.cc-signpost__action { flex: none; }
.cc-rule { border: 0; height: 1px; background: var(--gray-200); margin: 36px 0; }
.cc-rule--accent { display: inline-block; height: 3px; width: 54px; border-radius: 2px; background: linear-gradient(90deg, var(--teal), var(--gold)); margin: 0 0 22px; }
.utility-bar .crumbs { color: rgba(255,255,255,.64); }
.utility-bar .crumbs a { color: rgba(255,255,255,.80); }
.utility-bar .crumbs a:hover { color: #fff; }
.utility-bar__sep { display:inline-block; flex:none; width:1px; height:15px; background:rgba(255,255,255,.22); }
.utility-bar__cta { border:1px solid rgba(255,255,255,.32); background:rgba(255,255,255,.09); border-radius:999px; padding:4px 13px; font-weight:600; box-shadow:inset 0 1px 0 rgba(255,255,255,.10); transition:background .15s ease,border-color .15s ease; }
.utility-bar__cta:hover { background:rgba(255,255,255,.17); border-color:rgba(255,255,255,.55); color:#fff; }
.site-footer__logo img { filter: brightness(0) invert(1); }
.site-footer__logo { background: transparent; padding: 0; border-radius: 0; box-shadow: none; margin-bottom: 16px; }
.site-footer__logo img { height: 34px; }
.header-nav .nav-link, .header-nav a { white-space: nowrap; }
.header-nav { gap: 22px; }
.company-card,
.backlink-panel,
.usecase,
.diagram,
.cc-tm__mark,
.compare__card,
.feature { box-shadow: var(--sk-raised), var(--cc-contact); }
.company-card,
.cc-tm__mark { position: relative; }
.company-card::before,
.cc-tm__mark::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; border-radius: var(--radius-lg) var(--radius-lg) 0 0; background: linear-gradient(90deg, var(--teal), var(--gold)); opacity: .9; pointer-events: none; }
.cc-tm__mark::before { border-radius: var(--radius) var(--radius) 0 0; }
.backlink-panel,
.usecase { position: relative; }
.backlink-panel::before,
.usecase::before { content: ""; position: absolute; top: -3px; left: -1px; right: -1px; height: 3px; border-radius: var(--radius) var(--radius) 0 0; background: linear-gradient(90deg, var(--teal), var(--gold)); pointer-events: none; }
.company-card,
.cc-tm__mark { transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease; }
.company-card:hover,
.cc-tm__mark:hover { transform: translateY(-3px); box-shadow: var(--sk-hover), var(--cc-contact); border-color: var(--teal-mist); }
.cc-tm__badge { background-image: none; text-shadow: 0 1px 0 rgba(7,63,66,.28); box-shadow: var(--cc-mark-gloss); }
.cc-tm__badge--reg { background: linear-gradient(180deg, var(--teal-light), var(--teal) 55%, var(--teal-deep)); }
.cc-tm__badge--pend { background: linear-gradient(180deg, var(--gold-soft), var(--gold) 55%, var(--gold-deep)); }
.compare__arrow .icon { background: linear-gradient(180deg, var(--teal-light), var(--teal) 55%, var(--teal-deep)); box-shadow: var(--cc-mark-gloss), 0 4px 10px rgba(7,63,66,.18); text-shadow: 0 1px 0 rgba(7,63,66,.30); }
.trust-strip__items .dot { background-image: radial-gradient(circle at 35% 28%, #ecca84, var(--gold) 62%, var(--gold-deep)); }
.news-tag { background: linear-gradient(180deg, var(--teal-light), var(--teal) 55%, var(--teal-deep)); box-shadow: var(--cc-mark-gloss); text-shadow: 0 1px 0 rgba(7,63,66,.28); }
.cc-note { box-shadow: var(--sk-inset), 0 1px 0 rgba(255,255,255,.6); }
.header-nav a:hover, .header-nav a:focus, .header-nav .nav-link:hover, .header-nav .nav-link:focus { text-decoration: none; }
.search-page { padding-block: clamp(40px, 6vw, 96px); }
.search-page h1 { margin: 6px 0 8px; }
.search-page .lead { color: var(--gray-500, #6a7373); margin: 0 0 26px; }
.search-box { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--gray-200, #dde4e4); border-radius: 14px; padding: 14px 18px; box-shadow: 0 1px 2px rgba(7,63,66,.07), 0 10px 26px rgba(7,63,66,.08); transition: border-color .15s ease, box-shadow .15s ease; }
.search-box:focus-within { border-color: var(--teal-mist, #d6e8e9); box-shadow: 0 0 0 4px rgba(17,103,106,.12), 0 10px 26px rgba(7,63,66,.10); }
.search-box__icon { width: 22px; height: 22px; color: var(--teal, #11676a); flex: none; }
.search-box input { flex: 1; min-width: 0; border: 0; outline: none; background: transparent; font: inherit; font-size: 1.05rem; color: var(--gray-800, #1c2222); }
.search-count { font-size: .85rem; color: var(--gray-500, #6a7373); margin: 18px 2px 12px; font-weight: 600; }
.search-results { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.search-result__section { display: block; font-size: .7rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; color: var(--teal-light, #2a8588); margin-bottom: 3px; }
.search-result__desc { display: block; font-size: .9rem; line-height: 1.55; color: var(--gray-500, #6a7373); margin-top: 4px; }
.search-empty { color: var(--gray-500, #6a7373); padding: 20px 2px; }
.cc-eyebrow { color: rgba(255,255,255,.94); background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.24); box-shadow: inset 0 1px 0 rgba(255,255,255,.20); -webkit-backdrop-filter: blur(8px) saturate(120%); backdrop-filter: blur(8px) saturate(120%); letter-spacing: .1em; gap: 9px; }
.cc-eyebrow .dot { width: 6px; height: 6px; background: var(--gold-soft, #d9a945); box-shadow: 0 0 0 3px rgba(217,169,69,.28); }
.cc-eyebrow__sep { margin: 0 9px; color: rgba(255,255,255,.42); font-weight: 400; }
.feature__more { display: inline-flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.feature__more svg { width: 16px; height: 16px; flex: none; }
.feature__icon svg { width: 22px; height: 22px; }
.cc-signpost__action svg, .cc-signpost svg { width: 15px; height: 15px; flex: none; }
.feature--media { padding: 0; display: flex; flex-direction: column; height: 100%; }
.feature--media .feature__media { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; background: linear-gradient(140deg, var(--teal-wash), #eef4f4); }
.feature--media .feature__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.feature--media:hover .feature__media img { transform: scale(1.06); }
.feature--media .feature__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(200deg, rgba(7,63,66,0) 52%, rgba(7,63,66,.46)); }
.feature--media .feature__body { display: flex; flex-direction: column; flex: 1 1 auto; padding: 0 26px 26px; }
.feature--media .feature__icon { margin: -28px 0 15px; position: relative; z-index: 2; background: #fff; box-shadow: 0 8px 20px rgba(7,63,66,.16), inset 0 1px 0 rgba(255,255,255,.92); }
.feature--media .feature__more { margin-top: auto; padding-top: 14px; }
.feature--media::before { z-index: 3; }
@media (min-width: 992px) {
	.feature--media .feature__media { aspect-ratio: 16 / 11; }
}
.cc-feature-figure { margin: 0 0 8px; border-radius: var(--radius-lg); overflow: hidden; background: linear-gradient(177deg, #ffffff, #f6f9f9); border: 1px solid var(--gray-200); box-shadow: var(--sk-raised), var(--cc-contact); position: relative; line-height: 0; }
.cc-feature-figure img { width: 100%; height: clamp(220px, 30vw, 440px); object-fit: cover; display: block; }
.cc-feature-figure::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; z-index: 1; background: linear-gradient(90deg, var(--teal), var(--gold)); opacity: .9; pointer-events: none; }
.cc-feature-figure figcaption { position: absolute; left: 16px; bottom: 16px; z-index: 2; display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; line-height: 1.3; background: rgba(7,63,66,.78); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #fff; font-size: 12.5px; font-weight: 600; box-shadow: 0 6px 16px rgba(7,63,66,.30); }
.cc-feature-figure figcaption .dot { width: 7px; height: 7px; border-radius: 50%; flex: none; background: var(--gold-soft); }
.cc-media-band { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center; }
@media (min-width: 860px) {
	.cc-media-band { grid-template-columns: 1fr 1fr; gap: 40px; }
	.cc-media-band--media-first .cc-media-band__media { order: -1; }
}
.cc-media-band__media { border-radius: var(--radius-lg); overflow: hidden; background: linear-gradient(177deg, #ffffff, #f6f9f9); border: 1px solid var(--gray-200); box-shadow: var(--sk-raised), var(--cc-contact); aspect-ratio: 3 / 2; line-height: 0; }
.cc-media-band__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cc-media-band__copy { min-width: 0; }
.cc-media-band__copy .cc-rule--accent { margin-bottom: 16px; }
.cc-media-band__copy h2,
.cc-media-band__copy h3 { margin-top: 0; }
.cc-media-band__copy p:last-child { margin-bottom: 0; }
.cc-media-pair { display: grid; grid-template-columns: 1fr; gap: 18px; }
@media (min-width: 560px) {
	.cc-media-pair { grid-template-columns: 1fr 1fr; }
}
.cc-media-pair .cc-media-band__media { aspect-ratio: 4 / 3; }
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.btn:focus-visible,
.nav-link:focus-visible,
.nav-menu__link:focus-visible { outline: 3px solid var(--focus-ring); outline-offset: 3px; box-shadow: none; }
.nav-dropdown,
.nav-menu__panel { background: rgba(255,255,255,.94); -webkit-backdrop-filter: blur(14px) saturate(150%); backdrop-filter: blur(14px) saturate(150%); border-color: var(--line); box-shadow: var(--sk-raised-lg); }
.btn--primary,
.btn--primary:link,
.btn--primary:visited { background: linear-gradient(180deg, #1d486c 0%, var(--navy-900) 58%, var(--navy-950) 100%); border-color: rgba(6,19,31,.72); box-shadow: var(--sk-cta); }
.btn--primary:hover,
.btn--primary:active,
.btn--primary:focus { background: linear-gradient(180deg, #25567e 0%, #102b46 58%, #06131f 100%); box-shadow: var(--sk-cta-hover); }
.btn--white,
.btn--ghost,
.nav-menu > summary { box-shadow: inset 0 1px 0 rgba(255,255,255,.92), 0 1px 1px rgba(6,19,31,.05), 0 6px 14px rgba(6,19,31,.08); }
section.section-gray { background: linear-gradient(180deg, rgba(255,255,255,.68), rgba(255,255,255,0)), #f4f6f6; border-color: var(--line); box-shadow: inset 0 1px 0 rgba(255,255,255,.86), inset 0 -1px 0 rgba(6,19,31,.05); }
.section-head p,
.lead { color: #4f5e62; }
.feature,
.backlink-panel,
.faq-item,
.compare__card,
.company-card,
.usecase,
.cc-media-band__media { border-color: var(--line); box-shadow: var(--sk-raised); }
.feature,
.backlink-panel,
.faq-item,
.compare__card,
.company-card,
.usecase { background-image: linear-gradient(180deg, #fff 0%, #fbfcfc 56%, #f2f6f6 100%); }
.feature:hover,
.feature--link:hover,
.compare__card:hover,
.company-card:hover { box-shadow: var(--sk-hover); }
.ct,
.table-wrap table { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--sk-raised); overflow: hidden; }
.ct th,
.ct td { border-color: rgba(6,19,31,.10); }
.ct thead th { background: linear-gradient(180deg, #fff, #edf3f3); border-bottom-color: var(--navy-850); }
.plain-list li::marker { color: var(--navy-850); }
@media (max-width: 768px) {
	.btn,
	.btn--lg { justify-content: center; width: 100%; max-width: 100%; white-space: normal; text-align: center; }
	.hero__cta,
	.cta-strip__buttons { width: 100%; }
	.company-card,
	.feature,
	.backlink-panel { padding-left: 20px; padding-right: 20px; }
}
@media (min-width: 1280px) {
	.cc-pgrid { gap: 28px; }
	.cc-pgrid--3 { grid-template-columns: repeat(3, 1fr); }
	.features { gap: 34px; }
	.backlink-grid { gap: 28px; }
	.companies { gap: 30px; }
	.usecases { gap: 30px; }
	.cc-media-band { gap: 56px; }
	.cc-media-pair { gap: 26px; }
}
@media (min-width: 1440px) {
	.cc-pgrid { gap: 32px; }
	.companies--3 { grid-template-columns: repeat(4, 1fr); }
	.companies { gap: 32px; }
	.features { gap: 40px; }
	.backlink-grid { gap: 32px; }
	.usecases { gap: 34px; }
	.cc-media-band { gap: 64px; }
	section { padding: 60px 0; }
	.cta-strip { padding: 80px 0; }
}
@media (min-width: 1680px) {
	.cc-media-band { gap: 72px; }
}
@media (min-width: 1280px) {
	.cc-hero__grid { grid-template-columns: 1.15fr .85fr; gap: 64px; }
}
@media (min-width: 1680px) {
	.cc-hero__grid { grid-template-columns: 1.2fr .8fr; gap: 72px; }
}
@media (min-width: 1440px) {
	.hero h1 { max-width: 20ch; }
	.cc-hero h1 { max-width: 19ch; }
	.hero--page h1 { max-width: 30ch; }
	.hero p.lead { max-width: 680px; }
	.cc-hero p.lead { max-width: 58ch; }
	.section-head { max-width: 800px; }
}
.btn svg { width: 18px; height: 18px; flex: none; }
.usecase { display: flex; flex-direction: column; }
.usecase p { flex: 1 1 auto; }
.usecase .usecase__pick { align-self: flex-start; display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; padding: 9px 15px; border: 1px solid var(--teal); border-radius: var(--radius); background: #fff; color: var(--teal-deep); font-size: 12.5px; font-weight: 700; line-height: 1.2; text-transform: uppercase; letter-spacing: .04em; box-shadow: inset 0 1px 0 rgba(255,255,255,.7); transition: background .15s ease, color .15s ease, border-color .15s ease, transform .15s ease, box-shadow .15s ease; }
.usecase .usecase__pick:hover,
.usecase .usecase__pick:focus-visible { background: var(--teal-wash); border-color: var(--teal-deep); color: var(--teal-darker); text-decoration: none; transform: translateY(-1px); box-shadow: var(--shadow-sm), inset 0 1px 0 rgba(255,255,255,.8); }
.usecase .usecase__pick:active { transform: translateY(0); }
.feature--link .feature__more,
.cc-pcard .cc-pcard__go { align-self: flex-start; gap: 6px; padding: 8px 13px; border: 1px solid var(--gray-200); border-radius: var(--radius); background: var(--teal-wash); color: var(--teal-deep); box-shadow: inset 0 1px 0 rgba(255,255,255,.7); transition: background .15s ease, color .15s ease, border-color .15s ease, box-shadow .15s ease; }
.feature--link:hover .feature__more,
.feature--link:focus-within .feature__more,
.cc-pcard:hover .cc-pcard__go,
.cc-pcard:focus-within .cc-pcard__go { background: #fff; border-color: var(--teal); color: var(--teal-darker); box-shadow: var(--shadow-sm), inset 0 1px 0 rgba(255,255,255,.85); }
.feature--media .feature__more { display: inline-flex; }
@media (max-width: 768px) {
	.usecase .usecase__pick,
	.feature--link .feature__more,
	.cc-pcard .cc-pcard__go { width: 100%; justify-content: center; text-align: center; }
	.cc-signpost { padding-left: 20px; padding-right: 20px; }
	.cc-signpost__action { flex: 1 1 100%; width: 100%; }
}
.cc-note-cta { line-height: 1.7; }
.cc-note-cta a { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; padding: 9px 15px; border: 1px solid var(--teal); border-radius: var(--radius); background: #fff; color: var(--teal-deep); font-size: 13px; font-weight: 700; line-height: 1.2; box-shadow: inset 0 1px 0 rgba(255,255,255,.7); transition: background .15s ease, color .15s ease, border-color .15s ease, transform .15s ease, box-shadow .15s ease; }
.cc-note-cta a:hover,
.cc-note-cta a:focus-visible { background: var(--teal-wash); border-color: var(--teal-deep); color: var(--teal-darker); text-decoration: none; transform: translateY(-1px); box-shadow: var(--shadow-sm), inset 0 1px 0 rgba(255,255,255,.8); }
.cc-note-cta a:active { transform: translateY(0); }
.utility-bar__links a { border-radius: 6px; padding: 2px 6px; transition: background .15s ease, color .15s ease; }
.utility-bar__links a:hover,
.utility-bar__links a:focus-visible { background: rgba(255,255,255,.10); }
@media (max-width: 768px) {
	.cc-note-cta a { justify-content: center; }
	.backlink-panel a { position: relative; display: block; padding-right: 22px; }
	.backlink-panel a::after { position: absolute; top: 10px; right: 0; }
}
@media (min-width: 769px) and (max-width: 1360px) {
	.header-nav { display: none; }
	.nav-menu { display: block; }
}
.cc-section-eyebrow { display: inline-block; margin: 0 0 10px; padding: 3px 10px; font-family: var(--font-heading); font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--teal-deep); background: var(--teal-wash); border-left: 3px solid var(--teal); border-radius: var(--radius-sm); }
.cc-mark-grid { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 720px) {
	.cc-mark-grid { grid-template-columns: repeat(3, 1fr); }
}
.cc-mark-card { padding: 22px 20px; background: linear-gradient(165deg, #fff 0%, var(--teal-wash) 130%); border: 1px solid var(--gray-200); border-radius: var(--radius-md); box-shadow: var(--shadow-teal-sm); }
.cc-mark-card--current { border-color: var(--teal-light); box-shadow: var(--shadow-teal-md); }
.cc-mark-card h3 { margin: 0 0 4px; }
.cc-mark-card__where { font-size: 12px; color: var(--gray-500); font-weight: 600; margin: 0 0 10px; }
.cc-mark-card p:last-child { margin-bottom: 0; }
.cc-mark-swatch { display: block; width: 34px; height: 34px; margin-bottom: 12px; border-radius: var(--radius-sm); }
.cc-mark-swatch--navy { background: linear-gradient(135deg, #14356b, #2a5aa8); }
.cc-mark-swatch--teal { background: linear-gradient(135deg, var(--teal-darker), var(--teal-light)); }
.cc-mark-swatch--black { background: linear-gradient(135deg, #101214, #3a3f45); }
.cc-spell-test { margin: 18px 0; border: 1px solid var(--gray-200); border-radius: var(--radius-md); overflow: hidden; background: #fff; }
.cc-spell-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; padding: 14px 18px; border-bottom: 1px solid var(--gray-200); }
.cc-spell-row:last-child { border-bottom: 0; }
.cc-spell-word { font-family: var(--font-mono); font-size: 15px; font-weight: 600; color: var(--gray-800); flex: none; }
.cc-spell-word strong { color: var(--teal-deep); }
.cc-spell-arrow { color: var(--teal-light); flex: none; }
.cc-spell-meaning { font-size: 14px; color: var(--gray-600); flex: 1 1 260px; }
.cc-unrelated__row { padding: 16px 0; border-bottom: 1px dotted var(--gray-200); }
.cc-unrelated__row:last-child { border-bottom: 0; }
.cc-unrelated__row h3 { margin: 0 0 6px; }
.cc-unrelated__row p { margin-bottom: 0; }
.cc-structure-grid { display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 720px) {
	.cc-structure-grid { grid-template-columns: repeat(3, 1fr); }
}
.cc-structure-card { padding: 20px; background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius-md); box-shadow: var(--shadow-teal-sm); }
.cc-structure-card h3 { margin: 0 0 8px; }
.cc-structure-card p { margin-bottom: 0; font-size: 14px; }
.cc-structure-card--yes { background: linear-gradient(165deg, #fff 0%, var(--teal-wash) 140%); border-color: var(--teal-light); box-shadow: var(--shadow-teal-md); }
.cc-signpost--panel { background: linear-gradient(120deg, var(--teal-wash), #fff); border: 1px solid var(--teal-mist); border-radius: var(--radius-md); padding: 28px; box-shadow: none; }
.nav-link--modal, .nav-menu__link--modal { background: none; border: 0; font: inherit; color: var(--teal-deep); text-decoration: underline dotted; text-underline-offset: 3px; }
.nav-link--modal:hover, .nav-menu__link--modal:hover { color: var(--teal-darker); }
.micromodal-slide { display: none; }
.micromodal-slide.is-open { display: block; }
.micromodal-slide[aria-hidden="false"] .modal__overlay { animation: cc-modal-fade .2s ease; }
.micromodal-slide[aria-hidden="false"] .modal__container { animation: cc-modal-in .2s cubic-bezier(.2,.7,.3,1); }
.micromodal-slide[aria-hidden="true"] .modal__overlay,
.micromodal-slide[aria-hidden="true"] .modal__container { animation: cc-modal-fade .15s ease reverse; }
.modal__overlay { position: fixed; inset: 0; z-index: 1000; background: rgba(7,20,22,.55); display: flex; align-items: center; justify-content: center; padding: 16px; }
.modal__container { width: 100%; max-width: 480px; max-height: 90vh; overflow-y: auto; background: #fff; border-radius: var(--radius-md); box-shadow: var(--shadow-teal-md), 0 30px 60px rgba(7,63,66,.28); padding: 24px 24px 20px; }
.modal__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.modal__title { font-family: var(--font-heading); font-size: 19px; font-weight: 700; margin: 0; color: var(--gray-800); }
.modal__close { flex: none; width: 30px; height: 30px; border: 0; border-radius: var(--radius-sm); background: var(--gray-100); color: var(--gray-600); font-size: 0; position: relative; cursor: pointer; }
.modal__close::before, .modal__close::after { content: ''; position: absolute; top: 50%; left: 50%; width: 14px; height: 2px; background: currentColor; transform-origin: center; }
.modal__close::before { transform: translate(-50%, -50%) rotate(45deg); }
.modal__close::after { transform: translate(-50%, -50%) rotate(-45deg); }
.modal__close:hover { background: var(--gray-200); }
.modal__content p { font-size: 14px; color: var(--gray-600); margin: 0 0 14px; }
.modal__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.modal__list a { display: block; padding: 12px 14px; border: 1px solid var(--gray-200); border-radius: var(--radius-sm); color: var(--gray-800); text-decoration: none; transition: border-color .15s ease, background .15s ease; }
.modal__list a:hover { border-color: var(--teal-light); background: var(--teal-wash); text-decoration: none; }
.modal__list a strong { display: block; font-family: var(--font-heading); font-size: 14.5px; color: var(--teal-deep); margin-bottom: 2px; }
.modal__list a span { display: block; font-size: 12.5px; color: var(--gray-500); }
@media (prefers-reduced-motion: reduce) {
	.micromodal-slide .modal__overlay, .micromodal-slide .modal__container { animation: none !important; }
}
@media (max-width: 480px) {
	.utility-bar .crumbs { display: none; }
}
.utility-search__btn { background: none; border: 0; padding: 0; margin: 0; display: inline-flex; align-items: center; color: inherit; cursor: pointer; }
main p a:not(.btn), .cc-note a, .cc-text a, .modal__content a { text-decoration: underline; text-underline-offset: 2px; }
.header-nav { flex-wrap: wrap; min-width: 0; row-gap: 8px; }
.header-nav > * { min-width: 0; }
.header-nav .btn { white-space: normal; }
.usecase,
.usecase > * { min-width: 0; max-width: 100%; }
