:root{--bg:#fff;--surface:#ffffff;--surface-soft:#f8f8fa;--surface-dark:#101114;--surface-dark-soft:#17181d;--text:#111217;--muted:#5d5f6b;--border:rgba(17,18,23,.08);--shadow:0 30px 80px rgba(17,18,23,.08);--shadow-strong:0 32px 90px rgba(229,57,53,.14);--red:#e53935;--red-soft:#ffefee;--radius:28px;--radius-sm:18px;--container:min(1220px,calc(100vw - 32px));--pointer-x:50%;--pointer-y:50%}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Manrope",system-ui,sans-serif;background:radial-gradient(circle at var(--pointer-x) var(--pointer-y),rgba(229,57,53,.045),transparent 24%),linear-gradient(180deg,#fff 0%,#ffffff 42%,#fdfdfd 100%);color:var(--text);line-height:1.55}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}input,textarea{width:100%;border:1px solid var(--border);background:#fff;border-radius:16px;padding:15px 18px;color:var(--text);outline:none;transition:border-color .2s ease,box-shadow .2s ease}input:focus,textarea:focus{border-color:rgba(229,57,53,.4);box-shadow:0 0 0 4px rgba(229,57,53,.08)}textarea{resize:vertical;min-height:120px}.container{width:var(--container);margin:0 auto}.site-noise{position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle at 10% 10%,rgba(0,0,0,.02),transparent 25%),radial-gradient(circle at 85% 18%,rgba(229,57,53,.04),transparent 16%),radial-gradient(circle at 50% 100%,rgba(0,0,0,.028),transparent 20%);z-index:-1}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(17,18,23,.06)}.header-inner{display:flex;align-items:center;gap:22px;min-height:92px}.brand{display:flex;align-items:center;gap:14px;min-width:0}.brand-mark{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#ff6a63,#e53935);color:#fff;font-family:"Unbounded",sans-serif;font-size:1.4rem;box-shadow:0 16px 32px rgba(229,57,53,.22)}.brand-copy{display:grid;gap:2px;min-width:0}.brand-copy strong{font-size:1rem;line-height:1.1}.brand-copy span{font-size:.86rem;color:var(--muted)}.nav{display:flex;justify-content:center;align-items:center;gap:10px;flex:1;padding:10px 16px;border:1px solid rgba(17,18,23,.06);border-radius:999px;background:rgba(255,255,255,.92)}.nav-link{padding:12px 18px;border-radius:999px;font-weight:700;color:#1c1d24;transition:background .2s ease,color .2s ease,transform .2s ease}.nav-link:hover,.nav-link.is-active{background:#111217;color:#fff;transform:translateY(-1px)}.header-actions{display:flex;align-items:center}.header-phone{white-space:nowrap;padding:14px 20px;border-radius:999px;background:var(--red-soft);color:var(--red);font-weight:800}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:999px;padding:16px 28px;font-weight:800;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover{transform:translateY(-2px)}.button-primary{background:linear-gradient(135deg,#ff6059,#e53935);color:#fff;box-shadow:var(--shadow-strong)}.button-secondary{background:#fff;color:#15161c;border:1px solid rgba(17,18,23,.1);box-shadow:0 18px 40px rgba(17,18,23,.07)}.text-link{font-weight:800;color:var(--red)}.section{padding:92px 0}.section-light{background:linear-gradient(180deg,rgba(17,18,23,.03),rgba(17,18,23,.015))}.section-dark-accent{background:linear-gradient(180deg,#0f1014 0%,#16171d 68%,#261312 100%);color:#fff}.section-heading{max-width:850px;margin-bottom:34px}.section-kicker{display:inline-flex;letter-spacing:.1em;text-transform:uppercase;font-weight:800;color:var(--red);font-size:.82rem;margin-bottom:14px}.section-heading h2{margin:0 0 12px;font-family:"Unbounded",sans-serif;font-size:clamp(1.9rem,3vw,3rem);line-height:1.14}.section-heading p{margin:0;color:var(--muted);font-size:1.05rem}.section-dark-accent .section-heading p{color:rgba(255,255,255,.72)}.hero-section{padding:88px 0 52px}.hero-grid,.page-hero-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(300px,.88fr);gap:34px;align-items:center}.hero-copy h1,.page-hero h1,.article-shell h1,.admin-topbar h1,.admin-login-form h1,.not-found-card h1{font-family:"Unbounded",sans-serif;line-height:1.08;letter-spacing:-.03em}.hero-copy h1{margin:0 0 18px;font-size:clamp(2.7rem,5vw,4.9rem);max-width:14ch}.hero-copy p,.page-hero p{margin:0;color:var(--muted);font-size:1.16rem;max-width:60ch}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:26px}.hero-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:28px}.hero-stat{padding:18px 20px;border-radius:22px;background:#fff;border:1px solid rgba(17,18,23,.06);box-shadow:var(--shadow)}.hero-stat strong{display:block;font-size:clamp(1.7rem,3vw,2.4rem);line-height:1;font-family:"Unbounded",sans-serif}.hero-stat span{display:block;margin-top:8px;color:var(--muted);font-size:.94rem}.hero-visual{position:relative;min-height:540px;display:grid;place-items:center}.hero-orbit{position:absolute;border-radius:50%;border:1px solid rgba(17,18,23,.08);animation:spin 24s linear infinite}.hero-orbit-one{width:86%;aspect-ratio:1;border-color:rgba(229,57,53,.18)}.hero-orbit-two{width:62%;aspect-ratio:1;animation-direction:reverse}.hero-surface{position:relative;width:min(100%,520px);min-height:520px;border-radius:40px;background:linear-gradient(180deg,#ffffff 0%,#fffdfd 100%);border:1px solid rgba(17,18,23,.06);box-shadow:0 42px 110px rgba(17,18,23,.14);overflow:hidden;padding:34px}.hero-surface::before{content:"";position:absolute;inset:auto auto -70px -50px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(229,57,53,.12),transparent 72%)}.hero-surface-light{display:flex;flex-direction:column;justify-content:space-between}.hero-surface-card{position:relative;z-index:2;max-width:320px;padding:0;background:transparent;color:#101114}.hero-surface-card-readable span{display:block;color:var(--red);font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.hero-surface-card-readable strong{display:block;margin-top:10px;font-size:1.7rem;font-family:"Unbounded",sans-serif;line-height:1.16}.hero-surface-card-readable p{margin:14px 0 0;color:#4e515d}.hero-chip-cloud{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:26px;padding-right:18px}.hero-chip{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:10px 16px;border-radius:999px;background:rgba(17,18,23,.92);color:#fff;font-weight:700;box-shadow:0 18px 40px rgba(17,18,23,.14);animation:float 5.2s ease-in-out infinite}.hero-chip:nth-child(even){background:linear-gradient(135deg,#ff6b64,#e53935)}.hero-chip-two{animation-delay:.5s}.hero-chip-three{animation-delay:1s}.hero-chip-four{animation-delay:1.5s}.hero-chip-five{animation-delay:2s}.hero-chip-six{animation-delay:2.5s}.page-hero{padding:72px 0 38px}.page-hero h1{margin:0 0 16px;font-size:clamp(2.3rem,4vw,3.9rem);max-width:18ch}.page-hero-grid-textonly{grid-template-columns:minmax(0,1fr) minmax(240px,.52fr)}.page-hero-visual{display:flex;justify-content:center}.page-ball{width:min(100%,340px);filter:drop-shadow(0 25px 60px rgba(229,57,53,.18))}.page-hero-abstract,.abstract-card{min-height:100%}.abstract-card{display:flex;flex-direction:column;justify-content:flex-end;padding:34px;border-radius:34px;background:linear-gradient(160deg,#0f1014 0%,#1a1c22 72%,#2b1513 100%);color:#fff;min-height:290px;box-shadow:0 35px 90px rgba(17,18,23,.22)}.abstract-card strong{font-family:"Unbounded",sans-serif;font-size:1.5rem}.abstract-card p{margin:14px 0 0;color:rgba(255,255,255,.72)}.about-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.about-columns p,.policy-shell p{margin:0;padding:24px;border-radius:24px;background:#fff;box-shadow:var(--shadow);color:#2b2d35}.audience-grid,.feature-grid,.advantage-grid,.pricing-grid,.testimonial-grid,.vacancy-grid,.culture-grid,.post-grid{display:grid;gap:20px}.audience-grid,.advantage-grid,.vacancy-grid,.culture-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.feature-grid,.pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.testimonial-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:30px}.feature-card,.audience-card,.advantage-card,.price-card,.testimonial-card,.vacancy-card,.culture-card,.post-card,.featured-post,.contact-card,.map-card,.consultation-card,.policy-shell,.admin-card,.admin-item,.article-shell,.article-cta,.article-latest,.not-found-card,.review-form{background:#fff;border:1px solid rgba(17,18,23,.06);border-radius:30px;box-shadow:var(--shadow)}.section-dark-accent .feature-card{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.08);box-shadow:none}.feature-card,.audience-card,.advantage-card,.price-card,.testimonial-card,.vacancy-card,.culture-card,.post-card,.contact-card,.map-card,.policy-shell,.admin-card,.admin-item,.article-cta,.article-latest{padding:26px}.feature-index{display:inline-flex;padding:10px 14px;border-radius:999px;background:rgba(229,57,53,.14);color:var(--red);font-weight:900;margin-bottom:18px}.feature-card h3,.audience-card h3,.advantage-card h3,.vacancy-card h3,.price-card h3,.post-card h3,.featured-post-content h2,.article-cta h2,.article-latest h3,.admin-card h2,.panel-header h2,.contact-card p,.map-card-title,.consultation-card h2{margin:0 0 12px}.section-dark-accent .feature-card p,.section-dark-accent .feature-card h3{color:#fff}.feature-card p,.audience-card p,.advantage-card p,.vacancy-card p,.post-card p,.featured-post-content p,.contact-card p,.policy-shell p,.consultation-card p{color:var(--muted)}.partner-marquee{overflow:hidden;border-radius:30px;background:linear-gradient(180deg,#fff,#fcfcfd);padding:14px;border:1px solid rgba(17,18,23,.06);box-shadow:var(--shadow)}.partner-track{display:flex;align-items:center;gap:16px;width:max-content;animation:marquee 32s linear infinite}.partner-logo{min-width:180px;min-height:112px;border-radius:24px;background:#fff;padding:18px;display:grid;place-items:center;box-shadow:var(--shadow)}.partner-logo img{max-height:56px;object-fit:contain;filter:saturate(.96)}.price-card{display:flex;flex-direction:column}.price-card.is-featured{border-color:rgba(229,57,53,.26);transform:translateY(-6px)}.badge,.tag{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;font-size:.78rem;font-weight:800}.badge,.tag{background:rgba(229,57,53,.12);color:var(--red)}.tag.is-muted{background:rgba(17,18,23,.07);color:#60636f}.price-value{font-size:2rem;font-family:"Unbounded",sans-serif;line-height:1.1}.price-duration{margin-top:-4px;color:var(--muted)}.price-list{padding:0;margin:20px 0 26px;list-style:none;display:grid;gap:10px}.price-list li{position:relative;padding-left:22px}.price-list li::before{content:"";position:absolute;left:0;top:.62em;width:10px;height:10px;border-radius:50%;background:var(--red)}.testimonial-meta{display:flex;align-items:center;gap:14px;margin-top:20px}.testimonial-meta img,.testimonial-avatar-placeholder{width:58px;height:58px;border-radius:50%;object-fit:cover;background:var(--surface-dark);color:#fff;display:grid;place-items:center;font-weight:900}.testimonial-meta span,.testimonial-meta small{display:block;color:var(--muted)}.glass-form{padding:28px;border-radius:30px;background:#fff;box-shadow:var(--shadow);display:grid;gap:18px}.form-grid{display:grid;gap:16px}.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.consent-row,.checkbox-row{display:flex;align-items:flex-start;gap:12px;color:var(--muted);font-size:.95rem}.consent-row input,.checkbox-row input{width:18px;height:18px;margin-top:3px;accent-color:var(--red)}.recaptcha-shell{min-height:78px;border-radius:20px;background:var(--surface-soft);padding:14px;display:flex;align-items:center}.recaptcha-shell-dev{color:var(--muted);border:1px dashed rgba(17,18,23,.14)}.form-status{min-height:24px;font-weight:700;color:var(--muted)}.form-status.is-success{color:#127c2f}.form-status.is-error{color:var(--red)}.post-grid,.news-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.post-card{padding:0;overflow:hidden}.post-card-media img,.featured-post-media img,.article-cover,.latest-link img,.admin-thumb,.media-item img{width:100%;aspect-ratio:16/10;object-fit:cover}.post-card-body{padding:22px}.post-meta{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:12px;color:var(--muted);font-size:.88rem;font-weight:700}.featured-post{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.9fr);padding:0;overflow:hidden;margin-bottom:26px}.featured-post-content{padding:34px}.faq-list{display:grid;gap:14px}.faq-item{border-radius:26px;background:#fff;border:1px solid rgba(17,18,23,.08);box-shadow:var(--shadow);overflow:hidden}.faq-item summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:24px 26px;cursor:pointer;font-weight:800;font-size:1.05rem}.faq-item summary::-webkit-details-marker{display:none}.faq-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:rgba(229,57,53,.12);color:var(--red);font-size:1.4rem;transition:transform .2s ease}.faq-item[open] .faq-mark{transform:rotate(45deg)}.faq-answer{padding:0 26px 24px;color:var(--muted)}.vacancy-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:14px}.vacancy-head span,.culture-card span{font-weight:800;color:var(--red)}.vacancy-cta{display:flex;justify-content:center;margin-top:26px}.vacancy-cta .button{min-width:min(100%,320px)}.culture-card{display:grid;gap:12px}.contact-grid{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);gap:22px}.contact-card-list{display:grid;gap:18px}.contact-card span{display:block;color:var(--muted);font-size:.9rem;margin-bottom:10px;font-weight:800}.contact-card a{font-weight:800;color:#111217}.map-card iframe{width:100%;min-height:380px;border:0;border-radius:22px;margin:14px 0 12px}.consultation-card{display:flex;justify-content:space-between;gap:22px;align-items:center;padding:36px;overflow:hidden;position:relative;isolation:isolate}.consultation-card::before{content:"";position:absolute;inset:auto auto -90px -40px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(229,57,53,.26),transparent 72%);z-index:-1}.consultation-actions{display:flex;flex-wrap:wrap;gap:14px}.policy-shell h2{margin:0 0 10px;font-family:"Unbounded",sans-serif;font-size:1.1rem}.site-footer{padding:50px 0 24px;background:#0f1014;color:#fff;margin-top:96px}.footer-shell{background:transparent}.footer-top{display:grid;grid-template-columns:minmax(0,.9fr) minmax(180px,.5fr) minmax(220px,.55fr) minmax(320px,.9fr);gap:28px;align-items:start}.footer-brand{font-family:"Unbounded",sans-serif;font-size:1.6rem;line-height:1.15}.footer-copy{margin:0;color:rgba(255,255,255,.7)}.footer-links-block,.footer-contacts-block,.footer-brand-block{display:grid;gap:10px}.footer-link{color:#fff;font-weight:700}.footer-link:hover{color:#ff9d9a}.footer-feedback-form{display:grid;gap:14px;padding:0;background:none;border:0;box-shadow:none}.footer-feedback-form h2{margin:0;font-family:"Unbounded",sans-serif;font-size:1.25rem}.footer-feedback-form input,.footer-feedback-form textarea{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.08);color:#fff}.footer-feedback-form input::placeholder,.footer-feedback-form textarea::placeholder{color:rgba(255,255,255,.48)}.footer-feedback-form .consent-row,.footer-feedback-form .recaptcha-shell-dev,.footer-feedback-form .form-status{color:rgba(255,255,255,.72)}.footer-feedback-form .consent-row a{color:#ffb3b1}.footer-feedback-form .button-secondary{background:rgba(255,255,255,.08);color:#fff;border-color:rgba(255,255,255,.12)}.footer-bottom{padding-top:22px;margin-top:22px;border-top:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.6)}.article-hero{padding:72px 0 24px}.article-hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(300px,.72fr);gap:22px;align-items:start}.article-shell{padding:34px}.article-shell h1{margin:14px 0 14px;font-size:clamp(2rem,3.4vw,3.1rem);max-width:16ch}.article-summary{margin:0 0 20px;font-size:1.08rem;color:var(--muted);max-width:56ch}.crumb-link{display:inline-flex;margin-bottom:12px;font-weight:800;color:var(--red)}.article-cover-wrap{margin-bottom:22px;border-radius:24px;overflow:hidden}.article-body{display:grid;gap:18px}.article-body p{margin:0;color:#2b2d35}.article-aside{display:grid;gap:18px;position:sticky;top:110px}.article-cta,.article-latest{padding:28px;overflow:hidden}.article-cta p,.article-latest small{color:var(--muted)}.article-latest{display:grid;gap:14px}.latest-link{display:grid;grid-template-columns:92px 1fr;gap:14px;align-items:center;padding:14px;border-radius:22px;background:var(--surface-soft)}.latest-link img{border-radius:14px;aspect-ratio:1/1}.latest-link strong{display:block;line-height:1.25}.not-found-card{padding:48px;text-align:center;max-width:760px}.not-found{padding:90px 0}.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease;transition-delay:var(--delay,0ms)}.reveal.is-visible{opacity:1;transform:none}.admin-login-page,.admin-dashboard-page{padding:40px 0 64px}.admin-login-wrap{display:grid;place-items:center;min-height:65vh}.admin-login-form{width:min(100%,460px)}.admin-dashboard-shell{display:grid;gap:20px}.admin-topbar{display:flex;justify-content:space-between;gap:18px;align-items:flex-end}.admin-topbar p{margin:8px 0 0;color:var(--muted)}.admin-tabs{display:flex;flex-wrap:wrap;gap:10px;padding:12px;border-radius:24px;background:#fff;box-shadow:var(--shadow)}.admin-tab{border:0;background:transparent;padding:14px 18px;border-radius:16px;font-weight:800;color:#30333c}.admin-tab.is-active{background:#111217;color:#fff}.admin-panel{display:none}.admin-panel.is-active{display:grid;gap:20px}.admin-panel-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:20px}.panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.admin-form{display:grid;gap:16px}.upload-box{display:grid;gap:14px;padding:18px;border-radius:22px;background:var(--surface-soft)}.upload-box-head{display:flex;justify-content:space-between;gap:14px;align-items:center}.upload-actions-inline{display:grid;gap:10px;align-content:end}.admin-list{display:grid;gap:16px}.admin-item{padding:22px}.admin-item-head{display:flex;justify-content:space-between;gap:16px;margin-bottom:10px}.admin-item-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.admin-item p{margin:12px 0 0;color:var(--muted)}.admin-thumb{max-width:240px;border-radius:18px;margin:14px 0}.media-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:14px}.media-item{padding:12px;border-radius:20px;background:var(--surface-soft)}.media-item img{border-radius:14px;margin-bottom:10px}.media-item code,.media-item small{display:block;word-break:break-word}.media-item small{color:var(--muted);margin-top:6px}.empty-state{padding:28px;border-radius:22px;background:#fff;box-shadow:var(--shadow);color:var(--muted)}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:1100px){.hero-grid,.page-hero-grid,.article-hero-grid,.contact-grid,.featured-post,.admin-panel-grid,.footer-top,.about-columns{grid-template-columns:1fr}.hero-stats,.audience-grid,.advantage-grid,.vacancy-grid,.culture-grid,.post-grid,.news-grid,.testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-visual{min-height:420px}.footer-top{gap:22px}.article-aside{position:static}}@media (max-width:820px){.header-inner{min-height:86px;flex-wrap:wrap;padding:12px 0}.nav{order:3;width:100%;overflow:auto;justify-content:flex-start}.header-actions{margin-left:auto}.hero-copy h1,.page-hero h1,.article-shell h1{max-width:none}.hero-stats,.feature-grid,.pricing-grid,.audience-grid,.advantage-grid,.vacancy-grid,.culture-grid,.post-grid,.news-grid,.testimonial-grid,.two-columns{grid-template-columns:1fr}.consultation-card,.admin-topbar{flex-direction:column;align-items:flex-start}.page-hero-grid-textonly{grid-template-columns:1fr}.hero-section{padding-top:56px}.section{padding:74px 0}}@media (max-width:560px){.container{width:min(100vw - 20px,1220px)}.button{width:100%}.hero-actions,.consultation-actions{width:100%}.hero-surface{min-height:unset;padding:24px}.hero-surface-card{max-width:none}.hero-chip-cloud{grid-template-columns:1fr}.article-shell,.article-cta,.article-latest,.contact-card,.map-card,.policy-shell,.admin-card,.admin-item,.glass-form,.not-found-card{padding:22px}.footer-top{grid-template-columns:1fr}.site-footer{padding-top:42px}.faq-item summary{padding:20px}.latest-link{grid-template-columns:78px 1fr}}
/* 2026-03-20 visual refresh overrides */
body {
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(229, 57, 53, 0.028), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 48%, #fcfcfd 100%);
}

.site-noise {
  background:
    radial-gradient(circle at 10% 10%, rgba(0, 0, 0, 0.018), transparent 24%),
    radial-gradient(circle at 85% 18%, rgba(229, 57, 53, 0.024), transparent 16%),
    radial-gradient(circle at 50% 100%, rgba(0, 0, 0, 0.022), transparent 20%);
}

.section-light {
  background: linear-gradient(180deg, rgba(17, 18, 23, 0.025), rgba(17, 18, 23, 0.012));
}

.section-dark-accent {
  background: linear-gradient(180deg, #090a0d 0%, #121319 66%, #221213 100%);
}

.abstract-card {
  background: linear-gradient(160deg, #090a0d 0%, #15171c 70%, #281314 100%);
}

.hero-copy p,
.page-hero p {
  max-width: 66ch;
  font-size: 1.08rem;
}

.hero-visual {
  min-height: 560px;
}

.hero-surface {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #ffffff 100%);
  box-shadow: 0 42px 100px rgba(17, 18, 23, 0.12);
}

.hero-surface::before {
  background: radial-gradient(circle, rgba(229, 57, 53, 0.08), transparent 72%);
}

.hero-surface-floating {
  position: relative;
  display: block;
}

.hero-surface-card {
  width: min(62%, 330px);
}

.hero-surface-card-readable {
  padding: 24px 24px 26px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 18, 23, 0.06);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 42px rgba(17, 18, 23, 0.08);
}

.hero-chip-cloud {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  margin: 0;
  padding: 0;
}

.hero-chip,
.hero-chip:nth-child(even) {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #111217;
  border: 1px solid rgba(17, 18, 23, 0.08);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 34px rgba(17, 18, 23, 0.08);
  font-weight: 800;
}

.hero-chip-1 { top: 28px; right: 28px; }
.hero-chip-2 { top: 96px; right: 58px; }
.hero-chip-3 { top: 168px; right: 18px; }
.hero-chip-4 { top: 246px; left: 24px; }
.hero-chip-5 { top: 312px; right: 112px; }
.hero-chip-6 { bottom: 96px; right: 30px; }
.hero-chip-7 { bottom: 28px; left: 28px; }
.hero-chip-8 { bottom: 34px; right: 118px; }

.audience-grid,
.advantage-grid {
  align-items: stretch;
}

.audience-card,
.advantage-card {
  position: relative;
  overflow: hidden;
}

.audience-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 290px;
  padding: 30px;
  border: 0;
  background: linear-gradient(180deg, #ffffff 0%, #fafafc 100%);
}

.audience-card::before {
  content: '';
  position: absolute;
  inset: auto -38px -66px auto;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(229, 57, 53, 0.12), transparent 72%);
}

.audience-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 30px;
  border: 1px solid rgba(17, 18, 23, 0.06);
  pointer-events: none;
}

