/* home-chrome-bundle.css — generated */
/* Sources: da-fonts + home-cta + da-native-components + da-header-nav + hello-footer */
/* Rebuild: node tools/build-home-chrome-bundle.mjs */

/* --- da-fonts.css --- */
/**
 * Site-wide Satoshi + Biennale — header, footer, mobile nav, native shells.
 * Canonical URLs per digital-apple-pages SKILL.md.
 */

@font-face {
  font-family: 'Biennale';
  src: url('/wp-content/uploads/2022/09/Biennale-Bold.woff2') format('woff2'),
    url('/wp-content/uploads/2022/09/Biennale-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Biennale';
  src: url('/wp-content/uploads/2022/09/Biennale-Medium.woff2') format('woff2'),
    url('/wp-content/uploads/2022/09/Biennale-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Biennale-Regular';
  src: url('/wp-content/uploads/2022/09/Biennale-Regular.woff2') format('woff2'),
    url('/wp-content/uploads/2022/09/Biennale-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Biennale-Medium';
  src: url('/wp-content/uploads/2022/09/Biennale-Medium.woff2') format('woff2'),
    url('/wp-content/uploads/2022/09/Biennale-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Biennale-Bold';
  src: url('/wp-content/uploads/2022/09/Biennale-Bold.woff2') format('woff2'),
    url('/wp-content/uploads/2022/09/Biennale-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('/wp-content/themes/digital-apple/assets/fonts/satoshi/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('/wp-content/themes/digital-apple/assets/fonts/satoshi/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('/wp-content/themes/digital-apple/assets/fonts/satoshi/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  --fs: 'Satoshi', system-ui, sans-serif;
  --fb: 'Biennale', Georgia, serif;
  --font-body: var(--fs);
  --font-display: 'Biennale-Bold', Georgia, serif;
}

.da-header-ui,
.da-mnav,
.home-hello-footer {
  font-family: var(--fs);
}

/* --- home-cta.css --- */
/**
 * Pill CTA arrow — diagonal-arrow.svg sprite (reference c-cta-btn).
 * Shared by .home-cta (lime) and .home-capabilities__pill (outline).
 */

.home-cta {
  --home-cta-arrow: url('/wp-content/themes/digital-apple/assets/home/diagonal-arrow.svg');
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Satoshi', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  text-decoration: none;
  padding: 16px 40px;
  border-radius: 999px;
  border: none;
  background: #b8e986;
  color: #151515;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease-in;
}

button.home-cta {
  font: inherit;
  appearance: none;
}

.home-cta:visited,
.home-cta:hover,
.home-cta:active,
.home-cta:focus {
  color: #151515;
  text-decoration: none;
}

.home-cta:hover,
.home-cta:focus,
.home-cta:focus-visible {
  background: #c9f29a;
}

.home-cta:active {
  background: #a8d872;
}

.home-cta:focus-visible {
  outline: 2px solid #151515;
  outline-offset: 3px;
}

/* Label + ::after — same DOM pattern as .elementor-button-text on reference */
.home-cta__label {
  position: relative;
  display: inline-block;
  padding-right: 31px;
}

.home-cta__label::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 28px;
  height: 14px;
  margin-top: -7px;
  background-image: var(--home-cta-arrow);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  transition: all 0.2s ease-in;
}

/* Legacy separate arrow span */
.home-cta__arrow {
  display: inline-block;
  flex-shrink: 0;
  width: 28px;
  height: 14px;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  background-image: var(--home-cta-arrow);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  transition: all 0.2s ease-in;
}

.home-cta:hover .home-cta__label::after,
.home-cta:focus .home-cta__label::after,
.home-cta:focus-visible .home-cta__label::after,
.home-cta:hover .home-cta__arrow,
.home-cta:focus .home-cta__arrow,
.home-cta:focus-visible .home-cta__arrow,
.home-capabilities__pill:hover .home-cta__label::after,
.home-capabilities__pill:focus .home-cta__label::after,
.home-capabilities__pill:focus-visible .home-cta__label::after {
  background-position: 14px -14px;
  transition: all 0.2s ease-in;
}

.home-cta:active .home-cta__label::after,
.home-cta:active .home-cta__arrow,
.home-capabilities__pill:active .home-cta__label::after {
  background-position: 7px -7px;
  transition: all 0.15s ease-out;
}

@media (max-width: 480px) {
  .home-cta {
    padding: 14px 32px;
    font-size: 14px;
  }
}

/* Header Let's talk — text only, no arrow */
.da-bar .home-cta,
.da-bar a.home-cta {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  padding: 11px 30px !important;
  font-family: 'Satoshi', system-ui, sans-serif;
  font-size: clamp(13px, 1.3vw, 15px);
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  text-decoration: none !important;
  border-radius: 999px !important;
  border: none !important;
  background: #b8e986 !important;
  color: #151515 !important;
  box-shadow: none !important;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.2s ease-in;
}

.da-mnav .home-cta,
.da-mnav a.home-cta,
.da-mnav-cta {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 11px 30px !important;
  font-family: 'Satoshi', system-ui, sans-serif;
  font-size: clamp(13px, 1.3vw, 15px);
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  text-decoration: none !important;
  border-radius: 999px !important;
  border: none !important;
  background: #b8e986 !important;
  color: #151515 !important;
  box-shadow: none !important;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.2s ease-in;
}

.da-bar .home-cta:visited {
  color: #151515 !important;
  background: #b8e986 !important;
}

.da-mnav .home-cta:visited,
.da-mnav-cta:visited {
  color: #151515 !important;
  background: #b8e986 !important;
}

.da-bar .home-cta:hover,
.da-bar .home-cta:focus,
.da-bar .home-cta:focus-visible {
  background: #c9f29a !important;
  color: #151515 !important;
}

.da-mnav .home-cta:hover,
.da-mnav .home-cta:focus,
.da-mnav .home-cta:focus-visible,
.da-mnav-cta:hover,
.da-mnav-cta:focus,
.da-mnav-cta:focus-visible {
  background: #c9f29a !important;
  color: #151515 !important;
}

.da-bar .home-cta:active {
  background: #a8d872 !important;
}

.da-mnav .home-cta:active,
.da-mnav-cta:active {
  background: #a8d872 !important;
}

/* --- da-native-components.css --- */
/*
 * da-native-components.css
 *
 * Pure CSS/HTML replacements for:
 *   - marquee-image-crawler plugin   → CSS @keyframes marquee
 *   - jet-tabs plugin                → CSS-only tab interface
 *   - jet-popup / addon popup        → native <dialog> modal
 *   - jet-tricks parallax            → CSS transform (use GSAP 3 ScrollTrigger for JS parallax)
 *   - da-intersection.js            → tabs, accordions, lazy helpers
 *
 * No JavaScript dependencies. Drop the relevant HTML structure anywhere in
 * a template or Elementor HTML widget and the CSS handles the rest.
 * -------------------------------------------------------------------------- */

/* ==========================================================================
   1. CSS MARQUEE  (replaces marquee-image-crawler plugin)
   ==========================================================================

   Usage:
   <div class="da-marquee" aria-label="Partner logos">
     <div class="da-marquee__track">
       <div class="da-marquee__item"><img src="..." alt="..."></div>
       <!-- repeat items -->
       <!-- duplicate the full set once for seamless loop: -->
       <div class="da-marquee__item" aria-hidden="true"><img src="..." alt="..."></div>
     </div>
   </div>

   Options via data attributes on .da-marquee:
     data-speed="40"     — animation duration in seconds (default 30)
     data-direction="reverse"  — scroll right-to-left (default) or left-to-right
   -------------------------------------------------------------------------- */

.da-marquee {
	overflow: hidden;
	width: 100%;
	-webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
	mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}

.da-marquee__track {
	display: flex;
	gap: 40px;
	width: max-content;
	animation: da-marquee-scroll 30s linear infinite;
}

.da-marquee--reverse .da-marquee__track {
	animation-direction: reverse;
}

.da-marquee:hover .da-marquee__track {
	animation-play-state: paused;
}

.da-marquee__item {
	flex-shrink: 0;
	display: flex;
	align-items: center;
}

.da-marquee__item img {
	max-height: 60px;
	width: auto;
	object-fit: contain;
	filter: grayscale(100%);
	opacity: 0.6;
	transition: filter 0.3s ease, opacity 0.3s ease;
}

.da-marquee__item img:hover {
	filter: grayscale(0%);
	opacity: 1;
}

@keyframes da-marquee-scroll {
	0%   { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

/* ==========================================================================
   2. CSS TABS  (replaces jet-tabs plugin)
   ==========================================================================

   Usage:
   <div class="da-tabs" role="tablist">
     <button class="da-tab" role="tab" aria-selected="true"  aria-controls="panel-1" id="tab-1">Tab One</button>
     <button class="da-tab" role="tab" aria-selected="false" aria-controls="panel-2" id="tab-2">Tab Two</button>
     <button class="da-tab" role="tab" aria-selected="false" aria-controls="panel-3" id="tab-3">Tab Three</button>
   </div>
   <div class="da-tab-panel" id="panel-1" role="tabpanel" aria-labelledby="tab-1">Content 1</div>
   <div class="da-tab-panel" id="panel-2" role="tabpanel" aria-labelledby="tab-2" hidden>Content 2</div>
   <div class="da-tab-panel" id="panel-3" role="tabpanel" aria-labelledby="tab-3" hidden>Content 3</div>

   JS wiring (minimal, add to da-intersection.js or a theme JS file):
     document.querySelectorAll('.da-tab').forEach(btn => {
       btn.addEventListener('click', () => {
         const panel = document.getElementById(btn.getAttribute('aria-controls'));
         document.querySelectorAll('.da-tab').forEach(b => { b.setAttribute('aria-selected','false'); });
         document.querySelectorAll('.da-tab-panel').forEach(p => p.setAttribute('hidden', ''));
         btn.setAttribute('aria-selected', 'true');
         panel.removeAttribute('hidden');
       });
     });
   -------------------------------------------------------------------------- */

.da-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.12);
	margin-bottom: 24px;
}

.da-tab {
	padding: 12px 24px;
	background: none;
	border: none;
	border-bottom: 3px solid transparent;
	margin-bottom: -2px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	color: inherit;
	opacity: 0.6;
	transition: opacity 0.2s ease, border-color 0.2s ease;
}

.da-tab:hover {
	opacity: 1;
}

.da-tab[aria-selected="true"] {
	opacity: 1;
	border-bottom-color: currentColor;
}

.da-tab-panel {
	animation: da-tab-fadein 0.25s ease;
}

.da-tab-panel[hidden] {
	display: none;
}

@keyframes da-tab-fadein {
	from { opacity: 0; transform: translateY(6px); }
	to   { opacity: 1; transform: translateY(0); }
}

/* ==========================================================================
   3. CSS ACCORDION  (replaces jet-tabs accordion mode / details polyfill)
   ==========================================================================

   Usage — semantic HTML, zero JS required:
   <details class="da-accordion">
     <summary class="da-accordion__summary">Question or heading</summary>
     <div class="da-accordion__body">Answer or content here.</div>
   </details>
   -------------------------------------------------------------------------- */

.da-accordion {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.da-accordion + .da-accordion {
	margin-top: 0;
}

.da-accordion__summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 0;
	cursor: pointer;
	font-weight: 500;
	list-style: none;
	user-select: none;
}

.da-accordion__summary::-webkit-details-marker {
	display: none;
}

.da-accordion__summary::after {
	content: '';
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='currentColor' d='M8 3l5 5-1.4 1.4L8 5.8 4.4 9.4 3 8z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	transition: transform 0.25s ease;
	transform: rotate(180deg);
}

.da-accordion[open] .da-accordion__summary::after {
	transform: rotate(0deg);
}

.da-accordion__body {
	padding-bottom: 18px;
	line-height: 1.7;
}

/* ==========================================================================
   4. NATIVE DIALOG MODAL  (replaces jet-popup / addon popup plugins)
   ==========================================================================

   Usage:
   <!-- Trigger -->
   <button class="da-modal-trigger" data-modal="modal-contact">Open Modal</button>

   <!-- Modal -->
   <dialog class="da-modal" id="modal-contact">
     <button class="da-modal__close" aria-label="Close">&times;</button>
     <div class="da-modal__content">
       <!-- anything here -->
     </div>
   </dialog>

   JS wiring (add to da-intersection.js or theme JS):
     document.querySelectorAll('.da-modal-trigger').forEach(btn => {
       btn.addEventListener('click', () => {
         document.getElementById(btn.dataset.modal)?.showModal();
       });
     });
     document.querySelectorAll('.da-modal').forEach(dialog => {
       dialog.addEventListener('click', e => {
         if (e.target === dialog) dialog.close();
       });
       dialog.querySelector('.da-modal__close')?.addEventListener('click', () => dialog.close());
     });
   -------------------------------------------------------------------------- */

.da-modal {
	padding: 0;
	border: none;
	border-radius: 16px;
	max-width: min(90vw, 760px);
	width: 100%;
	background: #fff;
	color: #111;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
	animation: da-modal-in 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.da-modal::backdrop {
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(4px);
	animation: da-backdrop-in 0.25s ease;
}

.da-modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 36px;
	height: 36px;
	border: none;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.08);
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease;
}

.da-modal__close:hover {
	background: rgba(0, 0, 0, 0.15);
}

.da-modal__content {
	padding: 40px;
}

@keyframes da-modal-in {
	from { opacity: 0; transform: scale(0.92) translateY(12px); }
	to   { opacity: 1; transform: scale(1) translateY(0); }
}

@keyframes da-backdrop-in {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* ==========================================================================
   5. SCROLL REVEAL — see da-reveal.css (progressive enhancement)
   -------------------------------------------------------------------------- */

html.da-reveal-ready .da-reveal:not(.da-revealed),
html.da-reveal-ready [data-da-reveal]:not(.da-revealed) {
	opacity: 0;
	transform: translateY(22px);
	transition:
		opacity 1.05s cubic-bezier(0.22, 1, 0.36, 1),
		transform 1.25s cubic-bezier(0.22, 1, 0.36, 1);
}

html.da-reveal-ready .da-reveal.da-revealed,
html.da-reveal-ready [data-da-reveal].da-revealed {
	opacity: 1;
	transform: none;
}

/* Respect reduced-motion preference */
@media (prefers-reduced-motion: reduce) {
	.da-marquee__track       { animation: none; }
	.da-reveal,
	.da-reveal-group > *,
	[data-da-reveal]         { opacity: 1; transform: none; transition: none; }
	.da-modal                { animation: none; }
	.da-modal::backdrop      { animation: none; }
}

/* ==========================================================================
   6. CLICKABLE COLUMN  (replaces make-column-clickable-elementor plugin)
   ==========================================================================

   Wrap any block in .da-clickable-col and add data-href="URL" to make the
   entire block clickable without wrapping in <a>.

   JS wiring:
     document.querySelectorAll('.da-clickable-col[data-href]').forEach(el => {
       el.style.cursor = 'pointer';
       el.addEventListener('click', () => { window.location.href = el.dataset.href; });
     });
   -------------------------------------------------------------------------- */

.da-clickable-col {
	position: relative;
}

.da-clickable-col[data-href] {
	cursor: pointer;
}

/* --- da-header-nav.css --- */
/* ── Kill all browser/theme highlights and pink tints ── */
#masthead.site-header,#masthead.site-header *{outline:none!important;-webkit-tap-highlight-color:transparent!important}
.da-bar *:focus{outline:none!important;box-shadow:none!important}
.da-bar a:not(.home-cta),.da-bar a:not(.home-cta):visited,.da-bar a:not(.home-cta):focus,.da-bar a:not(.home-cta):active{outline:none!important;box-shadow:none!important;text-decoration:none!important;background:transparent!important}
.da-header-ui a:visited{color:inherit}
.da-bar{color:#fff}
.da-mega{color:#151515}
/* ── Reset for native header ── */
#masthead.site-header{position:relative;display:block!important;height:auto!important;min-height:0!important;opacity:1!important;visibility:visible!important;overflow:visible!important;z-index:100002!important;background:transparent}
/* ── Nav bar (solid dark on light pages; frosted only on homepage hero at top) ── */
.da-bar{
  position:fixed;top:0;left:0;right:0;z-index:99999;height:72px;
  background:#151515;
  border-bottom:1px solid rgba(255,255,255,.08);
  font-family:'Satoshi',system-ui,sans-serif;
  transition:background .2s ease-in-out,border-color .2s ease-in-out,backdrop-filter .2s ease-in-out;
}
body.home .da-bar:not(.is-scrolled):not(.is-mega-open),
body.front-page .da-bar:not(.is-scrolled):not(.is-mega-open){
  background:rgba(21,21,21,.45);
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
  border-bottom-color:rgba(255,255,255,.06);
}
.da-bar.is-scrolled,.da-bar.is-mega-open{
  background:#151515;
  backdrop-filter:none;-webkit-backdrop-filter:none;
  border-bottom-color:rgba(255,255,255,.08);
}
.da-bar__inner{
  max-width:1480px;margin:0 auto;height:100%;
  display:grid;
  grid-template-columns:minmax(180px,1fr) auto minmax(180px,1fr);
  align-items:center;
  padding:0 40px;gap:16px;box-sizing:border-box;width:100%;
}
.da-bar__start{display:flex;align-items:center;justify-self:start;min-width:0}
.da-bar__center{display:flex;align-items:center;justify-content:center;justify-self:center;min-width:0;height:72px}
.da-bar__end{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-shrink:0;justify-self:end}
body{padding-top:72px}
body.da-has-el-header{padding-top:0!important}
body.da-nav-leaving #page{opacity:.98;transition:opacity .1s ease}
#da-nav-progress{position:fixed;top:0;left:0;height:2px;width:0;z-index:100004;background:#B8E986;pointer-events:none;opacity:0;transition:opacity .12s ease;box-shadow:0 0 10px rgba(184,233,134,.45)}
body.da-nav-leaving #da-nav-progress{opacity:1}
body.da-has-el-header #masthead.site-header{display:none!important}
/* ── Logo ── */
.da-logo img{display:block;width:180px;height:auto}
/* ── Top-level links ── */
.da-nav{display:flex;align-items:stretch;gap:0;height:72px;margin:0}
.da-nav__item{position:static;height:100%;display:flex;align-items:center}
/* Hide in-nav mega panels until JS relocates them to #da-mega-stage-panels */
.da-nav__item--has-mega > .da-mega{display:none!important;visibility:hidden!important;pointer-events:none!important}
.da-nav__link{
  color:rgba(255,255,255,.88)!important;
  text-decoration:none!important;
  font-family:'Satoshi',system-ui,sans-serif;
  font-size:15px!important;font-weight:400;letter-spacing:0;
  padding:0 16px;height:100%;display:flex;align-items:center;gap:6px;
  white-space:nowrap;transition:color .2s ease-in-out;position:relative;background:transparent!important;
}
button.da-nav__link{border:none;margin:0;font:inherit;cursor:pointer;color:rgba(255,255,255,.88)!important;-webkit-tap-highlight-color:transparent;touch-action:manipulation}
.da-nav__link:hover{color:#B8E986!important}
.da-nav__link--has-sub:hover{color:rgba(255,255,255,.88)!important}
.da-nav__link:focus,.da-nav__link:focus-visible,.da-nav__link:active,.da-nav__link:visited{color:rgba(255,255,255,.88)!important}
.da-nav__item--has-mega.is-mega-open > .da-nav__link{color:#B8E986!important}
.da-nav__item--has-mega.is-mega-open > .da-nav__link:hover,
.da-nav__item--has-mega.is-mega-open > .da-nav__link:focus,
.da-nav__item--has-mega.is-mega-open > .da-nav__link:focus-visible,
.da-nav__item--has-mega.is-mega-open > .da-nav__link:visited{color:#B8E986!important}
.da-nav__indicator{display:none!important}
.da-nav__chev{
  width:12px;height:12px;flex-shrink:0;color:rgba(255,255,255,.65);
  transition:transform .4s cubic-bezier(.34,1.2,.64,1),color .2s ease-in-out;
  margin-top:2px;transform:rotate(0deg);
}
.da-nav__item--has-mega.is-mega-open .da-nav__chev,
button.da-nav__link--has-sub[aria-expanded="true"] .da-nav__chev,
button.da-nav__link--has-sub[aria-expanded=true] .da-nav__chev{
  transform:rotate(180deg);color:#B8E986;
}
@media (hover:none){
  .da-nav__item--has-mega:hover .da-nav__chev{
    transform:rotate(0deg);color:rgba(255,255,255,.65);
  }
  .da-nav__item--has-mega.is-mega-open .da-nav__chev,
  button.da-nav__link--has-sub[aria-expanded="true"] .da-nav__chev,
  button.da-nav__link--has-sub[aria-expanded=true] .da-nav__chev{
    transform:rotate(180deg);color:#B8E986;
  }
}
/* ── Mega: single shared stage (Superside NavigationMenuDropdown pattern) ── */
.da-mega-backdrop{
  position:fixed;inset:0;z-index:99996;
  background:rgba(0,0,0,.1);
  backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);
  opacity:0;pointer-events:none;
  transition:opacity .2s ease-out;
}
/* Visual only — NEVER capture clicks. A stuck open mega used to blanket the
   homepage with pointer-events:auto and kill journey / Amy / nav. Dismiss via
   document pointerdown / Escape / scroll instead. */
.da-mega-backdrop.is-visible{opacity:1;pointer-events:none}
html .da-mega-backdrop,
html.da-mega-open .da-mega-backdrop,
html.da-mega-open .da-mega-backdrop.is-visible{
  pointer-events:none !important;
}
html:not(.da-mega-open) .da-mega-backdrop{
  opacity:0 !important;
  pointer-events:none !important;
  visibility:hidden;
}
.da-mega-stage{
  position:fixed;top:72px;left:0;right:0;z-index:99998;
  overflow:hidden;height:0;pointer-events:none;
  transition:height .2s cubic-bezier(.22,1,.36,1);
}
html:not(.da-mega-open) #da-mega-stage{
  height:0 !important;
  transition:none !important;
}
.da-mega-stage::before{
  content:"";position:absolute;top:-20px;left:0;right:0;height:20px;
  pointer-events:none;
}
/* Stage wrapper must NEVER capture page clicks — only the sheet/panel does.
   Full-width pe:auto here blanketed the homepage whenever mega opened on hover. */
.da-mega-stage.is-open{pointer-events:none}
.da-mega-stage.is-open::before{pointer-events:auto}
.da-mega-stage.is-open:not(.is-closing) .da-mega-stage__sheet{pointer-events:auto}
.da-mega-stage.is-closing{
  pointer-events:none !important;
  transition:height .36s cubic-bezier(.55,0,.9,.2) .32s;
}
/* Closing must NEVER capture clicks — pe:auto on sheet/links during is-closing
   re-enabled hit-testing (child pe:auto beats parent pe:none) and blanketed
   FAQ / journey / Amy whenever the close animation lagged or stuck. */
.da-mega-stage.is-closing,
.da-mega-stage.is-closing .da-mega-stage__sheet,
.da-mega-stage.is-closing a[href],
.da-mega-stage.is-closing button,
.da-mega-stage.is-closing *{
  pointer-events:none !important;
}
html:not(.da-mega-open) #da-mega-stage,
html:not(.da-mega-open) #da-mega-stage .da-mega-stage__sheet,
html:not(.da-mega-open) #da-mega-stage a[href],
html:not(.da-mega-open) #da-mega-stage button,
html:not(.da-mega-open) #da-mega-stage *{
  pointer-events:none !important;
}
.da-mega-stage__sheet{
  background:#FAF8F5;border-bottom:1px solid rgba(21,21,21,.08);
  box-shadow:0 20px 60px rgba(21,21,21,.12);
  transform:translate3d(0,-100%,0);
  opacity:0;
  transition:transform .45s cubic-bezier(.22,1,.36,1),opacity .28s ease;
  will-change:transform,opacity;
}
.da-mega-stage.is-open:not(.is-closing) .da-mega-stage__sheet{
  transform:translate3d(0,0,0);opacity:1;
}
.da-mega-stage.is-closing .da-mega-stage__sheet{
  transform:translate3d(0,-100%,0);opacity:0;
  transition:transform .38s cubic-bezier(.55,0,.85,.2),opacity .22s ease-out;
}
#da-mega-stage-panels .da-mega{
  position:static;top:auto;left:auto;right:auto;
  display:none;opacity:1;visibility:visible;pointer-events:auto;
  background:transparent;border:none;box-shadow:none;padding:0;
}
#da-mega-stage-panels .da-mega.is-active{display:block}
.da-mega .da-mega__inner{
  transition:opacity .2s ease-out,transform .2s cubic-bezier(.22,1,.36,1),filter .2s ease-out;
}
.da-mega.is-entering .da-mega__inner,
.da-mega.is-swapping:not(.from-left):not(.from-right) .da-mega__inner{
  opacity:0;transform:translate3d(0,20px,0);filter:blur(4px);
}
.da-mega.from-right.is-swapping .da-mega__inner{opacity:.88;transform:translate3d(2.5%,0,0);filter:none}
.da-mega.from-left.is-swapping .da-mega__inner{opacity:.88;transform:translate3d(-2.5%,0,0);filter:none}
.da-mega.is-exiting .da-mega__inner,
.da-mega-stage.is-closing .da-mega.is-active .da-mega__inner{
  opacity:0;transform:translate3d(0,-14px,0);filter:blur(4px);
  transition:opacity .18s ease-out,transform .32s cubic-bezier(.55,0,.85,.2),filter .18s ease-out;
}
.da-mega.is-active:not(.is-entering):not(.is-swapping):not(.is-exiting) .da-mega__inner{
  opacity:1;transform:translate3d(0,0,0);filter:blur(0);
}
.da-mega__inner{
  max-width:1480px;margin:0 auto;padding:0 40px;
  display:grid;gap:36px;box-sizing:border-box;width:100%;
}

/* ─────────────────────────────────────────────────────────────
   CAPABILITIES MEGA — 2-panel layout
───────────────────────────────────────────────────────────── */
.da-mega--cap{padding:0;background:#FAF8F5}
.da-mega--cap .da-mega__inner{
  grid-template-columns:minmax(0,360px) minmax(0,1fr);gap:0;
  align-items:stretch;
}
.da-cap-list{
  background:#EDEBE6;padding:28px 0;
  display:flex;flex-direction:column;
  min-width:0;width:100%;overflow:hidden;box-sizing:border-box;
}
.da-cap-btn{
  display:flex!important;align-items:flex-start;gap:15px;
  padding:16px 24px;min-height:60px;background:transparent;border:none;border-left:3px solid transparent;
  cursor:pointer;text-align:left;width:100%;max-width:100%;box-sizing:border-box;
  text-decoration:none!important;color:inherit!important;
  font:inherit;
  transition:background .15s,border-color .15s;
  -webkit-tap-highlight-color:transparent;touch-action:manipulation;
}
.da-cap-btn:focus,.da-cap-btn:focus-visible{outline:none!important}
.da-cap-btn > span:last-child{flex:1;min-width:0}
.da-cap-btn.active,.da-cap-btn:hover{background:#FAF8F5;border-left-color:#B8E986}
.da-cap-btn.active .da-cap-name,.da-cap-btn:hover .da-cap-name{color:#151515}
.da-bar button.da-cap-btn:hover,.da-bar button.da-cap-btn.active{background:#FAF8F5!important}
.da-cap-icon{
  width:24px;height:24px;flex-shrink:0;margin-top:2px;
  display:flex;align-items:center;justify-content:center;
  color:#76746D;opacity:.5;
  transition:opacity .15s ease,color .15s ease;
}
.da-cap-btn.active .da-cap-icon,.da-cap-btn:hover .da-cap-icon{opacity:1;color:#151515}
.da-cap-icon svg{display:block;width:24px;height:24px}
.da-cap-name{
  font-family:"Biennale-Medium","Helvetica Neue",Arial,sans-serif;
  font-size:16px;font-weight:500;color:#151515;display:block;letter-spacing:-.01em;line-height:1.35;
  overflow-wrap:anywhere;
}
.da-cap-btn:visited .da-cap-name{color:#151515}
.da-cap-blurb{
  font-family:'Satoshi',system-ui,sans-serif;font-size:15px;font-weight:400;color:#6a6860;
  display:block;margin-top:5px;line-height:1.45;overflow-wrap:anywhere;
}
.da-sub-panels{
  background:#FAF8F5;padding:32px 60px 32px 60px;overflow-x:hidden;overflow-y:auto;max-height:calc(100vh - 72px);box-sizing:border-box;
  min-width:0;position:relative;
  display:grid;grid-template:1fr / 1fr;align-items:stretch;align-self:stretch;
}
.da-sub-panel{
  grid-area:1 / 1;
  display:flex;flex-direction:column;
  visibility:hidden;pointer-events:none;
  height:100%;min-height:100%;
}
.da-sub-panel.active{visibility:visible;pointer-events:auto}
.da-sub-panel-foot{
  display:flex;justify-content:flex-end;align-items:flex-end;
  width:100%;margin-top:auto;padding:32px 0 0;overflow:visible;
}
.da-cap-show-all{
  display:inline-flex;align-items:center;gap:8px;
  padding:0 4px 8px 0;
  border:none;border-bottom:2px solid transparent;border-radius:0;
  background:transparent;
  font-family:"Biennale-Medium","Helvetica Neue",Arial,sans-serif;
  font-size:18px;font-weight:500;line-height:1;letter-spacing:-.01em;
  color:var(--da-charcoal,#383B40)!important;text-decoration:none!important;
  transform:none;
  transition:border-color .25s ease-in-out,font-weight .2s ease-in-out,color .2s ease-in-out;
  -webkit-tap-highlight-color:transparent;
  overflow:visible;
}
.da-cap-show-all__arrow{
  display:inline-block;flex-shrink:0;
  padding-right:4px;
  font-family:'Satoshi',system-ui,sans-serif;font-size:22px;line-height:1;
  color:#B8E986;margin-bottom:3px;
  transition:transform .2s ease-in-out,color .2s ease-in-out;
}
.da-cap-show-all:hover,.da-cap-show-all:focus-visible{
  color:var(--da-charcoal,#383B40)!important;
  border-bottom-color:#B8E986;
  font-family:"Biennale-Bold","Helvetica Neue",Arial,sans-serif;
  font-weight:700;
  transform:none;
  background:transparent!important;
  box-shadow:none!important;
}
.da-cap-show-all:hover .da-cap-show-all__arrow,.da-cap-show-all:focus-visible .da-cap-show-all__arrow{
  color:#B8E986;transform:translateX(4px);
}
.da-cap-show-all:visited{color:var(--da-charcoal,#383B40)!important}
.da-cap-show-all:visited:hover,.da-cap-show-all:visited:focus-visible{
  color:var(--da-charcoal,#383B40)!important;border-bottom-color:#B8E986;
}
.da-sub-panel-label{
  font-family:'Satoshi',system-ui,sans-serif;font-size:12px;font-weight:600;
  letter-spacing:.12em;text-transform:uppercase;color:#76746D;opacity:.85;
  margin-bottom:20px;display:block;
}
.da-sub-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 60px}
.da-sub-item{
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:14px 0;min-height:56px;
  border-bottom:1px solid rgba(21,21,21,.1);
  text-decoration:none!important;width:100%;box-sizing:border-box;
  -webkit-tap-highlight-color:transparent;position:relative;z-index:1;cursor:pointer;touch-action:manipulation;
}
.da-sub-item__body{flex:1;min-width:0}
.da-sub-dot{display:none}
.da-sub-icon{
  width:24px;height:24px;flex-shrink:0;color:#76746D;opacity:.5;
  transition:opacity .15s ease,color .15s ease;
}
.da-sub-icon svg{display:block;width:24px;height:24px}
.da-sub-title{
  font-family:"Biennale-Medium","Helvetica Neue",Arial,sans-serif;
  font-size:16px;font-weight:500;color:#151515;display:block;letter-spacing:-.01em;line-height:1.35;
  position:relative;padding-left:0;
  transition:color .15s ease-in-out,padding-left .3s ease-in-out;
}
.da-sub-title::before{
  content:"";display:inline-block;width:0;height:4px;vertical-align:middle;
  transition:width .3s ease-in-out;
}
.da-sub-title::after{
  content:"";position:absolute;left:0;top:.55em;width:4px;height:4px;border-radius:50%;
  background:#151515;opacity:0;transition:opacity .3s ease-in-out;
}
.da-sub-item:focus,.da-sub-item:focus-visible,.da-sub-item:active{outline:none!important}
.da-sub-item:visited .da-sub-title{color:#151515}
.da-sub-desc{font-family:'Satoshi',system-ui,sans-serif;font-size:15px;font-weight:400;color:#6a6860;display:block;margin-top:5px;line-height:1.45}

/* ─────────────────────────────────────────────────────────────
   SOLUTIONS MEGA — light panel (matches Capabilities sub-panel)
───────────────────────────────────────────────────────────── */
.da-mega--sol{background:#FAF8F5;border-bottom:1px solid rgba(21,21,21,.08);box-shadow:0 20px 60px rgba(21,21,21,.12);padding:0}
.da-mega--sol .da-mega__inner{display:block}
.da-sol-panels{
  background:#FAF8F5;padding:32px 0 32px;overflow-y:auto;max-height:calc(100vh - 72px);box-sizing:border-box;width:100%;
  display:flex;flex-direction:column;
}
.da-sol-panels > .da-sub-panel-label{margin-bottom:28px;display:block;flex-shrink:0}
.da-sol-body{display:flex;flex-direction:column;flex:1;min-height:0}
.da-sol-body .da-sub-panel-foot{margin-top:auto;padding-top:32px}
.da-sub-grid--sol{grid-template-columns:repeat(3,1fr);gap:0 60px}

/* ─────────────────────────────────────────────────────────────
   ABOUT MEGA — Superside Why-us style: 3 image cards
───────────────────────────────────────────────────────────── */
.da-mega--about{background:#FAF8F5;border-bottom:1px solid rgba(21,21,21,.08);box-shadow:0 20px 60px rgba(21,21,21,.12);padding:0}
.da-mega--about .da-mega__inner--about{display:block;padding-top:32px;padding-bottom:40px}
.da-about-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.da-about-card{
  display:flex;flex-direction:column;gap:14px;text-decoration:none!important;color:inherit!important;
  min-width:0;-webkit-tap-highlight-color:transparent;
}
.da-about-card:focus,.da-about-card:focus-visible,.da-about-card:active,.da-about-card:visited{outline:none!important;color:inherit!important}
.da-about-card__media{
  display:block;border-radius:8px;overflow:hidden;border:1px solid rgba(21,21,21,.08);
  background:#EDEBE6;aspect-ratio:16/10;
}
.da-about-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.da-about-card__body{display:block;min-width:0}

/* ── CTA button — lime pill (matches home-cta.css; inline so native pages keep it) ── */
.da-bar .home-cta,.da-bar a.home-cta{
  display:inline-flex!important;align-items:center;justify-content:center;
  margin-left:0;padding:11px 30px!important;
  font-family:'Satoshi',system-ui,sans-serif;font-size:clamp(13px,1.3vw,15px);font-weight:600;
  letter-spacing:normal;text-transform:none;text-decoration:none!important;
  border-radius:999px!important;border:none!important;
  background:#b8e986!important;color:#151515!important;box-shadow:none!important;
  white-space:nowrap;cursor:pointer;transition:background .2s ease-in
}
.da-mnav .home-cta,.da-mnav a.home-cta,.da-mnav-cta{
  display:flex!important;align-items:center;justify-content:center;
  width:100%;max-width:100%;box-sizing:border-box;
  margin:0!important;padding:11px 30px!important;
  font-family:'Satoshi',system-ui,sans-serif;font-size:clamp(13px,1.3vw,15px);font-weight:600;
  letter-spacing:normal;text-transform:none;text-decoration:none!important;
  border-radius:999px!important;border:none!important;
  background:#b8e986!important;color:#151515!important;box-shadow:none!important;
  white-space:nowrap;cursor:pointer;transition:background .2s ease-in
}
.da-bar .home-cta:visited{color:#151515!important;background:#b8e986!important}
.da-mnav .home-cta:visited,.da-mnav-cta:visited{color:#151515!important;background:#b8e986!important}
.da-bar .home-cta:hover,.da-bar .home-cta:focus,.da-bar .home-cta:focus-visible{
  background:#c9f29a!important;color:#151515!important
}
.da-mnav .home-cta:hover,.da-mnav .home-cta:focus,.da-mnav .home-cta:focus-visible,
.da-mnav-cta:hover,.da-mnav-cta:focus,.da-mnav-cta:focus-visible{
  background:#c9f29a!important;color:#151515!important
}
.da-bar .home-cta:active{background:#a8d872!important}
.da-mnav .home-cta:active,.da-mnav-cta:active{background:#a8d872!important}

/* ── Hamburger — match amyagent.ai .amy-hamburger ── */
.da-burger{
  display:none;flex-direction:column;gap:5px;
  background:none;border:none;cursor:pointer;
  min-width:44px;min-height:44px;padding:11px;margin-left:8px;color:rgba(255,255,255,.85);
  align-items:center;justify-content:center;box-sizing:border-box;
}
.da-burger span{
  display:block;width:22px;height:2px;
  background:currentColor;border-radius:2px;
  transition:transform .25s ease,opacity .25s ease;
  transform-origin:center;
}
.da-burger[aria-expanded="true"] span:nth-child(1),
.da-burger[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.da-burger[aria-expanded="true"] span:nth-child(2),
.da-burger[aria-expanded=true] span:nth-child(2){opacity:0;transform:scaleX(0)}
.da-burger[aria-expanded="true"] span:nth-child(3),
.da-burger[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
/* ── Header shell: bar + mobile drawer ── */
.da-header-ui{position:relative;z-index:100002}
html.da-mnav-lock,html.da-mnav-lock body{overflow:hidden;width:100%;touch-action:none}
/* ── Mobile drawer (Amy-style, ≤1023px) ── */
.da-mnav{
  position:fixed;inset:0;z-index:100003;
  visibility:hidden;pointer-events:none;
  overflow:hidden;
  transition:visibility 0s linear .38s;
}
.da-mnav--open{
  visibility:visible;pointer-events:auto;
  transition:visibility 0s linear 0s;
}
.da-mnav-backdrop{
  position:absolute;inset:0;border:none;padding:0;margin:0;
  background:rgba(21,21,21,.45);cursor:pointer;
  opacity:0;transition:opacity .32s ease;
}
.da-mnav--open .da-mnav-backdrop{opacity:1}
.da-mnav-panel{
  position:absolute;top:0;right:0;bottom:0;left:auto;
  width:min(86vw,370px);max-width:100%;
  height:100dvh;max-height:100dvh;
  display:flex;flex-direction:column;
  overflow:hidden;box-sizing:border-box;
  background:#FAF8F5;color:#151515;
  transform:translate(100%);
  transition:transform .38s cubic-bezier(.22,1,.36,1);
  box-shadow:-8px 0 48px rgba(0,0,0,.14);
  will-change:transform;
}
.da-mnav--open .da-mnav-panel{transform:translate(0)}
.da-mnav-topbar{
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  flex-shrink:0;padding:16px 20px;border-bottom:1px solid #D8D5CE;
}
.da-mnav-logo{display:flex;align-items:center;text-decoration:none!important}
.da-mnav-logo img{display:block;height:28px;width:auto;filter:brightness(0)}
.da-mnav-close{
  display:flex;align-items:center;justify-content:center;
  width:44px;height:44px;margin:0;padding:0;
  border:none;border-radius:8px;background:transparent;
  color:#151515;cursor:pointer;transition:background .18s ease;
}
.da-mnav-close:hover,.da-mnav-close:focus-visible{background:#EDEBE6}
.da-mnav-viewport{flex:1 1 auto;min-height:0;min-width:0;width:100%;overflow:hidden}
.da-mnav-track{
  display:flex;height:100%;min-height:0;width:400%;
  transition:transform .36s cubic-bezier(.22,1,.36,1);
  will-change:transform;
}
.da-mnav-stage{
  flex:0 0 25%;width:25%;min-width:0;
  height:100%;min-height:0;
  overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;
  padding:8px 0 24px;box-sizing:border-box;
}
.da-mnav-list{list-style:none;margin:0;padding:0;width:100%}
.da-mnav-list li{width:100%}
.da-mnav-row{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  width:100%;max-width:100%;min-height:52px;padding:14px 20px;
  box-sizing:border-box;
  border:none;border-bottom:1px solid rgba(21,21,21,.08);
  background:transparent;color:#151515;
  font-family:'Biennale',Georgia,serif;font-size:18px;font-weight:500;
  text-align:left;text-decoration:none!important;cursor:pointer;
  transition:background .18s ease,color .18s ease;
}
.da-mnav-row:hover,.da-mnav-row:focus-visible{background:#EDEBE6}
.da-mnav-row--link{cursor:pointer}
.da-mnav-chev-r,.da-mnav-acc-chev{flex-shrink:0;color:#76746D}
.da-mnav-title-row{
  display:flex;align-items:center;gap:8px;
  padding:12px 12px 8px 8px;
}
.da-mnav-title-back{
  display:flex;align-items:center;justify-content:center;
  width:44px;height:44px;padding:0;margin:0;
  border:none;border-radius:8px;background:transparent;
  color:#151515;cursor:pointer;transition:background .18s ease;
}
.da-mnav-title-back:hover,.da-mnav-title-back:focus-visible{background:#EDEBE6}
.da-mnav-title{
  margin:0;font-family:'Biennale',Georgia,serif;
  font-size:20px;font-weight:500;line-height:1.2;color:#151515;
}
.da-mnav-lead{
  display:block;margin:0 20px 8px;padding:8px 0;
  font-family:'Satoshi',system-ui,sans-serif;font-size:14px;font-weight:500;
  color:#76746D;text-decoration:none!important;
}
.da-mnav-lead:hover,.da-mnav-lead:focus-visible{color:#151515}
.da-mnav-lead--show-all{
  font-family:"Biennale-Medium","Helvetica Neue",Arial,sans-serif;
  font-size:16px;font-weight:500;color:#151515!important;
}
.da-mnav-lead--show-all:hover,.da-mnav-lead--show-all:focus-visible{color:#151515!important}
.da-mnav-accordions{padding:0 12px}
.da-mnav-acc{border-bottom:1px solid rgba(21,21,21,.08)}
.da-mnav-acc-summary{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  padding:14px 8px;cursor:pointer;list-style:none;
  font-family:'Satoshi',system-ui,sans-serif;font-size:16px;font-weight:500;color:#151515;
}
.da-mnav-acc-summary::-webkit-details-marker{display:none}
.da-mnav-acc[open] .da-mnav-acc-chev{transform:rotate(90deg)}
.da-mnav-acc-chev{transition:transform .22s ease}
.da-mnav-acc-body{padding:0 8px 12px}
.da-mnav-acc-link{
  display:block;padding:12px 0;
  font-family:'Satoshi',system-ui,sans-serif;font-size:15px;font-weight:400;
  color:#6a6860;text-decoration:none!important;line-height:1.35;
  border-bottom:1px solid rgba(21,21,21,.05);
}
.da-mnav-acc-link:last-child{border-bottom:none}
.da-mnav-acc-link:hover,.da-mnav-acc-link:focus-visible{color:#151515}
.da-mnav-list--sub .da-mnav-row{
  font-family:'Satoshi',system-ui,sans-serif;font-size:16px;font-weight:500;
}
.da-mnav-foot{
  flex-shrink:0;width:100%;box-sizing:border-box;
  padding:16px 20px max(24px,env(safe-area-inset-bottom,0px));
  border-top:1px solid #D8D5CE;background:#FAF8F5;
}

/* Video Production col-title as link */
.da-mega__col-title--link{display:block;text-decoration:none!important;transition:color .18s ease}
.da-mega__col-title--link:hover{color:#B8E986!important}
/* Suppress Elementor popups/mega overflow when CSS is stripped on native pages */
[data-elementor-type="popup"]{position:fixed!important;pointer-events:none!important;opacity:0!important;visibility:hidden!important;z-index:-1!important}
[data-elementor-type="popup"].elementor-popup-modal.e-active{pointer-events:auto!important;opacity:1!important;visibility:visible!important;z-index:999999!important}

/* ─────────────────────────────────────────────────────────────
   MEDIA QUERIES
───────────────────────────────────────────────────────────── */
@media (max-width:1480px){
  .da-cap-list{
    background:#EDEBE6;padding:20px 0;display:flex;flex-direction:column;
    min-width:0;width:100%;overflow:hidden;box-sizing:border-box;
  }
  .da-sub-item{
    display:flex;align-items:center;justify-content:space-between;gap:16px;
    padding:12px 0;min-height:56px;border-bottom:1px solid rgba(21,21,21,.1);
    text-decoration:none!important;width:100%;box-sizing:border-box;
    -webkit-tap-highlight-color:transparent;position:relative;z-index:1;cursor:pointer;touch-action:manipulation;
  }
}
@media (max-width:1199px){
  .da-sub-grid{
    display:grid;grid-template-columns:1fr 1fr;gap:0 40px;
  }
  .da-sub-panel-foot{padding:20px 0 0}
  .da-cap-btn{gap:15px;padding:15px 20px}
  .da-cap-list{justify-content:space-between}
}
@media (hover:hover){
  .da-sub-item:hover .da-sub-title{color:#151515}
  .da-sub-item:hover .da-sub-icon{opacity:1;color:#151515}
  .da-sub-item:hover .da-sub-title{padding-left:16px}
  .da-sub-item:hover .da-sub-title::before{width:3px}
  .da-sub-item:hover .da-sub-title::after{opacity:1}
  .da-sub-item:hover{border-bottom:1px solid rgb(166 229 101)}
  .da-cap-show-all:hover{
    border-bottom-color:#B8E986;
    font-family:"Biennale-Bold","Helvetica Neue",Arial,sans-serif;
    font-weight:700;
    transform:none;
  }
  .da-cap-show-all:hover .da-cap-show-all__arrow{transform:translateX(4px)}
  .da-about-card:hover .da-about-card__media img{transform:scale(1.03)}
  .da-about-card:hover .da-sub-title{color:#151515}
  .da-about-card:hover .da-sub-title{padding-left:16px}
  .da-about-card:hover .da-sub-title::before{width:3px}
  .da-about-card:hover .da-sub-title::after{opacity:1}
}
@media (prefers-reduced-motion:reduce){
  .da-mega-stage,.da-mega-stage__sheet,.da-mega .da-mega__inner,.da-mega-backdrop,
  .da-mnav-panel,.da-mnav-track,.da-mnav-backdrop{
    transition:none!important;animation:none!important;filter:none!important;
  }
  .da-burger span{transition:none!important}
  .da-mnav--open .da-mnav-panel{transform:translate(0)!important}
  .da-burger[aria-expanded="true"] span:nth-child(1),
  .da-burger[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)!important}
  .da-burger[aria-expanded="true"] span:nth-child(2),
  .da-burger[aria-expanded=true] span:nth-child(2){opacity:0!important;transform:scaleX(0)!important}
  .da-burger[aria-expanded="true"] span:nth-child(3),
  .da-burger[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)!important}
}
@media (max-width:1023px){
  .da-bar__inner{grid-template-columns:1fr auto;padding:0 20px}
  .da-bar__center{display:none}
  .da-nav{display:none}
  .da-burger{display:flex;flex-direction:column}
  .da-bar__desktop-cta{display:none}
}
@media (min-width:1024px){
  .da-mnav{display:none!important}
}
@media (max-width:767px){
  .da-mnav-logo img{display:block;height:auto;width:130px;filter:brightness(0)}
  .da-logo img{display:block;width:130px;height:auto}
  .home-hello-footer__logo{width:130px}
  .da-mnav-acc-summary{
    display:flex;align-items:center;justify-content:space-between;gap:12px;
    padding:14px 8px;cursor:pointer;list-style:none;
    font-family:'Satoshi',system-ui,sans-serif;font-size:15px;font-weight:500;color:#151515;
  }
  .da-mnav-acc-link{color:#151515}
  .da-bar__inner{grid-template-columns:1fr auto;padding:0 25px}
}
@media (max-width:640px){
  .da-bar .home-cta,.da-bar a.home-cta,
  .da-mnav .home-cta,.da-mnav a.home-cta,.da-mnav-cta{
    padding:9px 20px!important;
  }
}
@media (max-width:460px){
  .da-mnav-panel{
    left:0;right:0;width:100%;max-width:100%;
    box-shadow:none;
  }
}
@media (max-width:375px){
  .da-bar__end{gap:0}
  .da-bar .home-cta,.da-bar a.home-cta,
  .da-mnav .home-cta,.da-mnav a.home-cta,.da-mnav-cta{
    padding:8px 16px!important;
    font-size:clamp(12px,1.3vw,15px);
  }
}

/* --- hello-footer.css --- */
/**
 * Shared hello-footer — template-parts/home/hello-footer.php (all native pages).
 */

body.da-native-shell {
	--fs: 'Satoshi', system-ui, sans-serif;
	--fb: 'Biennale-Bold', Georgia, serif;
	--ease-c: cubic-bezier(0.16, 1, 0.3, 1);
	--da-container-pad-x: 40px;
	--da-content-max: 1480px;
}

.home-hello-footer {
	position: relative;
	background:
		radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.28) 0, transparent 42%),
		radial-gradient(circle at 88% 72%, rgba(21, 21, 21, 0.06) 0, transparent 36%),
		#B8E986;
	color: #151515;
	overflow: hidden;
	font-family: var(--fs, 'Satoshi', system-ui, sans-serif);
}

body.da-native-shell .home-hello-footer .container {
	max-width: 1480px;
	margin: 0 auto;
	padding-left: var(--da-container-pad-x);
	padding-right: var(--da-container-pad-x);
	box-sizing: border-box;
	width: 100%;
}

body.da-solution-inner-shell .home-hello-footer,
body.da-video-subpage-shell .home-hello-footer,
body.da-creative-subpage-shell .home-hello-footer {
	margin-top: 0;
	border-top: 1px solid var(--da-line, #D8D5CE);
	font-family: var(--fs, 'Satoshi', system-ui, sans-serif);
}

body.da-solution-inner-shell .home-hello-footer__watermark,
body.da-video-subpage-shell .home-hello-footer__watermark,
body.da-creative-subpage-shell .home-hello-footer__watermark {
	font-family: var(--fb, 'Biennale-Bold', Georgia, serif);
}

body.da-solution-inner-shell .home-hello-footer__links a,
body.da-solution-inner-shell .home-hello-footer__links a:visited,
body.da-video-subpage-shell .home-hello-footer__links a,
body.da-video-subpage-shell .home-hello-footer__links a:visited,
body.da-creative-subpage-shell .home-hello-footer__links a,
body.da-creative-subpage-shell .home-hello-footer__links a:visited {
	font-family: var(--fs, 'Satoshi', system-ui, sans-serif);
}

body.da-solution-inner-shell .home-hello-footer .container,
body.da-video-subpage-shell .home-hello-footer .container,
body.da-creative-subpage-shell .home-hello-footer .container {
	max-width: var(--da-content-max, 1480px);
	padding-left: var(--da-container-pad-x, 40px);
	padding-right: var(--da-container-pad-x, 40px);
}

body.da-solution-inner-shell #pm-root + .home-hello-footer,
body.da-solution-inner-shell .pm-page-nav + .home-hello-footer,
body.da-video-subpage-shell .site-main + .home-hello-footer,
body.da-creative-subpage-shell .site-main + .home-hello-footer {
	margin-top: 0;
}

.home-hello-footer__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(300px, 1.35fr);
	gap: clamp(32px, 5vw, 56px) clamp(24px, 3.5vw, 40px);
	align-items: start;
}

.home-hello-footer__logo {
	display: block;
	width: 180px;
	height: auto;
	filter: brightness(0);
}

.home-hello-footer .container {
	position: relative;
	z-index: 1;
	padding-top: clamp(56px, 8vw, 90px);
	padding-bottom: clamp(20px, 3.5vw, 25px);
}

.home-hello-footer__watermark {
	position: absolute;
	top: clamp(-12px, 0.5vw, 20px);
	right: clamp(-8px, 3vw, 50px);
	margin: 0;
	font-family: var(--fb, 'Biennale-Bold', Georgia, serif);
	font-weight: 700;
	font-size: clamp(80px, 18vw, 165px);
	line-height: 0.9;
	letter-spacing: -0.05em;
	color: rgba(21, 21, 21, 0.06);
	pointer-events: none;
	user-select: none;
}

.home-hello-footer__brand,
.home-hello-footer__brand:visited {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	color: #151515;
	margin-bottom: clamp(35px, 4.5vw, 45px);
}

.home-hello-footer__col-title {
	margin: 0 0 15px;
	font-family: var(--fs, 'Satoshi', system-ui, sans-serif);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #151515;
}

.home-hello-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.home-hello-footer__aside {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.home-hello-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: clamp(20px, 3.5vw, 30px);
	padding-top: clamp(20px, 3.5vw, 25px);
	border-top: 1px solid rgba(21, 21, 21, 0.2);
	visibility: visible !important;
	opacity: 1 !important;
	animation: none !important;
	transform: none !important;
}

.home-hello-footer__links a,
.home-hello-footer__links a:visited {
	display: inline-block;
	width: fit-content;
	max-width: 100%;
	font-family: var(--fs, 'Satoshi', system-ui, sans-serif);
	font-weight: 500;
	line-height: 1.4;
	color: rgba(21, 21, 21, 0.82);
	text-decoration: none;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	transform: translate3d(0, 0, 0);
	transition: transform 160ms var(--ease-c);
}

.home-hello-footer__links a {
	font-size: 15px;
	transform-origin: center center;
}

.home-hello-footer__contact-link,
.home-hello-footer__contact-link:visited {
	display: inline-block;
	width: fit-content;
	max-width: 100%;
	font-family: var(--fs, 'Satoshi', system-ui, sans-serif);
	font-weight: 600;
	line-height: 1.4;
	color: #151515;
	text-decoration: none;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	transform: translate3d(0, 0, 0);
	transition: transform 160ms var(--ease-c);
}

.home-hello-footer__contact-link {
	font-size: 14px;
	transform-origin: center center;
}

.home-hello-footer__links a:hover,
.home-hello-footer__links a:focus,
.home-hello-footer__links a:focus-visible,
.home-hello-footer__links a:visited:hover,
.home-hello-footer__links a:visited:focus,
.home-hello-footer__links a:visited:focus-visible {
	color: #151515 !important;
	background: none !important;
	transform: translate3d(0, 0, 0) scale(1.05);
}

.home-hello-footer__contact-link:hover,
.home-hello-footer__contact-link:focus,
.home-hello-footer__contact-link:focus-visible,
.home-hello-footer__contact-link:visited:hover,
.home-hello-footer__contact-link:visited:focus,
.home-hello-footer__contact-link:visited:focus-visible {
	color: #151515 !important;
	transform: translate3d(0, 0, 0) scale(1.05);
}

.home-hello-footer__contact {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 4px;
}

.home-hello-footer__address {
	margin: 0;
	font-family: var(--fs, 'Satoshi', system-ui, sans-serif);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
	color: rgba(21, 21, 21, 0.72);
}

.home-hello-footer__address .home-hello-footer__contact-link {
	display: inline;
	font-size: inherit;
	font-weight: 700;
	color: #151515;
	white-space: nowrap;
}

.home-hello-footer__social {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 10px;
}

.home-hello-footer__social-btn,
.home-hello-footer__social-btn:visited {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 999px;
	background: rgba(21, 21, 21, 0.08);
	color: #151515;
	text-decoration: none;
	transition: background 180ms var(--ease-c), transform 180ms var(--ease-c), box-shadow 180ms var(--ease-c);
}

.home-hello-footer__social-btn svg {
	width: 22px;
	height: 22px;
}

.home-hello-footer__social-btn:hover,
.home-hello-footer__social-btn:focus,
.home-hello-footer__social-btn:focus-visible {
	background: #151515;
	color: #B8E986;
	box-shadow: 0 10px 24px rgba(21, 21, 21, 0.14);
}

.home-hello-footer__subscribe {
	padding: clamp(20px, 2.2vw, 20px);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(21, 21, 21, 0.1);
	box-shadow: 0 18px 40px rgba(21, 21, 21, 0.1);
	backdrop-filter: blur(8px);
}

.home-hello-footer__subscribe-label {
	display: block;
	margin: 0 0 6px;
	font-family: var(--fs, 'Satoshi', system-ui, sans-serif);
	font-size: 15px;
	font-weight: 700;
	color: #151515;
}

.home-hello-footer__subscribe-lead {
	margin: 0 0 14px;
	font-family: var(--fs, 'Satoshi', system-ui, sans-serif);
	font-size: 13px;
	line-height: 1.5;
	color: rgba(21, 21, 21, 0.68);
}

.home-hello-footer__subscribe-row {
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
	width: 100%;
}

.home-hello-footer__subscribe-input {
	flex: 1;
	min-width: 0;
	padding: 12px 14px;
	border: 1px solid rgba(21, 21, 21, 0.12);
	border-radius: 10px;
	background: #FFFFFF;
	color: #151515;
	font-family: var(--fs, 'Satoshi', system-ui, sans-serif);
	font-size: 14px;
	outline: none;
	transition: border-color 180ms var(--ease-c), box-shadow 180ms var(--ease-c);
}

.home-hello-footer__subscribe-input::placeholder {
	color: rgba(21, 21, 21, 0.42);
}

.home-hello-footer__subscribe-input:focus-visible {
	border-color: #151515;
	box-shadow: 0 0 0 3px rgba(21, 21, 21, 0.08);
}

.home-hello-footer__subscribe-input.is-invalid {
	border-color: #c0392b;
	box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.12);
}

.home-hello-footer__subscribe-btn {
	flex-shrink: 0;
	padding: 12px 18px;
	border: none;
	border-radius: 10px;
	background: #151515;
	color: #B8E986;
	font-family: var(--fs, 'Satoshi', system-ui, sans-serif);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.02em;
	white-space: nowrap;
	cursor: pointer;
	transition: background 180ms var(--ease-c), transform 180ms var(--ease-c), opacity 180ms var(--ease-c);
}

.home-hello-footer__subscribe-btn:hover:not(:disabled) {
	background: #2a2a2a;
	transform: translateY(-1px);
}

.home-hello-footer__subscribe-btn:disabled {
	opacity: 0.72;
	cursor: default;
}

.home-hello-footer__subscribe-form.is-success .home-hello-footer__subscribe-btn {
	background: #383B40;
	color: #FFFFFF;
}

.home-hello-footer__subscribe-status {
	margin: 10px 0 0;
	min-height: 1.45em;
	font-family: var(--fs, 'Satoshi', system-ui, sans-serif);
	font-size: 13px;
	line-height: 1.45;
	font-weight: 600;
}

.home-hello-footer__subscribe-status.is-error {
	color: #a93226;
}

.home-hello-footer__subscribe-status.is-success {
	color: rgba(21, 21, 21, 0.82);
}

.home-hello-footer__subscribe-note {
	margin: 10px 0 0;
	font-family: var(--fs, 'Satoshi', system-ui, sans-serif);
	font-size: 11px;
	line-height: 1.45;
	color: rgba(21, 21, 21, 0.58);
}

.home-hello-footer__copy {
	margin: 0;
	font-family: var(--fs, 'Satoshi', system-ui, sans-serif);
	font-size: 14px;
	font-weight: 700;
	color: rgba(21, 21, 21, 0.78);
}

.home-hello-footer__legal ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
}

.home-hello-footer__legal a,
.home-hello-footer__legal a:visited {
	display: inline-block;
	font-family: var(--fs, 'Satoshi', system-ui, sans-serif);
	font-size: 14px;
	font-weight: 600;
	color: #151515;
	text-decoration: none;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	transform: translate3d(0, 0, 0);
	transform-origin: center center;
	transition: transform 160ms var(--ease-c);
}

.home-hello-footer__legal a:hover,
.home-hello-footer__legal a:focus,
.home-hello-footer__legal a:focus-visible,
.home-hello-footer__legal a:visited:hover,
.home-hello-footer__legal a:visited:focus,
.home-hello-footer__legal a:visited:focus-visible {
	color: #151515 !important;
	transform: translate3d(0, 0, 0) scale(1.05);
}

.home-hello-footer__subscribe-note a,
.home-hello-footer__subscribe-note a:visited {
	color: #151515;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.home-hello-footer__subscribe-note a:hover,
.home-hello-footer__subscribe-note a:focus,
.home-hello-footer__subscribe-note a:focus-visible,
.home-hello-footer__subscribe-note a:visited:hover,
.home-hello-footer__subscribe-note a:visited:focus,
.home-hello-footer__subscribe-note a:visited:focus-visible {
	color: #151515 !important;
}

@media (max-width: 991px) {
	body.da-solution-inner-shell .home-hello-footer .container,
	body.da-video-subpage-shell .home-hello-footer .container,
	body.da-creative-subpage-shell .home-hello-footer .container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.home-hello-footer .container {
		padding-top: clamp(48px, 8vw, 72px);
		padding-bottom: clamp(28px, 4vw, 40px);
	}

	.home-hello-footer__brand,
	.home-hello-footer__brand:visited {
		margin-bottom: clamp(32px, 5vw, 48px);
	}

	.home-hello-footer__logo {
		width: clamp(148px, 24vw, 180px);
	}

	.home-hello-footer__bottom {
		margin-top: clamp(40px, 6vw, 56px);
		padding-top: clamp(24px, 3.5vw, 32px);
	}

	.home-hello-footer__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: clamp(28px, 4vw, 44px) clamp(20px, 3vw, 32px);
	}

	.home-hello-footer__aside {
		grid-column: 1 / -1;
		max-width: min(100%, 560px);
	}
}

@media (max-width: 767px) {
	body.da-native-shell {
		--da-container-pad-x: 25px;
	}

	body.da-solution-inner-shell .home-hello-footer .container,
	body.da-video-subpage-shell .home-hello-footer .container,
	body.da-creative-subpage-shell .home-hello-footer .container {
		padding-left: 25px;
		padding-right: 25px;
	}

	.home-hello-footer .container {
		padding-top: 80px;
		padding-bottom: 20px;
	}

	.home-hello-footer__grid {
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}

	.home-hello-footer__aside {
		max-width: none;
	}

	.home-hello-footer__col-title {
		margin-bottom: 10px;
	}

	.home-hello-footer__watermark {
		font-size: clamp(72px, 22vw, 120px);
		top: clamp(-12px, 1vw, 24px);
		right: 30px;
	}

	.home-hello-footer__bottom {
		flex-direction: column;
		align-items: flex-start;
		gap: 5px;
		margin-top: 20px;
		padding-top: 20px;
	}

	.home-hello-footer__copy,
	.home-hello-footer__legal a,
	.home-hello-footer__legal a:visited {
		font-size: 13px;
	}

	.home-hello-footer__social-btn,
	.home-hello-footer__social-btn:visited {
		width: 44px;
		height: 44px;
	}

	.home-hello-footer__legal ul {
		gap: 20px;
	}

	.home-hello-footer__subscribe-row {
		flex-direction: column;
		gap: 20px;
	}

	.home-hello-footer__subscribe-btn {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.home-hello-footer__watermark {
		font-size: clamp(56px, 24vw, 88px);
	}
}

/* --- corp-faq.css --- */
/**
 * Sitewide corporate FAQ accordion (.corp-faq).
 * Used by da_render_corporate_faq_section() on every native page with FAQs.
 */

.corp-faq {
  --corp-faq-cream: #faf8f5;
  --corp-faq-line: #d8d5ce;
  --corp-faq-ash: #76746d;
  --corp-faq-char: #383b40;
  --corp-faq-black: #151515;
  --corp-faq-lime: #b8e986;
  --corp-faq-body: 16px;
  --corp-faq-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --font-body: 'Satoshi', system-ui, sans-serif;
  --font-display: 'Biennale-Bold', Georgia, serif;
  --fb: var(--font-display);
  background: var(--corp-faq-cream);
  padding: var(--da-section-pad-y, 120px) 0;
  border-top: 1px solid var(--corp-faq-line);
  width: 100%;
  box-sizing: border-box;
}

.corp-faq .container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  width: 100%;
}

.corp-faq-tag {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--corp-faq-ash);
  display: inline-block;
  margin-bottom: 16px !important;
}

.corp-faq .heading-85,
.corp-faq h2.heading-85 {
  font-family: var(--fb) !important;
  font-weight: 700 !important;
  font-size: clamp(32px, 5.5vw, 85px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.03em !important;
  color: var(--corp-faq-black) !important;
  margin: 0 !important;
}

.corp-faq .heading-85 em,
.corp-faq h2.heading-85 em {
  font-style: normal !important;
  font-weight: 700 !important;
}

.corp-faq-head {
  text-align: center;
  margin-bottom: 90px;
}

.corp-faq-head .heading-85 em {
  position: relative;
  display: inline-block;
}

.corp-faq-lmark {
  position: absolute;
  left: -2%;
  right: -2%;
  bottom: -0.05em;
  height: 6px;
  background: var(--corp-faq-lime);
  transform: skewX(-8deg);
  opacity: 0.9;
  pointer-events: none;
}

.corp-faq-list {
  width: 100%;
}

/* Homepage width — beat page-root `.container { width:100% }` / `#pm-root .container` */
.corp-faq-list .container {
  max-width: 1480px !important;
  width: 65% !important;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .corp-faq-list .container {
    max-width: 1480px !important;
    width: 100% !important;
  }
}

.corp-faq-item {
  border-bottom: 1px solid var(--corp-faq-line);
  padding: 24px 0;
  cursor: pointer;
}

.corp-faq-item:first-child {
  border-top: 1px solid var(--corp-faq-line);
}

.corp-faq-item.open {
  border-color: var(--corp-faq-lime);
}

.corp-faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: var(--fb) !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  text-align: left;
  color: var(--corp-faq-black) !important;
  gap: 24px;
  padding: 0;
  margin: 0;
}

.corp-faq-item .corp-faq-q span:first-child {
  transition: transform 0.3s ease-in-out;
  padding-right: 24px;
}

.corp-faq-item:hover .corp-faq-q span:first-child {
  transform: translateX(5px);
}

.corp-faq-item.open:hover .corp-faq-q span:first-child {
  transform: translateX(0);
}

.corp-faq-item:hover .corp-faq-ico {
  border-color: var(--corp-faq-lime);
}

.corp-faq-q:hover,
.corp-faq-q:focus,
.corp-faq-q:focus-visible {
  outline: none;
}

.corp-faq-ico {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid var(--corp-faq-line);
  transition: background 0.28s var(--corp-faq-ease), border-color 0.28s var(--corp-faq-ease);
  position: relative;
}

.corp-faq-item.open .corp-faq-ico {
  background: var(--corp-faq-lime);
  border-color: var(--corp-faq-lime);
}

.corp-faq-ico::before,
.corp-faq-ico::after {
  content: "";
  position: absolute;
  background: var(--corp-faq-ash);
  transition: transform 0.32s var(--corp-faq-ease);
}

.corp-faq-ico::before {
  width: 10px;
  height: 1.2px;
}

.corp-faq-ico::after {
  width: 1.2px;
  height: 10px;
}

.corp-faq-item.open .corp-faq-ico::after {
  transform: rotate(90deg);
  background: var(--corp-faq-black);
}

.corp-faq-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.48s var(--corp-faq-ease);
}

.corp-faq-item.open .corp-faq-body {
  grid-template-rows: 1fr;
}

.corp-faq-body-inner {
  overflow: hidden;
}

.corp-faq-body-inner p {
  font-family: var(--font-body);
  font-size: var(--corp-faq-body) !important;
  color: var(--corp-faq-char) !important;
  line-height: 1.75 !important;
  padding: 10px 0 0 !important;
  max-width: 95%;
  margin: 0 !important;
}

@media (max-width: 991px) {
  .corp-faq {
    --corp-faq-body: 15px;
    padding: var(--da-section-pad-y, 60px) 0;
  }

  .corp-faq .heading-85,
  .corp-faq h2.heading-85 {
    font-size: clamp(32px, 5.5vw, 85px) !important;
    line-height: 1.02 !important;
  }

  .corp-faq-body-inner p {
    font-size: 15px !important;
    line-height: 1.45 !important;
    max-width: 100%;
  }

  .corp-faq-head {
    margin-bottom: 45px;
  }

  .corp-faq-tag {
    margin-bottom: 12px !important;
  }
}

@media (max-width: 767px) {
  .corp-faq {
    padding: var(--da-section-pad-y, 50px) 0;
  }

  .corp-faq .container {
    padding: 0 25px;
  }

  .corp-faq-head {
    margin-bottom: 40px;
  }

  .corp-faq-q {
    font-size: 16px !important;
  }

  .corp-faq-item {
    padding: 20px 0;
  }
}
