:root {
  --sm-teal: #008082;
  --sm-teal-dark: #006568;
  --sm-coral: #e8ad8c;
  --sm-ink: #132d35;
  --sm-body: #40535a;
  --sm-soft: #f5f1eb;
  --sm-white: #ffffff;
  --sm-border: #dce4e2;
  --sm-success: #12663f;
  --sm-error: #9b2f2f;
  --sm-radius: 6px;
  --sm-shadow: 0 18px 45px rgba(19, 45, 53, .11);
  --sm-container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--sm-body);
  background: var(--sm-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--sm-teal-dark); text-underline-offset: 3px; }
a:hover { color: var(--sm-teal); }
h1, h2, h3, h4 { color: var(--sm-ink); line-height: 1.16; letter-spacing: -.025em; margin: 0 0 .65em; }
h1 { font-size: clamp(2.5rem, 5vw, 4.85rem); }
h2 { font-size: clamp(2rem, 3.4vw, 3.3rem); }
h3 { font-size: 1.32rem; }
p { margin: 0 0 1.2em; }
ul, ol { margin-top: 0; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--sm-coral); outline-offset: 4px; }
.screen-reader-text { border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal!important; }
.sm-skip-link { position: fixed; left: 16px; top: -100px; z-index: 99999; background: var(--sm-ink); color: white; padding: 12px 18px; }
.sm-skip-link:focus { top: 16px; }
.sm-container { width: min(calc(100% - 40px), var(--sm-container)); margin-inline: auto; }
.sm-narrow { max-width: 780px; }
.sm-main { min-height: 60vh; }
.sm-section { padding: clamp(72px, 9vw, 122px) 0; }
.sm-section-soft { background: var(--sm-soft); }
.sm-section-dark { background: var(--sm-ink); color: #dce9e8; }
.sm-section-dark h2, .sm-section-dark h3 { color: white; }
.sm-section-dark .sm-eyebrow { color: #7ed0cc; }
.sm-eyebrow { color: var(--sm-teal-dark); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 18px; }
.sm-lead { font-size: clamp(1.14rem, 1.8vw, 1.35rem); line-height: 1.65; }
.sm-lead-sm { font-size: 1.15rem; }
.sm-small { font-size: .88rem; }
.sm-button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 28px; }
.sm-button-row-center { justify-content: center; }
.sm-button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 22px;
  border: 2px solid var(--sm-teal); border-radius: 3px; background: var(--sm-teal); color: white; font-weight: 750;
  line-height: 1.2; text-decoration: none; transition: background .2s, border-color .2s, transform .2s;
}
.sm-button:hover { background: var(--sm-teal-dark); border-color: var(--sm-teal-dark); color: white; transform: translateY(-1px); }
.sm-button-small { min-height: 42px; padding: 9px 16px; font-size: .9rem; }
.sm-button-light { background: white; border-color: white; color: var(--sm-ink); }
.sm-button-light:hover { background: var(--sm-coral); border-color: var(--sm-coral); color: var(--sm-ink); }
.sm-button-outline { background: transparent; color: var(--sm-teal-dark); }
.sm-button-ghost { background: transparent; border-color: rgba(255,255,255,.55); color: white; }
.sm-button-ghost:hover { border-color: white; background: rgba(255,255,255,.08); }
.sm-text-link { font-weight: 800; text-decoration-thickness: 2px; }