.audience-card > * {
  position: relative;
  z-index: 1;
}

.audience-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.audience-index {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: linear-gradient(135deg, #111217, #2a2c32);
  color: #ffffff;
  font-family: 'Unbounded', sans-serif;
  font-size: 1rem;
  box-shadow: 0 16px 30px rgba(17, 18, 23, 0.12);
}

.audience-card h3 {
  margin: 0;
  max-width: 11ch;
  font-size: 1.28rem;
  line-height: 1.18;
}

.audience-card p {
  margin: 0;
  color: #434651;
}

.audience-card-line {
  margin-top: auto;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #111217 0%, rgba(229, 57, 53, 0.92) 46%, rgba(229, 57, 53, 0) 100%);
}

.advantage-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 290px;
  padding: 30px;
  border: 0;
  background: linear-gradient(160deg, #ffffff 0%, #fcf9f9 54%, #f7f2f2 100%);
}

.advantage-card::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 122px;
  background: linear-gradient(135deg, rgba(17, 18, 23, 0.96), rgba(36, 22, 24, 0.88));
  clip-path: polygon(0 0, 100% 0, 100% 62%, 0 100%);
}

.advantage-card > * {
  position: relative;
  z-index: 1;
}

.advantage-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.advantage-index {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-family: 'Unbounded', sans-serif;
  font-size: 1rem;
}

