:root {
  --idm-black: #07100b;
  --idm-charcoal: #0d1711;
  --idm-panel: #122018;
  --idm-green: #43fd7d;
  --idm-green-dark: #22c75b;
  --idm-text: #202b24;
  --idm-muted: #647068;
  --idm-line: #dfe8e1;
  --idm-soft: #f4f8f5;
}

html { scroll-behavior: smooth; }
body { color: var(--idm-text); background: #fff; }
#header { background: rgba(7, 16, 11, 0.96); border-bottom: 1px solid rgba(67,253,125,.18); box-shadow: 0 10px 35px rgba(0,0,0,.18); }
#header .logo img { max-height: 50px; }
.main-nav a { color: #eef8f0; font-weight: 600; }
.main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a { color: var(--idm-green); }
.main-nav .drop-down ul { background: #fff; border: 1px solid var(--idm-line); border-radius: 8px; overflow: hidden; }
.main-nav .drop-down ul a { color: var(--idm-text); text-transform: none; }
.main-nav .drop-down ul a:hover { color: #087b36; background: var(--idm-soft); }

#intro { min-height: 780px; background: radial-gradient(circle at 85% 20%, rgba(67,253,125,.15), transparent 30%), linear-gradient(135deg, #050a07 0%, #0b1710 58%, #102319 100%); padding: 180px 0 105px; overflow: hidden; }
.hero-grid { display: flex; align-items: center; gap: 5%; }
#intro .intro-info { width: 56%; float: none; }
#intro .intro-img { width: 39%; float: none; }
.eyebrow, .section-kicker { display: inline-block; color: #119644; font-size: 12px; line-height: 1.4; font-weight: 700; letter-spacing: 2px; margin-bottom: 18px; }
#intro .eyebrow { color: var(--idm-green); }
#intro .intro-info h1 { color: #fff; font-size: 58px; line-height: 1.08; font-weight: 700; letter-spacing: -1.8px; margin-bottom: 24px; }
#intro .intro-info h1 span { color: var(--idm-green); }
.hero-copy { color: #c7d7cb; font-size: 18px; line-height: 1.75; max-width: 720px; margin-bottom: 32px; }
.hero-actions { margin-bottom: 28px; }
#intro .intro-info .btn-get-started, #intro .intro-info .btn-services { padding: 13px 28px; border-radius: 6px; text-transform: none; }
#intro .intro-info .btn-get-started { color: #061009; }
#intro .intro-info .btn-get-started:hover { background: #fff; border-color: #fff; color: #061009; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 20px; color: #dce8df; font-size: 13px; }
.hero-trust i { color: var(--idm-green); margin-right: 6px; }
.hero-visual-frame { padding: 28px; border: 1px solid rgba(67,253,125,.25); border-radius: 30px 8px 30px 8px; background: rgba(255,255,255,.04); box-shadow: 0 30px 70px rgba(0,0,0,.35); }

.section-pad { padding: 95px 0; }
.section-dark { background: var(--idm-black); }
.section-muted { background: var(--idm-soft); }
.display-heading, .section-header h2 { color: var(--idm-black); font-size: 38px; line-height: 1.22; font-weight: 700; letter-spacing: -1px; }
.section-header { margin-bottom: 48px; }
.section-header h2:before, .section-header h2:after { display: none; }
.section-header p { color: var(--idm-muted); max-width: 720px; margin: 0 auto; font-size: 16px; line-height: 1.7; }
.light-heading h2 { color: #fff; }
.light-heading p { color: #b7c8bc; }
.lead-copy { font-size: 19px; line-height: 1.75; color: #2b3d30; margin-bottom: 18px; }
.text-link { color: #0a873a; font-weight: 700; }
.text-link i, .service-card a i { margin-left: 7px; font-size: 12px; }

.capability-grid { margin-top: 55px; }
.capability-card { height: 100%; padding: 30px 24px; background: #fff; border: 1px solid var(--idm-line); border-top: 3px solid var(--idm-green); border-radius: 8px; box-shadow: 0 15px 40px rgba(12,40,21,.07); }
.capability-card i { color: #0c913d; font-size: 29px; margin-bottom: 20px; }
.capability-card h3, .service-card h3, .process-card h3, .why-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 12px; }
.capability-card p, .service-card p, .process-card p, .why-card p { margin: 0; color: var(--idm-muted); line-height: 1.65; font-size: 14px; }

.service-grid > div { margin-bottom: 30px; }
.service-card { height: 100%; padding: 34px 30px; border-radius: 8px; border: 1px solid rgba(67,253,125,.16); background: var(--idm-panel); transition: transform .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(67,253,125,.58); }
.service-card > i { display: inline-block; color: var(--idm-green); font-size: 42px; margin-bottom: 24px; }
.service-card h3 { color: #fff; font-size: 20px; }
.service-card p { color: #b4c5b9; margin-bottom: 22px; }
.service-card a { color: var(--idm-green); font-weight: 700; font-size: 13px; }

.industry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.industry-item { display: flex; align-items: center; gap: 15px; padding: 24px; border: 1px solid var(--idm-line); border-radius: 8px; background: #fff; font-weight: 700; }
.industry-item i { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 50%; color: #087b36; background: rgba(67,253,125,.14); font-size: 18px; }

.process-row > div, .why-grid > div { margin-bottom: 30px; }
.process-card { position: relative; height: 100%; padding: 30px; background: #fff; border: 1px solid var(--idm-line); border-radius: 8px; }
.process-card span { display: block; color: #0b923e; font-family: Montserrat, sans-serif; font-size: 13px; font-weight: 700; margin-bottom: 30px; }
.process-card:after { content: ""; position: absolute; left: 30px; top: 58px; width: 40px; height: 2px; background: var(--idm-green); }
.why-card { height: 100%; padding: 28px; background: var(--idm-panel); border: 1px solid rgba(255,255,255,.08); border-radius: 8px; }
.why-card i { color: var(--idm-green); font-size: 25px; margin-bottom: 18px; }
.why-card h3 { color: #fff; }
.why-card p { color: #b4c5b9; }

.partner-section #clients { background: transparent; }
#clients .client-logo { background: #fff; border-color: var(--idm-line); min-height: 150px; }
#clients .client-logo img { filter: grayscale(1); opacity: .68; }
#clients .client-logo:hover img { filter: grayscale(0); opacity: 1; }

.cta-band { padding: 62px 0; background: var(--idm-green); color: #061009; }
.cta-band .section-kicker { color: #075528; margin-bottom: 10px; }
.cta-band h2 { margin: 0; font-size: 34px; font-weight: 700; }
.cta-button { display: inline-block; padding: 14px 25px; border-radius: 6px; background: #07100b; color: #fff; font-weight: 700; }
.cta-button:hover { color: var(--idm-green); }

.contact-panel { overflow: hidden; border: 1px solid var(--idm-line); border-radius: 12px; box-shadow: 0 20px 55px rgba(10,40,20,.08); }
.contact-details { padding: 48px 38px; color: #fff; background: var(--idm-black); }
.contact-details h3 { font-size: 25px; font-weight: 700; margin-bottom: 38px; }
.contact-line { display: flex; gap: 16px; margin-bottom: 27px; }
.contact-line i { color: var(--idm-green); font-size: 29px; }
.contact-line strong, .contact-line span, .contact-line a { display: block; }
.contact-line strong { color: #fff; font-size: 13px; margin-bottom: 5px; }
.contact-line span, .contact-line a { color: #b8c9bd; line-height: 1.6; }
#contact .form { padding: 42px 38px; }
#contact .form label { display: block; color: #334139; font-size: 13px; font-weight: 700; }
#contact .form input, #contact .form textarea, #contact .form select { height: 46px; border: 1px solid #ced9d1; border-radius: 5px; }
#contact .form textarea { height: auto; }
#contact .form button[type="submit"] { border-radius: 5px; color: #07100b; font-weight: 700; }
.form-privacy { margin: 4px 0 20px; color: var(--idm-muted); font-size: 12px; line-height: 1.6; }

#footer { background: #030705; }
#footer .footer-top { background: #09120d; }
#footer .footer-top .footer-info img {width: 240px;max-width: 100%;height: auto;margin-bottom: 22px;}
#footer .footer-top .footer-info p { color: #aab9af; font-size: 13px; line-height: 1.7; }
#footer .footer-top h4 { color: #fff; }
#footer .footer-top h4:before { background: var(--idm-green); }
#footer .footer-top h4:after { background: rgba(67,253,125,.28); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 991px) {
  #header { height: 80px; padding: 10px 0; }
  #intro { min-height: auto; padding: 135px 0 75px; }
  .hero-grid { display: block; }
  #intro .intro-info, #intro .intro-img { width: 100%; }
  #intro .intro-img { margin: 45px auto 0; max-width: 560px; }
  #intro .intro-info h1 { font-size: 46px; }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-band, .cta-band .text-lg-right { text-align: center !important; }
  .cta-band h2 { margin-bottom: 28px; }
}

@media (max-width: 767px) {
  .section-pad { padding: 70px 0; }
  #intro .intro-info h1 { font-size: 38px; letter-spacing: -1px; }
  .hero-copy { font-size: 16px; }
  .hero-trust { display: grid; gap: 10px; }
  .display-heading, .section-header h2 { font-size: 30px; }
  .capability-grid > div { margin-bottom: 20px; }
  .industry-grid { grid-template-columns: 1fr; }
  .cta-band h2 { font-size: 28px; }
  .contact-details, #contact .form { padding: 32px 24px; }
}

@media (max-width: 480px) {
  #intro .intro-info h1 { font-size: 33px; }
  #intro .intro-info .btn-get-started, #intro .intro-info .btn-services { display: block; width: 100%; text-align: center; margin-right: 0; }
}
