:root {
  --ink: #101010;
  --muted: #777;
  --green: #009d56;
  --surface: #efefef;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Arial, Helvetica, sans-serif; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }

.solutions-hero {
  min-height: 250px;
  margin: 32px;
  padding: 31px 32px 0;
  overflow: hidden;
  border-radius: 45px;
  color: #fff;
  background: linear-gradient(90deg, rgba(255,255,255,.14), rgba(255,255,255,.08)), url("assets/solutions/Solutions_hero.svg") center / cover no-repeat;
}
.site-header, .header-actions, .brand, .main-nav, .solution-cards, .contact-form, .site-footer { display: flex; }
.site-header { align-items: center; justify-content: space-between; gap: 24px; }
.brand { min-width: 207px; align-items: center; gap: 9px; font-size: 11px; font-weight: 700; line-height: 1.12; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
.main-nav { position: relative; align-items: center; padding: 12px 16px; border-radius: 999px; background: rgba(255,255,255,.88); color: #222; font-size: 13px; }
.main-nav > a { padding: 0 15px; border-right: 1px solid #777; }
.main-nav .nav-solutions-link { padding: 0 2px 0 15px; border-right: 0 !important; line-height: normal; }
.main-nav > a:last-child { border-right: 0; }
.main-nav > a:hover, .nav-solutions-link:hover, .nav-dropdown-trigger:hover { padding-top: 4px; padding-bottom: 4px; border-radius: 5px; background: #d1d1d1; }
.nav-dropdown, .language-dropdown { position: relative; }
.nav-dropdown { display: inline-flex; align-items: center; }
.nav-solutions-link { display: inline-flex; align-items: center; }
.nav-dropdown-trigger { display: inline-flex; align-items: center; height: auto; padding: 0 5px 0 2px; border: 0; border-right: 1px solid #777; background: transparent; color: #222; font: inherit; line-height: normal; cursor: pointer; }
.nav-chevron { width: 14px; height: 14px; margin-left: 0; vertical-align: middle; }
.nav-menu, .language-menu { position: absolute; z-index: 5; display: none; padding: 15px; border-radius: 0 0 18px 18px; background: #e8e8e8; color: #111; box-shadow: 0 10px 18px rgba(0,0,0,.14); }
.nav-menu { top: 31px; left: 0; width: 280px; }
.nav-dropdown.is-open .nav-menu, .language-dropdown.is-open .language-menu { display: block; }
.nav-menu-title, .language-menu-title { padding: 0 7px 12px; border-bottom: 1px solid #999; font-size: 18px; font-weight: 700; }
.nav-menu a, .language-menu button { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 9px 7px; border: 0; background: transparent; color: inherit; font: inherit; font-size: 13px; cursor: pointer; }
.nav-menu a:hover, .language-menu button:hover { border-radius: 4px; background: #c2c2c2; }
.nav-menu a span { font-size: 22px; line-height: .5; }
.header-actions { position: relative; align-items: center; gap: 14px; }
.round-button { display: grid; width: 45px; height: 45px; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.88); cursor: pointer; }
.round-button img { width: 24px; height: 24px; }
.language-menu { top: 53px; right: -12px; width: 220px; padding: 16px 16px 11px; }
.radio { display: inline-block; width: 16px; height: 16px; border: 2px solid #111; border-radius: 50%; }
.radio--selected { position: relative; background: #111; }
.radio--selected::after { position: absolute; top: 2px; left: 5px; width: 3px; height: 6px; border: solid #fff; border-width: 0 2px 2px 0; content: ""; transform: rotate(45deg); }
.solutions-hero h1 { margin: 49px 0 0; text-align: center; font-size: clamp(48px, 6vw, 70px); line-height: 1; }

.solutions-list { width: min(calc(100% - 64px), 1216px); margin: 67px auto 0; }
.section-heading { text-align: center; }
.section-heading h2 { margin: 0; font-size: clamp(32px, 4vw, 49px); letter-spacing: -1.5px; line-height: 1.08; }
.section-heading p { margin: 11px 0 0; color: var(--muted); font-size: 16px; line-height: 1.25; }
.solution-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 38px; }
.solution-card { min-height: 462px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 55px 95px 50px; border-radius: 40px; color: #fff; text-align: center; background: linear-gradient(rgba(0,0,0,.06), rgba(0,0,0,.06)), var(--card-bg) center / cover no-repeat; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.solution-card:hover { transform: translateY(-2px); box-shadow: 0 7px 16px rgba(0,0,0,.2); }
.solution-card > img { width: 66px; height: 66px; object-fit: contain; filter: brightness(0) invert(1); }
.solution-card h3 { margin: 18px 0 15px; font-size: 31px; }
.solution-card p { max-width: 450px; margin: 0; font-size: 16px; line-height: 1.3; }
.explore-button { display: inline-flex; align-items: center; justify-content: center; margin-top: 25px; transition: transform .2s ease, box-shadow .2s ease; }
.explore-button:hover { transform: translateY(-2px); box-shadow: 0 7px 16px rgba(0,0,0,.2); }
.explore-button--asset { width: 164px; height: 48px; }
.explore-button--asset img { width: 164px; height: 48px; object-fit: contain; filter: none; }

.button { display: inline-flex; min-height: 43px; align-items: center; justify-content: center; gap: 11px; padding: 0 17px; border: 0; border-radius: 999px; color: #fff; font-size: 13px; font-weight: 700; cursor: pointer; }
.button--green { background: var(--green); }
.button-icon { width: 16px; height: 16px; object-fit: contain; }
.button-icon--light { filter: invert(1); }
.contact { width: min(calc(100% - 64px), 1216px); margin: 0 auto; padding: 104px 0 112px; }
.contact .section-heading h2 { max-width: 950px; margin: 0 auto; font-size: clamp(42px, 5.5vw, 74px); line-height: 1.07; letter-spacing: -2.5px; }
.contact .section-heading p { max-width: 900px; margin: 29px auto 0; color: #777; font-size: clamp(18px, 2vw, 27px); line-height: 1.32; }
.contact-form { width: min(100%, 870px); flex-direction: column; align-items: center; gap: 46px; margin: 63px auto 0; }
.contact-form input { width: 100%; height: 80px; padding: 0 36px; border: 2px solid #888; border-radius: 999px; outline: none; font: inherit; font-size: 20px; color: #555; }
.contact-form input::placeholder { color: #777; opacity: 1; }
.contact-form .button { min-height: 78px; padding: 0 34px; font-size: 21px; gap: 15px; }
.contact-form .button-icon { width: 25px; height: 25px; }

.site-footer { width: calc(100% - 64px); max-width: 1216px; justify-content: space-between; gap: 40px; margin: 0 auto 32px; padding: 42px 50px; border-radius: 42px; background: var(--surface); }
.footer-brand { display: flex; align-items: flex-start; gap: 11px; font-size: 17px; line-height: 1.06; }
.footer-brand img { width: 60px; height: 60px; object-fit: contain; }
.footer-block { display: flex; flex-direction: column; gap: 10px; font-size: 13px; }
.footer-block h2 { margin: 0 0 -5px; font-size: 17px; }
.footer-block p, .footer-block a { margin: 0; color: #555; line-height: 1.28; }
.with-icon { display: flex; align-items: flex-start; gap: 12px; }
.with-icon > img { width: 17px; height: 17px; margin-top: 2px; object-fit: contain; }
.social > div { display: flex; gap: 12px; align-items: center; }
.social a img { width: 20px; height: 20px; object-fit: contain; }

.contact-modal { position: fixed; z-index: 20; inset: 0; display: none; align-items: flex-start; justify-content: center; padding-top: 140px; }
.contact-modal.is-open { display: flex; }
.contact-modal-backdrop { position: absolute; inset: 0; background: rgba(150,150,150,.48); backdrop-filter: blur(1px); cursor: pointer; }
.contact-dialog { position: relative; z-index: 1; width: min(486px, calc(100% - 32px)); padding: 24px 28px 28px; border-radius: 38px; background: #fff; box-shadow: 0 18px 45px rgba(0,0,0,.15); }
.contact-dialog h2 { margin: 0 0 24px 3px; font-size: 22px; }
.contact-close { position: absolute; top: 21px; right: 22px; border: 0; background: transparent; color: #666; font-size: 29px; cursor: pointer; }
.modal-form { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.modal-form input, .modal-form textarea { width: 100%; border: 1px solid #9b9b9b; border-radius: 999px; outline: none; font: inherit; font-size: 11px; }
.modal-form input { height: 43px; padding: 0 18px; }
.modal-form textarea { min-height: 137px; padding: 14px 18px; border-radius: 18px; resize: vertical; }
.modal-form .button { margin-top: 2px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 850px) {
  .solutions-hero { margin: 16px; padding: 25px; border-radius: 30px; }
  .main-nav { display: none; }
  .solution-cards { grid-template-columns: 1fr; }
  .solution-card { min-height: 410px; padding: 50px 40px; }
  .site-footer { flex-wrap: wrap; }
}
@media (max-width: 590px) {
  .desktop-only, .language { display: none; }
  .solutions-hero { min-height: 290px; margin: 12px; padding: 20px; }
  .solutions-hero h1 { margin-top: 85px; font-size: 50px; }
  .solutions-list, .contact { width: calc(100% - 36px); }
  .section-heading p { font-size: 13px; }
  .contact { padding: 70px 0 80px; }
  .contact .section-heading h2 { font-size: 42px; letter-spacing: -1.5px; }
  .contact .section-heading p { margin-top: 20px; font-size: 17px; }
  .contact-form { gap: 28px; margin-top: 38px; }
  .contact-form input { height: 60px; padding: 0 22px; font-size: 16px; }
  .contact-form .button { min-height: 60px; padding: 0 25px; font-size: 17px; }
  .contact-form .button-icon { width: 20px; height: 20px; }
  .solution-card { min-height: 390px; border-radius: 30px; }
  .site-footer { width: calc(100% - 24px); flex-direction: column; gap: 28px; margin-bottom: 12px; padding: 34px 28px; border-radius: 30px; }
  .contact-modal { padding-top: 70px; }
  .contact-dialog { padding: 22px 20px 23px; border-radius: 30px; }
}

/* Group 50 logo backdrop */
.brand img{width:48px;height:48px;padding:3px;object-fit:contain;background:url("assets/icons/Group 50.svg") center/48px 48px no-repeat;}