.advantage-label {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  font-weight: 800;
}

.advantage-card h3 {
  margin: 38px 0 0;
  font-size: 1.28rem;
  line-height: 1.2;
}

.advantage-card p {
  margin: 0;
  color: #4a4e59;
}

.partner-track {
  animation-duration: 28s;
}

.partner-logo {
  min-width: 190px;
}

.testimonial-slider {
  display: grid;
  gap: 24px;
}

.testimonial-slider-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.testimonial-slider-head h3 {
  margin: 10px 0 0;
  font-family: 'Unbounded', sans-serif;
  font-size: 1.22rem;
  line-height: 1.18;
}

.testimonial-slider-actions {
  display: flex;
  gap: 12px;
}

.slider-arrow {
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #111217;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1;
  box-shadow: 0 18px 34px rgba(17, 18, 23, 0.14);
  transition: transform 0.2s ease, background 0.2s ease;
}

.slider-arrow:hover {
  transform: translateY(-2px);
  background: var(--red);
}

.testimonial-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 4px;
}

.testimonial-viewport::-webkit-scrollbar {
  display: none;
}

.testimonial-track {
  display: flex;
  gap: 18px;
}

.testimonial-slide {
  flex: 0 0 calc((100% - 36px) / 3);
  scroll-snap-align: start;
}

.testimonial-slide.testimonial-card {
  height: 100%;
}

@media (max-width: 1100px) {
  .testimonial-slide {
    flex-basis: calc((100% - 18px) / 2);
  }

  .hero-chip-5,
  .hero-chip-8 {
    right: 54px;
  }
}

@media (max-width: 820px) {
  .hero-visual {
    min-height: 470px;
  }

  .hero-surface-card {
    width: min(68%, 340px);
  }

  .hero-chip-4 {
    left: 14px;
  }

  .hero-chip-5 {
    top: 298px;
    right: 38px;
  }

  .hero-chip-8 {
    right: 20px;
  }

  .testimonial-slider-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial-slide {
    flex-basis: 78%;
  }
}

@media (max-width: 560px) {
  .hero-surface-floating {
    padding: 22px;
  }

  .hero-surface-card {
    width: 100%;
    max-width: none;
  }

  .hero-chip-cloud {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
  }

  .hero-chip,
  .hero-chip:nth-child(even) {
    position: relative;
    inset: auto !important;
    width: 100%;
  }

  .audience-card,
  .advantage-card {
    min-height: unset;
  }

  .testimonial-slide {
    flex-basis: 100%;
  }
}

/* 2026-03-20 refinement overrides */
.hero-surface-floating {
  display: grid;
  align-content: start;
  gap: 24px;
  padding: 32px;
}

.hero-chip-cloud {
  position: relative;
  inset: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.hero-chip,
.hero-chip:nth-child(even) {
  position: relative;
  inset: auto;
  width: auto;
  background: rgba(17, 18, 23, 0.06);
  color: #111217;
  border: 1px solid rgba(17, 18, 23, 0.08);
  box-shadow: none;
}

.hero-surface-card {
  width: 100%;
  max-width: none;
}

.hero-surface-card-readable {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-surface-card-readable strong {
  max-width: none;
  font-size: 1.85rem;
}

.hero-surface-card-readable p {
  max-width: none;
}

.about-split {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  gap: 24px;
  align-items: stretch;
}

.about-text-card,
.about-visual-card {
  background: #ffffff;
  border: 1px solid rgba(17, 18, 23, 0.06);
  border-radius: 32px;
  box-shadow: var(--shadow);
}

.about-text-card {
  display: grid;
  gap: 18px;
  padding: 32px;
}

.about-text-card p {
  margin: 0;
  color: #2b2d35;
}

.about-visual-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfd 100%);
}

.about-visual-svg {
  position: relative;
  z-index: 2;
  width: min(100%, 360px);
  height: auto;
}

.about-visual-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(16px);
}

.about-visual-glow-one {
  top: 34px;
  right: 38px;
  width: 190px;
  height: 190px;
  background: rgba(229, 57, 53, 0.14);
  animation: float 6s ease-in-out infinite;
}

.about-visual-glow-two {
  bottom: 24px;
  left: 40px;
  width: 150px;
  height: 150px;
  background: rgba(17, 18, 23, 0.08);
  animation: float 7.2s ease-in-out infinite reverse;
}

.about-ring-one {
  transform-origin: 210px 180px;
  animation: spin 18s linear infinite;
}

.about-path-one,
.about-path-two {
  stroke-dasharray: 14 10;
  animation: dashFlow 7s linear infinite;
}

.about-path-two {
  animation-duration: 9s;
  animation-direction: reverse;
}

.about-node-one,
.about-node-two,
.about-node-three,
.about-node-four {
  animation: pulseNode 4.6s ease-in-out infinite;
  transform-origin: center;
}

.about-node-two {
  animation-delay: 0.8s;
}

.about-node-three {
  animation-delay: 1.4s;
}

.about-node-four {
  animation-delay: 2s;
}

.about-visual-note {
  position: absolute;
  z-index: 3;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(17, 18, 23, 0.06);
  box-shadow: 0 16px 30px rgba(17, 18, 23, 0.08);
  backdrop-filter: blur(12px);
  font-weight: 800;
}

.about-visual-note-one {
  top: 36px;
  left: 28px;
}

.about-visual-note-two {
  top: 138px;
  right: 30px;
}

.about-visual-note-three {
  bottom: 34px;
  left: 56px;
}

.culture-card {
  padding: 28px;
  border: 0;
  background: linear-gradient(180deg, #ffffff 0%, #fafafc 100%);
}

.culture-card h3 {
  margin: 0;
  font-size: 1.16rem;
  line-height: 1.22;
}

.culture-card p {
  margin: 0;
  color: var(--muted);
}

.culture-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #111217;
  background: linear-gradient(135deg, rgba(229, 57, 53, 0.14), rgba(17, 18, 23, 0.05));
  box-shadow: 0 16px 30px rgba(17, 18, 23, 0.08);
}

.culture-icon svg {
  width: 28px;
  height: 28px;
}

@keyframes dashFlow {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -96;
  }
}

@keyframes pulseNode {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.12);
  }
}