/* Header */
.sm-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.97); box-shadow: 0 1px 0 var(--sm-border); backdrop-filter: blur(12px); }
.admin-bar .sm-header { top: 32px; }
.sm-topbar { background: var(--sm-ink); color: #d9e7e6; font-size: .78rem; }
.sm-topbar-inner, .sm-topbar-links { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.sm-topbar-inner { min-height: 34px; }
.sm-topbar a { color: white; text-decoration: none; }
.sm-navbar { min-height: 84px; display: grid; grid-template-columns: 225px 1fr auto; align-items: center; gap: 28px; }
.sm-brand img, .sm-brand .custom-logo { width: 210px; max-height: 69px; object-fit: contain; object-position: left center; }
.sm-brand .custom-logo-link { display: block; }
.sm-menu { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 2vw, 28px); list-style: none; margin: 0; padding: 0; }
.sm-menu a { color: var(--sm-ink); font-size: .94rem; font-weight: 690; text-decoration: none; white-space: nowrap; }
.sm-menu a:hover, .sm-menu .current-menu-item > a { color: var(--sm-teal); }
.sm-header-actions { display: flex; align-items: center; gap: 14px; }
.sm-language { display: flex; gap: 5px; color: #73858a; font-size: .78rem; }
.sm-language strong { color: var(--sm-ink); }
.sm-menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--sm-border); background: white; border-radius: 3px; }
.sm-menu-icon, .sm-menu-icon::before, .sm-menu-icon::after { display: block; width: 22px; height: 2px; background: var(--sm-ink); margin: auto; content: ""; transition: transform .2s; }
.sm-menu-icon::before { transform: translateY(-7px); }
.sm-menu-icon::after { transform: translateY(5px); }