@media (max-width: 1100px) {
  .about-split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .hero-surface-floating {
    padding: 24px;
  }

  .hero-chip-cloud {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-chip,
  .hero-chip:nth-child(even) {
    width: 100%;
    justify-content: center;
  }

  .about-text-card,
  .about-visual-card {
    border-radius: 26px;
  }

  .about-text-card {
    padding: 24px;
  }

  .about-visual-card {
    min-height: 300px;
  }

  .about-visual-note-two {
    right: 18px;
  }

  .about-visual-note-three {
    left: 24px;
  }
}

/* 2026-03-20 vacancy/logo/footer refinements */
.brand-mark {
  width: 82px;
  height: 54px;
  border-radius: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 8px;
  background: linear-gradient(135deg, #ff6a63 0%, #e53935 100%);
  color: #fff;
  box-shadow: 0 16px 32px rgba(229, 57, 53, 0.22);
}

.brand-mark-letter {
  position: relative;
  top: -1px;
  font-family: "Unbounded", sans-serif;
  font-size: 2.05rem;
  font-weight: 800;
  line-height: 1;
  transform: scaleX(0.9) rotate(-5deg);
}

.brand-mark-chevron {
  width: 12px;
  height: 12px;
  border-top: 6px solid #fff;
  border-right: 6px solid #fff;
  flex: 0 0 auto;
  opacity: 0.98;
}

.brand-mark-chevron-left {
  transform: translateX(1px) rotate(-135deg);
}

.brand-mark-chevron-right {
  transform: translateX(-1px) rotate(45deg);
}

.footer-bottom {
  display: flex;
  justify-content: center;
  text-align: center;
}

.vacancy-showcase {
  padding: 34px;
  border-radius: 34px;
  background: linear-gradient(180deg, #ffffff 0%, #fdf8f8 100%);
  border: 1px solid rgba(17, 18, 23, 0.06);
  box-shadow: 0 28px 80px rgba(17, 18, 23, 0.1);
}

.vacancy-showcase-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

.vacancy-showcase-head h3 {
  margin: 0 0 12px;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.16;
}

.vacancy-showcase-head p {
  margin: 0;
  max-width: 66ch;
  color: var(--muted);
}

.vacancy-showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.vacancy-role {
  padding: 24px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(17, 18, 23, 0.06);
  box-shadow: 0 18px 40px rgba(17, 18, 23, 0.06);
}

.vacancy-role-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.vacancy-role-head h3 {
  margin: 0;
}

.vacancy-role-head span {
  color: var(--red);
  font-weight: 800;
}

.vacancy-role p {
  margin: 0;
  color: var(--muted);
}

.policy-shell {
  display: grid;
  gap: 24px;
}

.policy-section {
  display: grid;
  gap: 14px;
}

.policy-section h2 {
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-size: 1.05rem;
}

.policy-section p,
.policy-section li,
.policy-table {
  color: #2b2d35;
}

.policy-list {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 10px;
}

.policy-table {
  display: grid;
  gap: 10px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(17, 18, 23, 0.03);
}

.policy-table div {
  display: grid;
  gap: 6px;
}

.policy-table strong {
  color: #111217;
}

@media (max-width: 900px) {
  .vacancy-showcase-head {
    flex-direction: column;
  }

  .vacancy-showcase-grid {
    grid-template-columns: 1fr;
  }
}

/* 2026-03-20 hero chip final layout */
.hero-surface-floating {
  position: relative;
  display: block;
  padding: 32px;
}

.hero-chip-cloud {
  position: absolute;
  inset: 0;
  display: block;
  margin: 0;
  padding: 0;
  z-index: 1;
  pointer-events: none;
}

.hero-chip,
.hero-chip:nth-child(even) {
  position: absolute;
  width: auto;
  min-height: 40px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.54);
  color: rgba(17, 18, 23, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.48);
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 36px rgba(17, 18, 23, 0.06);
  font-weight: 800;
}

.hero-chip-1 { top: 22px; left: 26px; transform: rotate(-8deg); }
.hero-chip-2 { top: 34px; right: 34px; transform: rotate(8deg); }
.hero-chip-3 { top: 118px; right: 8px; transform: rotate(-6deg); }
.hero-chip-4 { top: 194px; left: 8px; transform: rotate(5deg); }
.hero-chip-5 { top: 282px; right: 88px; transform: rotate(-4deg); }
.hero-chip-6 { bottom: 116px; left: 36px; transform: rotate(7deg); }
.hero-chip-7 { bottom: 28px; left: 84px; transform: rotate(-5deg); }
.hero-chip-8 { bottom: 44px; right: 26px; transform: rotate(6deg); }

.hero-surface-card {
  position: relative;
  z-index: 2;
  width: min(72%, 372px);
  max-width: none;
  margin: 132px 0 0 94px;
}

.hero-surface-card-readable {
  background: rgba(255, 255, 255, 0.94);
}

@media (max-width: 900px) {
  .hero-surface-card {
    width: min(76%, 360px);
    margin: 138px 0 0 72px;
  }

  .hero-chip-2,
  .hero-chip-3,
  .hero-chip-8 {
    right: 18px;
  }
}

@media (max-width: 560px) {
  .hero-surface-floating {
    display: grid;
    gap: 18px;
    padding: 24px;
  }

  .hero-chip-cloud {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .hero-chip,
  .hero-chip:nth-child(even) {
    position: relative;
    inset: auto;
    width: 100%;
    justify-content: center;
    transform: none;
  }

  .hero-surface-card {
    width: 100%;
    margin: 0;
  }
}
/* 2026-03-20 hero chip readability fix */
.hero-surface {
  overflow: visible;
}

.hero-surface-floating {
  position: relative;
  display: block;
  padding: 30px;
}

.hero-chip-cloud {
  position: absolute;
  inset: -14px -10px -10px -10px;
  display: block;
  margin: 0;
  padding: 0;
  z-index: 1;
  pointer-events: none;
}

.hero-chip,
.hero-chip:nth-child(even) {
  position: absolute;
  width: auto;
  min-height: 42px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: rgba(17, 18, 23, 0.88);
  border: 1px solid rgba(17, 18, 23, 0.06);
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 32px rgba(17, 18, 23, 0.08);
  font-weight: 800;
}

.hero-chip-1 { top: 8px; left: 18px; transform: rotate(-4deg); }
.hero-chip-2 { top: 18px; right: 26px; transform: rotate(4deg); }
.hero-chip-3 { top: 94px; left: -18px; transform: rotate(-3deg); }
.hero-chip-4 { top: 144px; right: -10px; transform: rotate(3deg); }
.hero-chip-5 { bottom: 126px; left: -6px; transform: rotate(-3deg); }
.hero-chip-6 { bottom: 78px; right: -16px; transform: rotate(4deg); }
.hero-chip-7 { bottom: 4px; left: 92px; transform: rotate(-2deg); }
.hero-chip-8 { bottom: 26px; right: 98px; transform: rotate(2deg); }

.hero-surface-card {
  position: relative;
  z-index: 2;
  width: min(74%, 388px);
  max-width: none;
  margin: 150px 0 0 92px;
}

.hero-surface-card-readable {
  background: rgba(255, 255, 255, 0.95);
}

@media (max-width: 900px) {
  .hero-surface-card {
    width: min(78%, 360px);
    margin: 144px 0 0 62px;
  }

  .hero-chip-4,
  .hero-chip-6 {
    right: 0;
  }
}

@media (max-width: 560px) {
  .hero-surface {
    overflow: hidden;
  }

  .hero-surface-floating {
    display: grid;
    gap: 18px;
    padding: 24px;
  }

  .hero-chip-cloud {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .hero-chip,
  .hero-chip:nth-child(even) {
    position: relative;
    inset: auto;
    width: 100%;
    justify-content: center;
    transform: none;
  }

  .hero-surface-card {
    width: 100%;
    margin: 0;
  }
}
/* 2026-03-20 hero motion redesign */
.hero-chip-cloud,
.hero-chip,
.hero-chip:nth-child(even) {
  display: none !important;
}

.hero-surface {
  overflow: visible;
}

.hero-surface-floating {
  position: relative;
  display: block;
  padding: 34px;
}

.hero-motion-layer {
  position: absolute;
  inset: -18px;
  z-index: 1;
  pointer-events: none;
}

.hero-motion-glow,
.hero-motion-shape,
.hero-motion-line,
.hero-motion-dot,
.hero-motion-panel {
  position: absolute;
}

.hero-motion-glow {
  border-radius: 999px;
  filter: blur(8px);
}

.hero-motion-glow-one {
  top: 34px;
  left: 18px;
  width: 138px;
  height: 138px;
  background: radial-gradient(circle, rgba(229, 57, 53, 0.16), transparent 72%);
  animation: heroDriftOne 7.5s ease-in-out infinite;
}

.hero-motion-glow-two {
  right: 8px;
  bottom: 38px;
  width: 164px;
  height: 164px;
  background: radial-gradient(circle, rgba(17, 18, 23, 0.1), transparent 72%);
  animation: heroDriftTwo 8.5s ease-in-out infinite;
}

.hero-motion-shape {
  border-radius: 28px;
  border: 1px solid rgba(17, 18, 23, 0.08);
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 40px rgba(17, 18, 23, 0.08);
}

.hero-motion-shape-one {
  top: 28px;
  right: 26px;
  width: 112px;
  height: 74px;
  transform: rotate(10deg);
  animation: heroDriftTwo 8s ease-in-out infinite;
}

.hero-motion-shape-two {
  left: -14px;
  bottom: 112px;
  width: 126px;
  height: 58px;
  border-radius: 999px;
  transform: rotate(-9deg);
  animation: heroDriftOne 7.2s ease-in-out infinite;
}

.hero-motion-shape-three {
  right: -12px;
  top: 184px;
  width: 86px;
  height: 138px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(229, 57, 53, 0.14));
  animation: heroPulseShape 6s ease-in-out infinite;
}

.hero-motion-line {
  background: linear-gradient(180deg, rgba(17, 18, 23, 0), rgba(17, 18, 23, 0.14), rgba(229, 57, 53, 0));
  opacity: 0.8;
}

.hero-motion-line-one {
  top: 92px;
  right: 124px;
  width: 1px;
  height: 210px;
}

.hero-motion-line-two {
  left: 58px;
  bottom: 46px;
  width: 168px;
  height: 1px;
  background: linear-gradient(90deg, rgba(17, 18, 23, 0), rgba(17, 18, 23, 0.16), rgba(229, 57, 53, 0));
}

.hero-motion-dot {
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(229, 57, 53, 0.06);
}

.hero-motion-dot-one {
  top: 118px;
  left: 40px;
  width: 14px;
  height: 14px;
  background: #e53935;
  animation: heroPulseDot 3.4s ease-in-out infinite;
}

.hero-motion-dot-two {
  right: 72px;
  bottom: 96px;
  width: 12px;
  height: 12px;
  background: #111217;
  animation: heroPulseDot 3.8s ease-in-out infinite;
}

.hero-motion-panel {
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 44px rgba(17, 18, 23, 0.08);
}

.hero-motion-panel-one {
  top: 70px;
  left: -18px;
  width: 128px;
  height: 52px;
  border-radius: 22px;
  transform: rotate(-8deg);
}

.hero-motion-panel-two {
  right: 8px;
  bottom: 16px;
  width: 146px;
  height: 60px;
  border-radius: 24px;
  transform: rotate(7deg);
}

.hero-surface-card {
  position: relative;
  z-index: 2;
  width: min(74%, 388px);
  max-width: none;
  margin: 136px 0 0 88px;
}

.hero-surface-card-readable {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(17, 18, 23, 0.05);
  box-shadow: 0 24px 48px rgba(17, 18, 23, 0.08);
}

@keyframes heroDriftOne {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-8deg); }
  50% { transform: translate3d(10px, -8px, 0) rotate(-3deg); }
}

@keyframes heroDriftTwo {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(8deg); }
  50% { transform: translate3d(-10px, 10px, 0) rotate(14deg); }
}

@keyframes heroPulseDot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.18); opacity: 0.72; }
}

@keyframes heroPulseShape {
  0%, 100% { transform: translateY(0); opacity: 0.9; }
  50% { transform: translateY(-10px); opacity: 0.68; }
}

@media (max-width: 900px) {
  .hero-surface-card {
    width: min(78%, 360px);
    margin: 132px 0 0 60px;
  }

  .hero-motion-shape-three,
  .hero-motion-panel-two {
    right: -4px;
  }
}

@media (max-width: 560px) {
  .hero-surface {
    overflow: hidden;
  }

  .hero-surface-floating {
    padding: 24px;
  }

  .hero-motion-layer {
    inset: 0;
  }

  .hero-motion-shape-three,
  .hero-motion-panel-two,
  .hero-motion-line-two {
    display: none;
  }

  .hero-surface-card {
    width: 100%;
    margin: 148px 0 0;
  }
}
/* 2026-03-20 hero redesign final */
.hero-motion-layer,
.hero-chip-cloud,
.hero-chip,
.hero-chip:nth-child(even) {
  display: none !important;
}

.hero-surface {
  overflow: hidden !important;
}

.hero-surface-floating {
  position: relative;
  display: block !important;
  min-height: 520px;
  padding: 34px !important;
}

.hero-visual-stage {
  position: absolute;
  inset: 18px 18px 18px 18px;
  z-index: 1;
}

.hero-visual-aura,
.hero-visual-orbit,
.hero-visual-panel,
.hero-visual-pill {
  position: absolute;
}

.hero-visual-aura {
  border-radius: 50%;
  filter: blur(10px);
}

.hero-visual-aura-one {
  top: 24px;
  right: 16px;
  width: 156px;
  height: 156px;
  background: radial-gradient(circle, rgba(229, 57, 53, 0.18), transparent 72%);
  animation: heroAuraFloat 7s ease-in-out infinite;
}

.hero-visual-aura-two {
  left: 34px;
  bottom: 88px;
  width: 132px;
  height: 132px;
  background: radial-gradient(circle, rgba(17, 18, 23, 0.1), transparent 72%);
  animation: heroAuraFloat 8s ease-in-out infinite reverse;
}

.hero-visual-orbit {
  border-radius: 999px;
  border: 1px solid rgba(17, 18, 23, 0.08);
}

.hero-visual-orbit-one {
  inset: 26px 24px 112px 118px;
}

.hero-visual-orbit-two {
  inset: 72px 84px 152px 152px;
  border-color: rgba(229, 57, 53, 0.18);
}

.hero-visual-panel {
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 44px rgba(17, 18, 23, 0.08);
}

.hero-visual-panel-top {
  top: 36px;
  left: 42px;
  width: 138px;
  height: 78px;
  transform: rotate(-8deg);
  animation: heroPanelFloat 8s ease-in-out infinite;
}

.hero-visual-panel-bottom {
  right: 18px;
  bottom: 34px;
  width: 164px;
  height: 86px;
  transform: rotate(7deg);
  animation: heroPanelFloat 9s ease-in-out infinite reverse;
}

.hero-visual-pill {
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255,255,255,0.84), rgba(255,255,255,0.52));
  border: 1px solid rgba(17, 18, 23, 0.08);
  box-shadow: 0 18px 34px rgba(17, 18, 23, 0.06);
}

.hero-visual-pill-one {
  top: 166px;
  left: 8px;
  width: 126px;
  height: 48px;
}

.hero-visual-pill-two {
  top: 224px;
  right: -8px;
  width: 108px;
  height: 56px;
}

.hero-visual-svg {
  position: absolute;
  inset: 72px 26px 106px 88px;
  width: auto;
  height: auto;
  opacity: 0.92;
}

.hero-surface-card {
  position: absolute !important;
  left: 28px;
  right: 96px;
  bottom: 28px;
  z-index: 3;
  width: auto !important;
  max-width: 404px;
  margin: 0 !important;
}

.hero-surface-card-framed {
  padding: 28px 30px 30px !important;
  border-radius: 32px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(17, 18, 23, 0.08) !important;
  box-shadow: 0 26px 54px rgba(17, 18, 23, 0.1) !important;
}

.hero-surface-card-readable strong {
  max-width: 13ch;
}

.hero-surface-card-readable p {
  margin-top: 16px !important;
}

@keyframes heroAuraFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(-10px, 10px, 0); }
}

@keyframes heroPanelFloat {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-8deg); }
  50% { transform: translate3d(10px, -8px, 0) rotate(-3deg); }
}

@media (max-width: 900px) {
  .hero-surface-card {
    right: 56px;
    max-width: 372px;
  }

  .hero-visual-pill-two {
    right: 0;
  }
}

@media (max-width: 560px) {
  .hero-surface-floating {
    min-height: auto;
    padding: 24px !important;
    display: grid !important;
    gap: 18px;
  }

  .hero-visual-stage {
    position: relative;
    inset: auto;
    height: 240px;
  }

  .hero-visual-panel-bottom,
  .hero-visual-pill-two {
    display: none;
  }

  .hero-visual-svg {
    inset: 54px 12px 48px 52px;
  }

  .hero-surface-card {
    position: relative !important;
    left: auto;
    right: auto;
    bottom: auto;
    max-width: none;
  }
}
/* 2026-03-20 hero single-column layout */
.hero-section-simple {
  padding-bottom: 34px;
}

.hero-grid-single {
  grid-template-columns: 1fr !important;
  gap: 0 !important;
}

.hero-copy-wide {
  max-width: 1080px;
}

.hero-copy-wide h1 {
  max-width: 12.5ch;
}

.hero-copy-wide p {
  max-width: 70ch;
}

.hero-grid-single .hero-visual,
.hero-grid-single .hero-orbit,
.hero-grid-single .hero-surface,
.hero-grid-single .hero-visual-stage,
.hero-grid-single .hero-surface-card,
.hero-grid-single .hero-motion-layer,
.hero-grid-single .hero-chip-cloud {
  display: none !important;
}

.hero-copy-wide .hero-stats {
  margin-top: 34px;
}

@media (max-width: 820px) {
  .hero-copy-wide h1 {
    max-width: none;
  }
}

/* 2026-03-21 partner/about/careers/contacts refinements */
.section-heading-centered {
  margin-inline: auto;
  text-align: center;
}

.culture-grid-centered {
  max-width: 1120px;
  margin: 0 auto;
  justify-content: center;
}

.culture-grid-centered .culture-card {
  height: 100%;
}

.partner-marquee {
  max-width: 1120px;
  margin: 0 auto;
}

.contact-grid {
  align-items: start;
}

.contact-map-card {
  display: grid;
  gap: 14px;
  align-self: start;
  padding: 22px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(17, 18, 23, 0.06);
  box-shadow: var(--shadow);
}

.contact-map-card iframe {
  width: 100%;
  min-height: 520px;
  border: 0;
  border-radius: 24px;
  display: block;
}

.contact-map-card .text-link {
  font-size: 1rem;
}

@media (max-width: 1100px) {
  .culture-grid-centered {
    max-width: none;
  }

  .contact-map-card iframe {
    min-height: 420px;
  }
}

@media (max-width: 560px) {
  .contact-map-card {
    padding: 18px;
  }

  .contact-map-card iframe {
    min-height: 320px;
  }
}

/* 2026-03-21 visibility + map size boost */
.about-node-one,
.about-node-two,
.about-node-three {
  filter: drop-shadow(0 8px 18px rgba(17, 18, 23, 0.12));
}

.contact-grid {
  grid-template-columns: minmax(280px, 0.82fr) minmax(560px, 1.18fr) !important;
}

.contact-map-card {
  width: 100% !important;
  min-width: 0;
}

.contact-map-card iframe,
.map-card iframe {
  width: 100% !important;
  height: 560px !important;
  min-height: 560px !important;
}

@media (max-width: 1100px) {
  .contact-grid {
    grid-template-columns: 1fr !important;
  }

  .contact-map-card iframe,
  .map-card iframe {
    height: 440px !important;
    min-height: 440px !important;
  }
}

@media (max-width: 560px) {
  .contact-map-card iframe,
  .map-card iframe {
    height: 320px !important;
    min-height: 320px !important;
  }
}

/* 2026-03-21 mobile dropdown navigation */
.header-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.nav-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 12px 16px;
  border-radius: 18px;
  background: #111217;
  color: #fff;
  box-shadow: 0 18px 40px rgba(17, 18, 23, 0.12);
}

.nav-toggle-box {
  display: grid;
  gap: 4px;
}

.nav-toggle-box span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}

.nav-toggle-label {
  font-weight: 800;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-box span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-box span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-box span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: 820px) {
  .header-inner {
    align-items: center;
    row-gap: 12px;
    position: relative;
  }

  .header-controls {
    margin-left: auto;
  }

  .header-actions {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav {
    display: none !important;
    order: 3;
    width: 100%;
    padding: 12px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 40px rgba(17, 18, 23, 0.1);
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    overflow: hidden;
  }

  .nav.is-open {
    display: flex !important;
  }

  .nav-link {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
    border-radius: 18px;
    transform: none !important;
  }
}


/* 2026-03-21 ultra-narrow mobile header fix */
@media (max-width: 820px) {
  .header-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 12px;
    row-gap: 12px;
  }

  .brand {
    min-width: 0;
    width: 100%;
  }

  .header-controls {
    margin-left: 0;
    justify-self: end;
    align-self: center;
  }

  .nav {
    grid-column: 1 / -1;
  }
}

@media (max-width: 400px) {
  .site-header {
    padding: 4px 0;
  }

  .header-inner {
    min-height: 76px;
    column-gap: 10px;
    row-gap: 10px;
    padding: 10px 0;
  }

  .brand {
    gap: 10px;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .brand-copy strong {
    font-size: 0.92rem;
  }

  .brand-copy span {
    font-size: 0.78rem;
    line-height: 1.1;
  }

  .nav-toggle {
    min-height: 48px;
    padding: 10px 14px;
    gap: 8px;
    border-radius: 16px;
  }

  .nav-toggle-label {
    font-size: 0.95rem;
  }
}


/* 2026-03-23 training focus block */
.training-focus-card {
  margin-bottom: 24px;
  padding: 34px;
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, #ffffff 100%);
  color: #111217;
  box-shadow: 0 34px 90px rgba(10, 10, 14, 0.2);
}

.training-focus-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 24px;
  align-items: start;
}

.training-focus-card h3 {
  margin: 18px 0 14px;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 2.15rem);
  line-height: 1.16;
}

.training-focus-card p {
  margin: 0;
  color: #444854;
}

.training-focus-grid > div {
  display: grid;
  gap: 16px;
}

.training-badge {
  justify-self: start;
  background: rgba(229, 57, 53, 0.12);
  color: var(--red);
}

.training-doc-note {
  padding: 20px 22px;
  border-radius: 24px;
  background: linear-gradient(155deg, #111217 0%, #1a1c22 100%);
  color: rgba(255, 255, 255, 0.92) !important;
  box-shadow: 0 22px 48px rgba(17, 18, 23, 0.24);
}

.training-points .feature-card {
  min-height: 100%;
}

@media (max-width: 1100px) {
  .training-focus-grid {
    grid-template-columns: 1fr;
  }
}

/* 2026-03-23 site search */
.site-search-form {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 1 300px;
  min-width: 220px;
  padding: 8px;
  border-radius: 999px;
  border: 1px solid rgba(17, 18, 23, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 34px rgba(17, 18, 23, 0.05);
}

.site-search-input {
  min-width: 0;
  padding: 10px 14px;
  border: 0;
  background: transparent;
  box-shadow: none !important;
}

.site-search-button {
  border: 0;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #111217;
  color: #fff;
  font-weight: 800;
  white-space: nowrap;
}

.search-page-form {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 24px;
  max-width: 860px;
}

.search-page-input {
  min-width: 0;
  flex: 1 1 auto;
  min-height: 58px;
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow);
}

.search-results-meta {
  margin-bottom: 18px;
  color: var(--muted);
  font-weight: 700;
}

.search-results-list {
  display: grid;
  gap: 18px;
}

.search-result-card {
  padding: 26px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(17, 18, 23, 0.06);
  box-shadow: var(--shadow);
}

.search-result-card h2 {
  margin: 10px 0 12px;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  line-height: 1.18;
}

.search-result-card p {
  margin: 0;
  color: var(--muted);
}

.search-result-card .search-result-summary {
  margin-bottom: 10px;
  color: #2e313a;
}

.search-result-card .text-link {
  display: inline-flex;
  margin-top: 14px;
}

@media (max-width: 1180px) {
  .site-search-form {
    flex-basis: 250px;
  }
}

@media (max-width: 820px) {
  .site-search-form {
    grid-column: 1 / -1;
    order: 3;
    width: 100%;
    min-width: 0;
  }

  .nav {
    order: 4;
  }

  .search-page-form {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 400px) {
  .site-search-form {
    padding: 6px;
    gap: 6px;
  }

  .site-search-input {
    padding: 10px 12px;
  }

  .site-search-button {
    min-height: 40px;
    padding: 8px 14px;
    font-size: 0.92rem;
  }
}

/* 2026-03-23 careers + search refinements */
.culture-grid-centered {
  grid-template-columns: repeat(3, minmax(280px, 320px));
  justify-content: center;
}

.search-result-card mark {
  display: inline;
  padding: 0.08em 0.32em;
  border-radius: 0.45em;
  background: rgba(229, 57, 53, 0.14);
  color: #c22724;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .culture-grid-centered {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .culture-grid-centered {
    grid-template-columns: 1fr;
    max-width: 540px;
  }
}
/* 2026-03-23 header logo fit fixes */
.brand {
  flex: 0 1 auto;
  min-width: 0;
}

.brand-copy {
  min-width: 0;
}

.brand-copy strong,
.brand-copy span {
  display: block;
  overflow-wrap: anywhere;
}

@media (min-width: 821px) {
  .brand-copy span {
    white-space: nowrap;
  }
}

@media (max-width: 400px) {
  .header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .brand {
    width: 100%;
    max-width: calc(100vw - 116px);
    gap: 8px;
  }

  .brand-mark {
    width: 54px;
    height: 42px;
    min-width: 54px;
    padding: 0 6px;
    gap: 2px;
    border-radius: 14px;
  }

  .brand-mark-letter {
    font-size: 1.7rem;
  }

  .brand-mark-chevron {
    width: 9px;
    height: 9px;
    border-top-width: 4px;
    border-right-width: 4px;
  }

  .brand-copy strong {
    font-size: 0.88rem;
    line-height: 1.05;
  }

  .brand-copy span {
    font-size: 0.73rem;
    line-height: 1.08;
    white-space: normal;
  }

  .nav-toggle {
    justify-self: end;
    width: auto;
    min-width: 0;
    padding: 10px 12px;
  }

  .nav-toggle-label {
    font-size: 0.9rem;
  }
}
/* 2026-03-23 theme toggle */
.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 10px 14px;
  border-radius: 18px;
  border: 1px solid rgba(17, 18, 23, 0.08);
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
  box-shadow: 0 18px 40px rgba(17, 18, 23, 0.08);
}

.theme-toggle-track {
  position: relative;
  width: 50px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 174, 0, 0.28), rgba(229, 57, 53, 0.22));
  border: 1px solid rgba(17, 18, 23, 0.08);
}

.theme-toggle-thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 6px 18px rgba(17, 18, 23, 0.18);
  transition: transform .22s ease;
}

.theme-toggle-label {
  font-weight: 800;
}

html[data-theme="dark"] .theme-toggle-track {
  background: linear-gradient(135deg, rgba(77, 115, 255, 0.35), rgba(229, 57, 53, 0.32));
}

html[data-theme="dark"] .theme-toggle-thumb {
  transform: translateX(22px);
}

html[data-theme="dark"] {
  --bg: #0d1117;
  --surface: #151a22;
  --surface-soft: #1b212b;
  --surface-dark: #0b0d12;
  --surface-dark-soft: #12161d;
  --text: #edf2f8;
  --muted: #a4adbc;
  --border: rgba(255,255,255,.08);
  --shadow: 0 28px 80px rgba(0,0,0,.34);
  --shadow-strong: 0 34px 90px rgba(229,57,53,.18);
  --red-soft: rgba(229,57,53,.14);
}

html[data-theme="dark"] body {
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(229, 57, 53, 0.09), transparent 24%),
    linear-gradient(180deg, #0b0f14 0%, #0e131a 42%, #0a0d12 100%);
  color: var(--text);
}

html[data-theme="dark"] .site-noise {
  background:
    radial-gradient(circle at 10% 10%, rgba(255,255,255,.03), transparent 24%),
    radial-gradient(circle at 85% 18%, rgba(229,57,53,.07), transparent 16%),
    radial-gradient(circle at 50% 100%, rgba(255,255,255,.025), transparent 20%);
}

html[data-theme="dark"] .site-header {
  background: rgba(11, 15, 20, 0.84);
  border-bottom-color: rgba(255,255,255,.08);
}

html[data-theme="dark"] .nav,
html[data-theme="dark"] .partner-marquee,
html[data-theme="dark"] .contact-map-card,
html[data-theme="dark"] .theme-toggle {
  background: rgba(20, 25, 33, 0.92);
  border-color: rgba(255,255,255,.08);
}