/* Hero */
.sm-hero { position: relative; min-height: min(760px, 78vh); display: flex; align-items: center; overflow: hidden; background: var(--sm-ink); }
.sm-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(11,30,36,.95) 0%, rgba(11,30,36,.84) 37%, rgba(11,30,36,.18) 68%, rgba(11,30,36,0) 100%), var(--hero-image); background-size: cover; background-position: center; }
.sm-hero-inner { position: relative; z-index: 2; padding-block: 90px; }
.sm-hero-copy { max-width: 720px; color: #edf5f4; }
.sm-hero h1 { color: white; font-size: clamp(2.7rem, 5.2vw, 5.1rem); max-width: 900px; }
.sm-hero .sm-eyebrow { color: #85d6d1; }
.sm-hero .sm-lead { max-width: 690px; color: #d7e7e5; }
.sm-trust-strip { background: white; border-bottom: 1px solid var(--sm-border); }
.sm-trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.sm-trust-grid > div { padding: 26px 22px; border-right: 1px solid var(--sm-border); }
.sm-trust-grid > div:first-child { border-left: 1px solid var(--sm-border); }
.sm-trust-grid strong, .sm-trust-grid span { display: block; }
.sm-trust-grid strong { color: var(--sm-ink); font-size: 1.05rem; }
.sm-trust-grid span { color: #66787d; font-size: .84rem; }

/* Sections */
.sm-section-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; margin-bottom: 48px; }
.sm-section-head h2 { margin-bottom: 0; }
.sm-section-head > p { max-width: 540px; }
.sm-card-grid { display: grid; gap: 18px; }
.sm-card-grid-4 { grid-template-columns: repeat(4,1fr); }
.sm-card-grid-3 { grid-template-columns: repeat(3,1fr); }
.sm-service-card { position: relative; min-height: 315px; padding: 34px 28px; border: 1px solid var(--sm-border); background: white; display: flex; flex-direction: column; }
.sm-service-card::after { content: ""; width: 44px; height: 3px; background: var(--sm-coral); position: absolute; left: 28px; top: 0; }
.sm-service-card h2, .sm-service-card h3 { margin-top: 30px; }
.sm-service-card p { font-size: .96rem; }
.sm-service-card a { margin-top: auto; font-weight: 800; text-decoration: none; }
.sm-service-card-accent { background: var(--sm-teal); color: white; border-color: var(--sm-teal); }
.sm-service-card-accent h3, .sm-service-card-accent a { color: white; }
.sm-card-number { color: #87989b; font-weight: 800; font-size: .8rem; letter-spacing: .12em; }
.sm-service-card-accent .sm-card-number { color: #c2efec; }
.sm-split { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); align-items: center; gap: clamp(45px, 7vw, 100px); }
.sm-split-reverse > :first-child { order: 2; }
.sm-split-reverse > :last-child { order: 1; }
.sm-align-start { align-items: start; }
.sm-image-frame { position: relative; overflow: hidden; border-radius: var(--sm-radius); box-shadow: var(--sm-shadow); }
.sm-image-frame::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.55); pointer-events: none; }
.sm-image-frame img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.sm-product-list { display: grid; grid-template-columns: 1fr 1fr; margin: 26px 0; border-top: 1px solid #cfdad7; }
.sm-product-list a { display: flex; justify-content: space-between; gap: 12px; padding: 15px 0; margin-right: 20px; color: var(--sm-ink); border-bottom: 1px solid #cfdad7; text-decoration: none; font-weight: 720; }
.sm-product-list a:hover { color: var(--sm-teal); }
.sm-process { display: grid; grid-template-columns: repeat(5,1fr); list-style: none; margin: 0; padding: 0; counter-reset: process; }
.sm-process li { position: relative; padding: 30px 24px 20px; border-top: 3px solid var(--sm-teal); border-right: 1px solid var(--sm-border); }
.sm-process li:first-child { border-left: 1px solid var(--sm-border); }
.sm-process span { display: block; color: var(--sm-teal); font-weight: 900; font-size: .8rem; margin-bottom: 36px; }
.sm-process li:not(:last-child)::after { content: "→"; position: absolute; top: 20px; right: -10px; z-index: 2; background: white; color: var(--sm-coral); padding: 0 3px; }
.sm-process h3 { font-size: 1.08rem; }
.sm-process p { font-size: .86rem; line-height: 1.55; }
.sm-check-list { padding: 0; margin: 25px 0; list-style: none; display: grid; gap: 11px; }
.sm-check-list li { position: relative; padding-left: 29px; }
.sm-check-list li::before { content: "✓"; position: absolute; left: 0; color: #72c9c5; font-weight: 900; }
.sm-check-list-light li::before { color: var(--sm-teal); }
.sm-chip-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 26px 0 32px; }
.sm-chip-list span { padding: 8px 12px; border: 1px solid #bdcfcc; color: var(--sm-ink); background: white; border-radius: 100px; font-size: .84rem; font-weight: 650; }
.sm-industry-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--sm-border); border: 1px solid var(--sm-border); }
.sm-industry-grid div { min-height: 120px; background: white; display: flex; align-items: flex-end; padding: 28px; color: var(--sm-ink); font-weight: 780; }
.sm-accordion details { border-top: 1px solid var(--sm-border); }
.sm-accordion details:last-child { border-bottom: 1px solid var(--sm-border); }
.sm-accordion summary { cursor: pointer; padding: 20px 40px 20px 0; color: var(--sm-ink); font-weight: 780; list-style: none; position: relative; }
.sm-accordion summary::-webkit-details-marker { display: none; }
.sm-accordion summary::after { content: "+"; position: absolute; right: 8px; font-size: 1.4rem; color: var(--sm-teal); }
.sm-accordion details[open] summary::after { content: "–"; }
.sm-accordion details p { padding-right: 30px; }
.sm-accordion-wide { max-width: 850px; margin: 30px auto 80px; }
.sm-final-cta { padding: clamp(75px, 9vw, 120px) 0; text-align: center; background: var(--sm-teal-dark); color: #e9f5f4; }
.sm-final-cta h2 { color: white; max-width: 850px; margin-inline: auto; }
.sm-final-cta p:not(.sm-eyebrow) { max-width: 680px; margin-inline: auto; }
.sm-final-cta .sm-eyebrow { color: #9fe2df; }

/* Pages */
.sm-page-hero { padding: clamp(65px, 8vw, 105px) 0; background: var(--sm-soft); border-bottom: 1px solid var(--sm-border); }
.sm-page-hero h1 { font-size: clamp(2.5rem, 5vw, 4.2rem); }
.sm-page-content { padding-block: clamp(65px, 8vw, 105px); }
.sm-page-content > p, .sm-page-content > h2, .sm-page-content > h3, .sm-page-content > ul, .sm-page-content > ol { max-width: 760px; }
.sm-intro { max-width: 820px; margin-bottom: 60px; }
.sm-page-split { margin-bottom: 80px; }
.sm-category-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: var(--sm-border); border: 1px solid var(--sm-border); margin-bottom: 60px; }
.sm-category-grid article { background: white; padding: 32px; }
.sm-category-grid h2 { font-size: 1.35rem; }
.sm-category-grid p { margin-bottom: 0; }
.sm-spec-box { margin-top: 60px; padding: clamp(30px,5vw,55px); background: var(--sm-soft); border-left: 5px solid var(--sm-teal); }
.sm-notice { padding: 20px 24px; margin: 35px 0; background: #fff8e8; border-left: 4px solid #cc8734; color: #62471f; }
.sm-quote-card { padding: 45px; background: var(--sm-ink); color: white; }
.sm-quote-card p { font-size: clamp(1.6rem,3vw,2.4rem); line-height: 1.35; color: white; }
.sm-quote-card span { color: #9bcac6; font-weight: 750; }
.sm-contact-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--sm-border); border: 1px solid var(--sm-border); margin-bottom: 60px; }
.sm-contact-cards > div { background: white; padding: 25px; }
.sm-contact-cards span, .sm-contact-cards a, .sm-contact-cards strong { display: block; }
.sm-contact-cards span { font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; color: #708085; font-weight: 800; }
.sm-contact-cards a, .sm-contact-cards strong { margin-top: 7px; color: var(--sm-ink); font-weight: 750; text-decoration: none; }
.sm-form-tabs { display: grid; grid-template-columns: 1fr; gap: 70px; }
.sm-form-tabs > section { padding: clamp(25px,4vw,50px); background: var(--sm-soft); }

/* Forms */
.sm-form { margin-top: 30px; }
.sm-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.sm-field { margin-bottom: 18px; }
.sm-field label { display: block; margin-bottom: 7px; color: var(--sm-ink); font-size: .9rem; font-weight: 750; }
.sm-field input, .sm-field select, .sm-field textarea { width: 100%; min-height: 50px; padding: 10px 12px; border: 1px solid #aabbb8; border-radius: 2px; background: white; color: var(--sm-ink); }
.sm-field textarea { min-height: 120px; resize: vertical; }
.sm-field input:focus, .sm-field select:focus, .sm-field textarea:focus { border-color: var(--sm-teal); outline: 3px solid rgba(0,128,130,.15); }
.sm-consent { display: flex; align-items: flex-start; gap: 10px; margin: 20px 0; font-size: .88rem; }
.sm-consent input { width: 20px; height: 20px; margin-top: 3px; }
.sm-form-note { font-size: .83rem; }
.sm-honeypot { position: absolute!important; left: -10000px!important; width: 1px!important; height: 1px!important; overflow: hidden!important; }
.sm-alert { padding: 15px 18px; margin-bottom: 22px; border-left: 4px solid; }
.sm-alert-success { background: #eaf7ef; border-color: var(--sm-success); color: var(--sm-success); }
.sm-alert-error { background: #fff0f0; border-color: var(--sm-error); color: var(--sm-error); }

/* Blog, Woo and 404 */
.sm-post-list { padding-block: 70px; }
.sm-post-card { max-width: 780px; padding: 30px 0; border-bottom: 1px solid var(--sm-border); }
.sm-post-card h2 { font-size: 1.7rem; }
.sm-post-card h2 a { color: var(--sm-ink); text-decoration: none; }
.sm-error-page { padding: clamp(100px,12vw,180px) 0; background: var(--sm-soft); }
.woocommerce .products, .woocommerce div.product { max-width: var(--sm-container); margin-inline: auto; padding: 50px 20px; }
.woocommerce ul.products li.product .price, .woocommerce div.product p.price { color: var(--sm-teal); }

/* Footer */
.sm-footer { background: #0b2229; color: #bdd0d1; padding-top: 70px; }
.sm-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 55px; }
.sm-footer h2 { color: white; font-size: .92rem; text-transform: uppercase; letter-spacing: .12em; }
.sm-footer-logo { width: 205px; margin-bottom: 20px; }
.sm-footer p { font-size: .9rem; max-width: 380px; }
.sm-footer ul { list-style: none; margin: 0; padding: 0; }
.sm-footer li { margin: 8px 0; font-size: .9rem; }
.sm-footer a { color: #e4eeee; text-decoration: none; }
.sm-footer a:hover { color: var(--sm-coral); }
.sm-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.12); }
.sm-footer-bottom p { margin: 0; }

@media (max-width: 1080px) {
  .sm-navbar { grid-template-columns: 200px 1fr auto; }
  .sm-header-actions .sm-language { display: none; }
  .sm-menu { gap: 14px; }
  .sm-menu a { font-size: .86rem; }
  .sm-card-grid-4 { grid-template-columns: 1fr 1fr; }
  .sm-process { grid-template-columns: 1fr; }
  .sm-process li { border: 1px solid var(--sm-border); border-top: 0; padding: 22px; }
  .sm-process li:first-child { border-top: 3px solid var(--sm-teal); }
  .sm-process li:not(:last-child)::after { content: "↓"; top: auto; bottom: -15px; right: 20px; }
  .sm-process span { margin-bottom: 10px; }
}

@media (max-width: 880px) {
  .admin-bar .sm-header { top: 46px; }
  .sm-topbar { display: none; }
  .sm-navbar { min-height: 74px; grid-template-columns: 1fr auto; }
  .sm-brand img, .sm-brand .custom-logo { width: 185px; }
  .sm-menu-toggle { display: block; }
  .sm-navigation { display: none; position: absolute; left: 0; right: 0; top: 74px; background: white; border-top: 1px solid var(--sm-border); box-shadow: var(--sm-shadow); }
  .sm-navigation.is-open { display: block; }
  .sm-navigation .sm-menu { display: block; padding: 15px 20px 25px; }
  .sm-navigation .sm-menu li { border-bottom: 1px solid var(--sm-border); }
  .sm-navigation .sm-menu a { display: block; padding: 13px 4px; font-size: 1rem; }
  .sm-header-actions { display: none; }
  .sm-section-head { grid-template-columns: 1fr; gap: 18px; }
  .sm-split, .sm-split-reverse { grid-template-columns: 1fr; }
  .sm-split-reverse > :first-child, .sm-split-reverse > :last-child { order: initial; }
  .sm-trust-grid { grid-template-columns: 1fr 1fr; }
  .sm-trust-grid > div:nth-child(3) { border-left: 1px solid var(--sm-border); }
  .sm-industry-grid { grid-template-columns: 1fr 1fr; }
  .sm-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .sm-container { width: min(calc(100% - 28px), var(--sm-container)); }
  .sm-hero { min-height: 690px; align-items: flex-end; }
  .sm-hero::before { background-image: linear-gradient(0deg, rgba(11,30,36,.98) 0%, rgba(11,30,36,.82) 68%, rgba(11,30,36,.3) 100%), var(--hero-image); background-position: 66% center; }
  .sm-hero-inner { padding-block: 65px; }
  .sm-hero h1 { font-size: clamp(2.35rem, 12vw, 3.6rem); }
  .sm-trust-grid, .sm-card-grid-4, .sm-card-grid-3, .sm-category-grid, .sm-contact-cards, .sm-form-grid, .sm-industry-grid, .sm-footer-grid { grid-template-columns: 1fr; }
  .sm-trust-grid > div, .sm-trust-grid > div:first-child, .sm-trust-grid > div:nth-child(3) { border-left: 1px solid var(--sm-border); }
  .sm-service-card { min-height: 260px; }
  .sm-product-list { grid-template-columns: 1fr; }
  .sm-footer-bottom { display: block; }
  .sm-button-row .sm-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
}