html[data-theme="dark"] .nav-link,
html[data-theme="dark"] .brand-copy strong,
html[data-theme="dark"] .contact-card a,
html[data-theme="dark"] .post-card h3 a,
html[data-theme="dark"] .search-result-card h2 a,
html[data-theme="dark"] .latest-link strong,
html[data-theme="dark"] .article-body p,
html[data-theme="dark"] .policy-table strong {
  color: var(--text);
}

html[data-theme="dark"] .nav-link:hover,
html[data-theme="dark"] .nav-link.is-active {
  background: #f2f5fa;
  color: #111217;
}

html[data-theme="dark"] input,
html[data-theme="dark"] textarea,
html[data-theme="dark"] .search-page-input,
html[data-theme="dark"] .site-search-input {
  background: rgba(255,255,255,.04);
  color: var(--text);
  border-color: rgba(255,255,255,.08);
  box-shadow: none;
}

html[data-theme="dark"] input:focus,
html[data-theme="dark"] textarea:focus,
html[data-theme="dark"] .search-page-input:focus,
html[data-theme="dark"] .site-search-input:focus {
  border-color: rgba(229,57,53,.5);
  box-shadow: 0 0 0 4px rgba(229,57,53,.12);
}

html[data-theme="dark"] .button-secondary {
  background: rgba(255,255,255,.04);
  color: var(--text);
  border-color: rgba(255,255,255,.08);
  box-shadow: 0 18px 40px rgba(0,0,0,.22);
}

html[data-theme="dark"] .header-phone {
  background: rgba(229,57,53,.12);
  color: #ff8c87;
}

html[data-theme="dark"] .section-light {
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
}

html[data-theme="dark"] .feature-card,
html[data-theme="dark"] .audience-card,
html[data-theme="dark"] .advantage-card,
html[data-theme="dark"] .price-card,
html[data-theme="dark"] .testimonial-card,
html[data-theme="dark"] .vacancy-card,
html[data-theme="dark"] .culture-card,
html[data-theme="dark"] .post-card,
html[data-theme="dark"] .featured-post,
html[data-theme="dark"] .contact-card,
html[data-theme="dark"] .map-card,
html[data-theme="dark"] .consultation-card,
html[data-theme="dark"] .policy-shell,
html[data-theme="dark"] .admin-card,
html[data-theme="dark"] .admin-item,
html[data-theme="dark"] .article-shell,
html[data-theme="dark"] .article-cta,
html[data-theme="dark"] .article-latest,
html[data-theme="dark"] .not-found-card,
html[data-theme="dark"] .review-form,
html[data-theme="dark"] .faq-item,
html[data-theme="dark"] .empty-state,
html[data-theme="dark"] .training-focus-card,
html[data-theme="dark"] .vacancy-showcase,
html[data-theme="dark"] .search-result-card,
html[data-theme="dark"] .about-columns p,
html[data-theme="dark"] .policy-shell p,
html[data-theme="dark"] .featured-post-content,
html[data-theme="dark"] .partner-logo,
html[data-theme="dark"] .upload-box,
html[data-theme="dark"] .media-item,
html[data-theme="dark"] .latest-link,
html[data-theme="dark"] .hero-stat {
  background: var(--surface);
  border-color: rgba(255,255,255,.08);
  box-shadow: var(--shadow);
}

html[data-theme="dark"] .faq-answer,
html[data-theme="dark"] .feature-card p,
html[data-theme="dark"] .audience-card p,
html[data-theme="dark"] .advantage-card p,
html[data-theme="dark"] .vacancy-card p,
html[data-theme="dark"] .post-card p,
html[data-theme="dark"] .featured-post-content p,
html[data-theme="dark"] .contact-card p,
html[data-theme="dark"] .policy-shell p,
html[data-theme="dark"] .consultation-card p,
html[data-theme="dark"] .search-result-card p,
html[data-theme="dark"] .search-results-meta,
html[data-theme="dark"] .article-summary,
html[data-theme="dark"] .article-cta p,
html[data-theme="dark"] .article-latest small,
html[data-theme="dark"] .post-meta,
html[data-theme="dark"] .brand-copy span,
html[data-theme="dark"] .section-heading p,
html[data-theme="dark"] .page-hero p,
html[data-theme="dark"] .hero-copy p,
html[data-theme="dark"] .footer-copy,
html[data-theme="dark"] .policy-section p,
html[data-theme="dark"] .policy-section li,
html[data-theme="dark"] .policy-table,
html[data-theme="dark"] .media-item small,
html[data-theme="dark"] .media-item code,
html[data-theme="dark"] .testimonial-meta span,
html[data-theme="dark"] .testimonial-meta small,
html[data-theme="dark"] .training-focus-card p,
html[data-theme="dark"] .vacancy-role p,
html[data-theme="dark"] .vacancy-showcase-head p,
html[data-theme="dark"] .hero-stat span,
html[data-theme="dark"] .search-result-card .search-result-summary {
  color: var(--muted);
}

html[data-theme="dark"] .footer-bottom {
  border-top-color: rgba(255,255,255,.08);
}

html[data-theme="dark"] .nav.is-open {
  background: rgba(20, 25, 33, 0.98);
}

@media (max-width: 560px) {
  .theme-toggle-label {
    display: none;
  }

  .theme-toggle {
    gap: 0;
    padding: 10px;
    min-width: 70px;
    justify-content: center;
  }
}
/* 2026-03-23 compact theme toggle */
.header-controls {
  gap: 10px;
}

.theme-toggle {
  gap: 0;
  width: 54px;
  min-width: 54px;
  min-height: 44px;
  padding: 0;
  justify-content: center;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(17, 18, 23, 0.08);
}

.theme-toggle-label {
  display: none;
}

.theme-toggle-track {
  width: 40px;
  height: 22px;
}

.theme-toggle-thumb {
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
}

html[data-theme="dark"] .theme-toggle-thumb {
  transform: translateX(18px);
}

@media (max-width: 820px) {
  .header-controls {
    gap: 8px;
  }

  .theme-toggle {
    width: 50px;
    min-width: 50px;
    min-height: 42px;
  }
}
/* 2026-03-23 final theme + desktop header fixes */
html[data-theme="dark"] .training-focus-card h3,
html[data-theme="dark"] .training-focus-card strong,
html[data-theme="dark"] .training-badge {
  color: var(--text) !important;
}

html[data-theme="dark"] .training-badge {
  background: rgba(229, 57, 53, 0.16);
}

html[data-theme="dark"] .training-doc-note {
  color: rgba(255, 255, 255, 0.92) !important;
}

.theme-toggle-track {
  position: relative;
  overflow: hidden;
}

.theme-toggle-track::before,
.theme-toggle-track::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
  line-height: 1;
  z-index: 1;
}

.theme-toggle-track::before {
  content: "☀";
  left: 6px;
  color: #c97a00;
}

.theme-toggle-track::after {
  content: "☾";
  right: 6px;
  color: #55627f;
}

.theme-toggle-thumb {
  z-index: 2;
}

html[data-theme="dark"] .theme-toggle-track::before {
  color: rgba(255, 213, 106, 0.55);
}

html[data-theme="dark"] .theme-toggle-track::after {
  color: #dfe6ff;
}

@media (min-width: 821px) {
  .header-inner {
    display: grid;
    grid-template-columns: minmax(0, 260px) minmax(180px, 250px) minmax(320px, 1fr) auto;
    align-items: center;
    gap: 14px;
  }

  .brand {
    width: 100%;
    max-width: 260px;
  }

  .site-search-form {
    width: 100%;
    min-width: 0;
    flex: none;
    margin: 0;
  }

  .nav {
    width: 100%;
    min-width: 0;
    flex: none;
    gap: 6px;
    padding: 8px 10px;
    justify-content: stretch;
  }

  .nav-link {
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
    padding: 12px 10px;
  }

  .header-controls {
    margin-left: 0;
    justify-self: end;
    flex-shrink: 0;
  }
}

@media (min-width: 821px) and (max-width: 1360px) {
  .header-inner {
    grid-template-columns: minmax(0, 232px) minmax(160px, 220px) minmax(280px, 1fr) auto;
    gap: 10px;
  }

  .brand {
    max-width: 232px;
    gap: 10px;
  }

  .brand-copy strong {
    font-size: 0.95rem;
  }

  .brand-copy span {
    font-size: 0.8rem;
  }

  .nav-link {
    padding: 11px 8px;
    font-size: 0.96rem;
  }

  .site-search-form {
    padding: 6px;
  }

  .site-search-input {
    padding: 9px 12px;
  }

  .site-search-button {
    min-height: 40px;
    padding: 8px 14px;
  }

  .header-phone {
    padding: 12px 16px;
    font-size: 0.96rem;
  }
}

/* 2026-03-23 dark theme white-card contrast fixes */
html[data-theme="dark"] .about-visual-note {
  color: #1a1d24 !important;
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(17, 18, 23, 0.08);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.14);
}

html[data-theme="dark"] .vacancy-role {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(17, 18, 23, 0.08);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.14);
}

html[data-theme="dark"] .vacancy-role-head h3 {
  color: #16191f !important;
}

html[data-theme="dark"] .vacancy-role-head span {
  color: var(--red) !important;
}

html[data-theme="dark"] .vacancy-role p {
  color: #656d7d !important;
}

/* 2026-03-23 conversion sections + search suggestions */
.site-search-form,
.search-page-form {
  position: relative;
}

.search-suggest {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  display: grid;
  gap: 8px;
  padding: 12px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(17, 18, 23, 0.08);
  box-shadow: 0 28px 80px rgba(17, 18, 23, 0.14);
  z-index: 60;
}

.search-suggest[hidden] {
  display: none !important;
}

.search-suggest-item,
.search-suggest-footer {
  text-decoration: none;
}

.search-suggest-item {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(17, 18, 23, 0.03);
  color: var(--text);
  transition: transform 0.24s ease, background 0.24s ease;
}

.search-suggest-item:hover,
.search-suggest-item.is-active {
  background: rgba(229, 57, 53, 0.08);
  transform: translateY(-1px);
}

.search-suggest-tag {
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(229, 57, 53, 0.11);
  color: var(--red);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.search-suggest-title {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.35;
}

.search-suggest-excerpt,
.search-suggest-empty {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.search-suggest-footer {
  margin-top: 4px;
  padding: 12px 16px;
  border-radius: 18px;
  background: rgba(229, 57, 53, 0.08);
  color: var(--red);
  font-weight: 800;
  text-align: center;
}

.profession-filter {
  display: grid;
  gap: 24px;
}

.profession-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.profession-tab {
  border: 1px solid rgba(17, 18, 23, 0.08);
  background: rgba(255, 255, 255, 0.9);
  color: var(--text);
  padding: 14px 18px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.24s ease, background 0.24s ease, color 0.24s ease, box-shadow 0.24s ease;
}

.profession-tab:hover,
.profession-tab.is-active {
  background: linear-gradient(135deg, #ff6a63 0%, #e53935 100%);
  color: #fff;
  box-shadow: 0 18px 34px rgba(229, 57, 53, 0.18);
  transform: translateY(-1px);
}

.profession-panels {
  position: relative;
}

.profession-panel {
  display: none;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 20px;
  padding: 30px;
  border-radius: 32px;
  background: linear-gradient(180deg, #ffffff 0%, #fafafc 100%);
  border: 1px solid rgba(17, 18, 23, 0.06);
  box-shadow: 0 28px 70px rgba(17, 18, 23, 0.1);
}

.profession-panel.is-active {
  display: grid;
  animation: professionFade 0.28s ease;
}

.profession-badge {
  background: rgba(229, 57, 53, 0.1);
  color: var(--red);
}

.profession-panel-copy h3,
.license-card h3,
.license-proof h3,
.lead-magnet-copy h2,
.lead-magnet-form h3 {
  margin: 12px 0 14px;
  font-family: "Unbounded", sans-serif;
  line-height: 1.12;
}

.profession-panel-copy p,
.license-card p {
  margin: 0;
  color: var(--muted);
}

.profession-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.profession-list li {
  position: relative;
  padding-left: 28px;
  line-height: 1.6;
}

.profession-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 6px rgba(229, 57, 53, 0.12);
}

.profession-panel-side {
  display: grid;
  gap: 16px;
}

.profession-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.profession-metric,
.profession-note-card {
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(17, 18, 23, 0.06);
}

.profession-metric strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Unbounded", sans-serif;
  font-size: 1.5rem;
}

.profession-metric span,
.profession-note-card p {
  color: var(--muted);
  line-height: 1.55;
}

.profession-note-card strong {
  display: block;
  margin-bottom: 8px;
}

.license-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.license-card {
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfd 100%);
  border: 1px solid rgba(17, 18, 23, 0.06);
  box-shadow: 0 20px 54px rgba(17, 18, 23, 0.08);
}

.license-badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(17, 18, 23, 0.06);
  color: var(--text);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.license-meta {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(17, 18, 23, 0.08);
  color: var(--text);
  font-weight: 700;
  line-height: 1.45;
}

.license-proof {
  margin-top: 22px;
  padding: 28px 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: linear-gradient(135deg, rgba(17, 18, 23, 0.98), rgba(36, 40, 48, 0.96));
  color: #fff;
}

.license-proof p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.lead-magnet-card {
  padding: 36px;
  border-radius: 36px;
  background: radial-gradient(circle at 0 0, rgba(229, 57, 53, 0.22), transparent 42%), linear-gradient(135deg, #111217 0%, #1a1f28 55%, #24181b 100%);
  color: #fff;
  box-shadow: 0 28px 80px rgba(17, 18, 23, 0.18);
}

.lead-magnet-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 24px;
  align-items: start;
}

.lead-magnet-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.lead-magnet-points {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.lead-magnet-point {
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.lead-magnet-point strong {
  display: block;
  margin-bottom: 6px;
}

.lead-magnet-point span {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}

.lead-magnet-form {
  padding: 26px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.lead-magnet-form h3 {
  color: #fff;
}

.lead-magnet-form input,
.lead-magnet-form textarea {
  background: rgba(255, 255, 255, 0.94);
  color: #111217;
  border: 1px solid rgba(17, 18, 23, 0.08);
}

.lead-magnet-form .consent-row span,
.lead-magnet-form .consent-row a {
  color: rgba(255, 255, 255, 0.84);
}

.lead-magnet-form .form-status {
  color: rgba(255, 255, 255, 0.86);
}

@keyframes professionFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

html[data-theme="dark"] .search-suggest {
  background: rgba(20, 25, 33, 0.98);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

html[data-theme="dark"] .search-suggest-item {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

html[data-theme="dark"] .search-suggest-item:hover,
html[data-theme="dark"] .search-suggest-item.is-active {
  background: rgba(229, 57, 53, 0.16);
}

html[data-theme="dark"] .search-suggest-title {
  color: var(--text);
}

html[data-theme="dark"] .search-suggest-excerpt,
html[data-theme="dark"] .search-suggest-empty {
  color: var(--muted);
}

html[data-theme="dark"] .search-suggest-footer {
  background: rgba(229, 57, 53, 0.14);
  color: #ff9a96;
}

html[data-theme="dark"] .search-suggest mark {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

html[data-theme="dark"] .profession-tab {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
  color: var(--text);
}

html[data-theme="dark"] .profession-panel,
html[data-theme="dark"] .license-card {
  background: linear-gradient(180deg, rgba(20, 25, 33, 0.96), rgba(18, 21, 29, 0.94));
  border-color: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .profession-metric,
html[data-theme="dark"] .profession-note-card {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .profession-panel-copy p,
html[data-theme="dark"] .profession-metric span,
html[data-theme="dark"] .profession-note-card p,
html[data-theme="dark"] .license-card p {
  color: var(--muted);
}

html[data-theme="dark"] .license-meta {
  border-top-color: rgba(255, 255, 255, 0.08);
  color: var(--text);
}

@media (max-width: 1100px) {
  .profession-panel,
  .lead-magnet-grid {
    grid-template-columns: 1fr;
  }

  .license-proof {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 820px) {
  .profession-tabs {
    justify-content: flex-start;
  }

  .profession-tab {
    flex: 1 1 calc(50% - 12px);
    text-align: center;
  }

  .profession-panel,
  .lead-magnet-card,
  .license-proof {
    padding: 24px;
  }

  .profession-metrics,
  .license-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .profession-tab {
    flex-basis: 100%;
  }

  .search-suggest {
    padding: 10px;
    border-radius: 18px;
  }

  .search-suggest-item,
  .search-suggest-footer {
    padding: 12px 14px;
  }
}

/* 2026-03-23 dark theme search contrast fix */
html[data-theme="dark"] .site-search-form {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(17, 18, 23, 0.08);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

html[data-theme="dark"] .site-search-input {
  background: transparent;
  color: #111217 !important;
  caret-color: #e53935;
  border-color: transparent;
}

html[data-theme="dark"] .site-search-input::placeholder,
html[data-theme="dark"] .search-page-input::placeholder {
  color: #707887;
}

html[data-theme="dark"] .search-page-input {
  background: rgba(255, 255, 255, 0.98);
  color: #111217 !important;
  caret-color: #e53935;
  border: 1px solid rgba(17, 18, 23, 0.08);
}

html[data-theme="dark"] .search-page-input:focus,
html[data-theme="dark"] .site-search-input:focus {
  color: #111217 !important;
}

/* 2026-03-23 careers + contacts expansion */
.career-feature-grid,
.career-ramp-grid,
.contact-quick-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.career-work-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.career-fit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.office-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: 22px;
  padding: 34px;
  border-radius: 34px;
  background: linear-gradient(180deg, #ffffff 0%, #fcfbfb 100%);
  border: 1px solid rgba(17, 18, 23, 0.06);
  box-shadow: var(--shadow);
}

.office-showcase-copy h2,
.presentation-copy-card h2,
.contact-cta-card h2 {
  margin: 0 0 14px;
  font-family: "Unbounded", sans-serif;
  line-height: 1.14;
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
}

.office-showcase-copy p,
.office-info-card p,
.presentation-copy-card p,
.contact-quick-card p {
  margin: 0;
  color: var(--muted);
}

.office-list,
.presentation-list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.office-list li,
.presentation-list li {
  position: relative;
  padding-left: 24px;
  line-height: 1.6;
}

.office-list li::before,
.presentation-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
}

.office-showcase-side,
.contact-cta-shell {
  display: grid;
  gap: 16px;
}

.office-info-card,
.presentation-copy-card,
.contact-quick-card,
.contact-cta-card {
  padding: 26px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(17, 18, 23, 0.06);
  box-shadow: var(--shadow);
}

.office-info-card strong,
.presentation-copy-card strong,
.contact-quick-card h3 {
  display: block;
  margin-bottom: 10px;
}

.contact-quick-grid {
  display: grid;
  gap: 18px;
}

.contact-quick-card {
  display: grid;
  gap: 10px;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.contact-quick-card:hover {
  transform: translateY(-3px);
  border-color: rgba(229, 57, 53, 0.18);
  box-shadow: 0 24px 56px rgba(17, 18, 23, 0.12);
}

.consultation-journey-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.presentation-request-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: 22px;
  align-items: start;
}

.presentation-copy-card {
  display: grid;
  gap: 14px;
}

.presentation-request-form h2,
.contact-cta-card p {
  margin: 0;
}

.contact-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.contact-cta-card::before {
  content: "";
  position: absolute;
  inset: auto auto -90px -30px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(229, 57, 53, 0.24), transparent 72%);
  z-index: -1;
}

html[data-theme="dark"] .office-showcase,
html[data-theme="dark"] .office-info-card,
html[data-theme="dark"] .presentation-copy-card,
html[data-theme="dark"] .contact-quick-card,
html[data-theme="dark"] .contact-cta-card {
  background: linear-gradient(180deg, rgba(20, 25, 33, 0.96), rgba(18, 21, 29, 0.94));
  border-color: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .office-showcase-copy p,
html[data-theme="dark"] .office-info-card p,
html[data-theme="dark"] .presentation-copy-card p,
html[data-theme="dark"] .presentation-list li,
html[data-theme="dark"] .office-list li,
html[data-theme="dark"] .contact-quick-card p,
html[data-theme="dark"] .contact-cta-card p {
  color: var(--muted);
}

@media (max-width: 1180px) {
  .career-work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .office-showcase,
  .presentation-request-grid,
  .contact-cta-card {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 900px) {
  .career-feature-grid,
  .career-ramp-grid,
  .career-fit-grid,
  .consultation-journey-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .career-work-grid,
  .contact-quick-grid {
    grid-template-columns: 1fr;
  }

  .office-showcase,
  .office-info-card,
  .presentation-copy-card,
  .contact-quick-card,
  .contact-cta-card {
    padding: 24px;
  }
}

/* 2026-03-23 dark theme presentation form fix */
html[data-theme="dark"] .presentation-request-form {
  background: linear-gradient(180deg, rgba(20, 25, 33, 0.97), rgba(18, 21, 29, 0.95));
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

html[data-theme="dark"] .presentation-request-form h2 {
  color: var(--text);
}

html[data-theme="dark"] .presentation-request-form .consent-row,
html[data-theme="dark"] .presentation-request-form .consent-row a,
html[data-theme="dark"] .presentation-request-form .form-status,
html[data-theme="dark"] .presentation-request-form label {
  color: var(--muted);
}

html[data-theme="dark"] .presentation-request-form .recaptcha-shell {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
/* 2026-03-23 SEO landing pages, contact scenarios and CRM statuses */
select {
  width: 100%;
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 16px;
  padding: 15px 18px;
  color: var(--text);
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

select:focus {
  border-color: rgba(229, 57, 53, .4);
  box-shadow: 0 0 0 4px rgba(229, 57, 53, .08);
}

.topic-grid,
.landing-benefits-grid,
.article-related-grid,
.contact-scenario-grid,
.contact-form-grid,
.landing-overview-grid {
  display: grid;
  gap: 20px;
}

.topic-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.topic-card,
.landing-list-card,
.contact-scenario-card,
.article-related-card,
.contact-cta-card,
.presentation-copy-card {
  background: #fff;
  border: 1px solid rgba(17, 18, 23, .06);
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.topic-card {
  display: grid;
  gap: 14px;
  padding: 28px;
}

.topic-card h3,
.topic-card p,
.landing-list-card h3,
.contact-scenario-card h3,
.article-related-card strong,
.contact-cta-card h2,
.presentation-copy-card h2 {
  margin: 0;
}

.topic-card p,
.landing-list-card p,
.contact-scenario-card p,
.article-related-card span,
.contact-cta-card p,
.presentation-copy-card p {
  color: var(--muted);
}

.topic-card-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-top: auto;
  color: var(--muted);
  font-size: .94rem;
}

.topic-grid-training .topic-card {
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,252,252,.98));
}

.landing-benefits-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 24px;
}

.landing-overview-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.landing-list-card,
.contact-cta-card,
.presentation-copy-card {
  padding: 30px;
}

.landing-actions-row,
.profession-panel-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.landing-actions-row {
  margin-top: 18px;
}

.landing-documents-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: var(--surface-soft);
  color: var(--muted);
  font-weight: 700;
}

.profession-panel-links {
  margin-top: 20px;
}

.profession-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(17, 18, 23, .05);
  border: 1px solid rgba(17, 18, 23, .07);
  color: var(--text);
  font-weight: 700;
  transition: transform .24s ease, background .24s ease, color .24s ease, border-color .24s ease;
}

.profession-link:hover {
  transform: translateY(-1px);
  background: rgba(229, 57, 53, .1);
  border-color: rgba(229, 57, 53, .16);
  color: var(--red);
}

.article-caption {
  padding: 14px 16px;
  background: var(--surface-soft);
  color: var(--muted);
  font-size: .95rem;
}

.article-related-pages {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.article-related-card {
  display: grid;
  gap: 8px;
  padding: 20px;
  transition: transform .24s ease, border-color .24s ease, background .24s ease;
}

.article-related-card:hover {
  transform: translateY(-2px);
  border-color: rgba(229, 57, 53, .16);
  background: rgba(229, 57, 53, .04);
}

.contact-scenario-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.contact-scenario-card {
  display: grid;
  gap: 12px;
  padding: 24px;
  transition: transform .24s ease, border-color .24s ease, background .24s ease, box-shadow .24s ease;
}

.contact-scenario-card:hover,
.contact-scenario-card.is-active {
  transform: translateY(-2px);
  border-color: rgba(229, 57, 53, .18);
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,247,247,.98));
  box-shadow: 0 26px 50px rgba(229, 57, 53, .12);
}

.contact-scenario-card .badge {
  width: fit-content;
}

.contact-form-grid {
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: start;
}

.contact-request-form,
.presentation-request-form {
  height: 100%;
}

.presentation-list {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 10px;
  color: var(--muted);
}

.admin-meta-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.feedback-status-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  margin-top: 16px;
}

.feedback-status-control {
  display: grid;
  gap: 8px;
  min-width: min(100%, 280px);
  color: var(--muted);
  font-weight: 700;
}

.feedback-status-select {
  min-width: 220px;
}

.feedback-status-badge--new {
  background: rgba(229, 57, 53, .12);
  color: var(--red);
}

.feedback-status-badge--in_progress {
  background: rgba(255, 165, 0, .16);
  color: #b86b00;
}

.feedback-status-badge--call_scheduled {
  background: rgba(55, 125, 255, .14);
  color: #2e63cf;
}

.feedback-status-badge--presentation_sent {
  background: rgba(131, 76, 224, .14);
  color: #6f3bca;
}

.feedback-status-badge--closed {
  background: rgba(24, 146, 79, .14);
  color: #0f7f40;
}

html[data-theme="dark"] select,
html[data-theme="dark"] .topic-card,
html[data-theme="dark"] .landing-list-card,
html[data-theme="dark"] .article-related-card,
html[data-theme="dark"] .contact-scenario-card,
html[data-theme="dark"] .contact-cta-card,
html[data-theme="dark"] .presentation-copy-card {
  background: linear-gradient(180deg, rgba(20, 25, 33, .96), rgba(17, 22, 30, .94));
  border-color: rgba(255,255,255,.08);
  color: var(--text);
}

html[data-theme="dark"] .topic-grid-training .topic-card,
html[data-theme="dark"] .contact-scenario-card:hover,
html[data-theme="dark"] .contact-scenario-card.is-active {
  background: linear-gradient(180deg, rgba(23, 28, 38, .98), rgba(21, 25, 34, .98));
}

html[data-theme="dark"] .topic-card p,
html[data-theme="dark"] .topic-card-meta,
html[data-theme="dark"] .landing-list-card p,
html[data-theme="dark"] .article-caption,
html[data-theme="dark"] .article-related-card span,
html[data-theme="dark"] .contact-scenario-card p,
html[data-theme="dark"] .presentation-list,
html[data-theme="dark"] .feedback-status-control {
  color: var(--muted);
}

html[data-theme="dark"] .profession-link {
  background: rgba(255,255,255,.05);
  border-color: rgba(255,255,255,.08);
  color: var(--text);
}

html[data-theme="dark"] .profession-link:hover {
  background: rgba(229, 57, 53, .14);
  border-color: rgba(229, 57, 53, .18);
  color: #ff9a96;
}

html[data-theme="dark"] .landing-documents-note,
html[data-theme="dark"] .article-caption {
  background: rgba(255,255,255,.05);
}

html[data-theme="dark"] .feedback-status-select,
html[data-theme="dark"] select {
  background: rgba(255,255,255,.05);
  color: var(--text);
  border-color: rgba(255,255,255,.08);
}

html[data-theme="dark"] .feedback-status-badge--in_progress {
  color: #ffcb83;
}

html[data-theme="dark"] .feedback-status-badge--call_scheduled {
  color: #9db8ff;
}

html[data-theme="dark"] .feedback-status-badge--presentation_sent {
  color: #ceb8ff;
}

html[data-theme="dark"] .feedback-status-badge--closed {
  color: #83ddb0;
}

@media (max-width: 1100px) {
  .topic-grid,
  .landing-benefits-grid,
  .contact-scenario-grid,
  .landing-overview-grid,
  .contact-form-grid,
  .article-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .topic-grid,
  .landing-benefits-grid,
  .contact-scenario-grid,
  .landing-overview-grid,
  .contact-form-grid,
  .article-related-grid {
    grid-template-columns: 1fr;
  }

  .topic-card,
  .landing-list-card,
  .contact-scenario-card,
  .article-related-card,
  .contact-cta-card,
  .presentation-copy-card {
    padding: 24px;
  }
}

@media (max-width: 560px) {
  .profession-panel-links,
  .landing-actions-row,
  .feedback-status-row {
    flex-direction: column;
    align-items: stretch;
  }

  .feedback-status-control,
  .feedback-status-select {
    min-width: 0;
  }
}


/* 2026-03-23 topic slider and landing expansion start */
.topic-slider {
  display: grid;
  gap: 22px;
  padding: 30px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,252,252,.98));
  border: 1px solid rgba(17, 18, 23, .06);
  box-shadow: var(--shadow);
}

.topic-slider-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.topic-slider-copy {
  margin: 0;
  max-width: 60ch;
  color: var(--muted);
}

.topic-slider-viewport {
  overflow-x: auto;
  padding: 4px 2px 10px;
  margin: 0 -2px;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
  overscroll-behavior-x: contain;
}

.topic-slider-viewport::-webkit-scrollbar {
  display: none;
}

.topic-slider-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 40px) / 3);
  gap: 20px;
}

.topic-card-slide {
  height: 100%;
  scroll-snap-align: start;
}

.topic-card-slide p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.topic-grid-roles .topic-card {
  min-height: 280px;
}

.landing-story-grid,
.landing-impact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, .84fr);
  gap: 22px;
  align-items: start;
}

.landing-story-card,
.landing-facts-card,
.landing-process-card,
.landing-impact-card,
.landing-impact-side,
.landing-cta-card {
  background: #fff;
  border: 1px solid rgba(17, 18, 23, .06);
  border-radius: 32px;
  box-shadow: var(--shadow);
}

.landing-story-card,
.landing-facts-card,
.landing-impact-card,
.landing-impact-side {
  padding: 32px;
}

.landing-story-card h2,
.landing-facts-card h3,
.landing-impact-card h2,
.landing-impact-side h3 {
  margin: 0 0 16px;
}

.landing-story-card p,
.landing-impact-card p,
.landing-impact-side p {
  margin: 0 0 16px;
  color: var(--muted);
}

.landing-story-card p:last-child,
.landing-impact-card p:last-child,
.landing-impact-side p:last-child {
  margin-bottom: 0;
}

.landing-facts-card {
  position: relative;
  overflow: hidden;
}

.landing-facts-card::before {
  content: '';
  position: absolute;
  inset: auto -38px -74px auto;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(229, 57, 53, .12), transparent 72%);
}

.landing-facts-card > *,
.landing-impact-side > * {
  position: relative;
  z-index: 1;
}

.landing-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.landing-process-card {
  display: grid;
  gap: 16px;
  padding: 28px;
}

.landing-process-index {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(17, 18, 23, .98), rgba(37, 39, 46, .92));
  color: #fff;
  font-family: 'Unbounded', sans-serif;
  font-size: 1rem;
  box-shadow: 0 16px 34px rgba(17, 18, 23, .12);
}

.landing-process-card p {
  margin: 0;
  color: #404450;
}

.landing-mini-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: var(--surface-soft);
  color: var(--muted);
  font-weight: 700;
}

html[data-theme="dark"] .topic-slider,
html[data-theme="dark"] .landing-story-card,
html[data-theme="dark"] .landing-facts-card,
html[data-theme="dark"] .landing-process-card,
html[data-theme="dark"] .landing-impact-card,
html[data-theme="dark"] .landing-impact-side,
html[data-theme="dark"] .landing-cta-card {
  background: linear-gradient(180deg, rgba(20, 25, 33, .96), rgba(17, 22, 30, .94));
  border-color: rgba(255,255,255,.08);
  color: var(--text);
}

html[data-theme="dark"] .topic-slider-copy,
html[data-theme="dark"] .landing-story-card p,
html[data-theme="dark"] .landing-impact-card p,
html[data-theme="dark"] .landing-impact-side p,
html[data-theme="dark"] .landing-process-card p,
html[data-theme="dark"] .landing-mini-note {
  color: var(--muted);
}

html[data-theme="dark"] .landing-mini-note,
html[data-theme="dark"] .landing-documents-note {
  background: rgba(255,255,255,.05);
}

html[data-theme="dark"] .landing-process-index {
  background: linear-gradient(135deg, rgba(229, 57, 53, .18), rgba(54, 23, 26, .96));
  box-shadow: none;
}

@media (max-width: 1100px) {
  .topic-slider-track {
    grid-auto-columns: calc((100% - 20px) / 2);
  }

  .landing-story-grid,
  .landing-impact-grid,
  .landing-process-grid {
    grid-template-columns: 1fr 1fr;
  }

  .landing-story-grid,
  .landing-impact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .topic-slider {
    padding: 24px;
  }

  .topic-slider-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .topic-slider-track,
  .landing-process-grid {
    grid-template-columns: 1fr;
    grid-auto-columns: 100%;
  }
}

@media (max-width: 560px) {
  .topic-slider,
  .landing-story-card,
  .landing-facts-card,
  .landing-process-card,
  .landing-impact-card,
  .landing-impact-side {
    padding: 22px;
  }
}
/* 2026-03-23 topic slider and landing expansion end */


/* 2026-03-23 role slider and partners polish */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.partner-track {
  align-items: stretch;
}

.partner-logo {
  margin: 0;
  width: 190px;
  height: 112px;
  min-width: 190px;
  min-height: 112px;
  flex: 0 0 190px;
  overflow: hidden;
}

.partner-logo img {
  width: 100%;
  height: 56px;
  max-height: 56px;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 820px) {
  .partner-logo {
    width: 164px;
    min-width: 164px;
    flex-basis: 164px;
  }
}


/* 2026-03-23 topic card badges and partner slider polish start */
.topic-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  min-height: 32px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: .71rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.topic-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  opacity: .85;
}

.topic-badge--tone-1 {
  background: rgba(229, 57, 53, .08);
  border-color: rgba(229, 57, 53, .14);
  color: #d23633;
}

.topic-badge--tone-2 {
  background: rgba(17, 18, 23, .05);
  border-color: rgba(17, 18, 23, .08);
  color: #2d313a;
}

.topic-badge--tone-3 {
  background: rgba(255, 241, 240, .92);
  border-color: rgba(229, 57, 53, .1);
  color: #b13a36;
}

.topic-card .badge {
  display: none;
}

.partner-marquee .partner-track {
  align-items: stretch !important;
  gap: 16px !important;
}

.partner-marquee .partner-logo {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 18px !important;
  width: 190px !important;
  height: 112px !important;
  min-width: 190px !important;
  max-width: 190px !important;
  min-height: 112px !important;
  max-height: 112px !important;
  flex: 0 0 190px !important;
  overflow: hidden !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.partner-marquee .partner-logo figcaption {
  display: none !important;
}

.partner-marquee .partner-logo img {
  display: block !important;
  width: 100% !important;
  height: 56px !important;
  max-width: 100% !important;
  max-height: 56px !important;
  object-fit: contain !important;
  object-position: center !important;
}

html[data-theme="dark"] .topic-badge--tone-1 {
  background: rgba(229, 57, 53, .14);
  border-color: rgba(229, 57, 53, .18);
  color: #ff8f8a;
}

html[data-theme="dark"] .topic-badge--tone-2 {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.09);
  color: #eef2f8;
}

html[data-theme="dark"] .topic-badge--tone-3 {
  background: rgba(255,255,255,.04);
  border-color: rgba(229, 57, 53, .12);
  color: #ffb6b2;
}

@media (max-width: 820px) {
  .partner-marquee .partner-logo {
    width: 164px !important;
    min-width: 164px !important;
    max-width: 164px !important;
    flex-basis: 164px !important;
  }
}
/* 2026-03-23 topic card badges and partner slider polish end */
