body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}.aspect--9\:16,.responsive.ratio-916{padding-bottom:177.7777%}.aspect--1\:1,.responsive.ratio-11{padding-bottom:100%}
:root {
  --bit-dark: #2c3e50;
  --bit-orange: #e67e22;
  --bit-orange-dark: #c0651a;
  --bit-orange-light: rgba(230, 126, 34, 0.12);
  --bit-light: #f8f9fa;
  --bit-white: #ffffff;
  --bit-text: #2c3e50;
  --bit-muted: #7f8c8d;
  --bit-border: rgba(44, 62, 80, 0.12);
  --page-max: 1120px;
  --page-gutter: 48px;
  --page-gutter-mobile: 32px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  min-height: 100vh;
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: var(--bit-text);
  background: var(--bit-light);
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--bit-orange);
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--bit-orange-dark);
}

h1,
h2,
h3,
p,
ul,
ol {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 500;
}

h2 {
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
}

h3 {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
}

p {
  margin-bottom: 16px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
  background: var(--bit-white);
}

th,
td {
  padding: 10px 12px;
  border: 1px solid var(--bit-border);
  text-align: left;
  vertical-align: top;
}

th {
  font-weight: 500;
  background: rgba(44, 62, 80, 0.04);
}

#wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--bit-light);
}

#header {
  background: var(--bit-dark);
  border-bottom: 3px solid var(--bit-orange);
}

#header .inside,
#footer .inside,
#container {
  width: min(var(--page-max), calc(100% - var(--page-gutter)));
  margin: 0 auto;
}

#header .inside {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-logo,
.logo {
  color: var(--bit-white);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
}

.site-logo span,
.logo span {
  color: var(--bit-orange);
}

.mod_navigation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mod_navigation a,
.mod_navigation strong {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 400;
}

.mod_navigation a:hover,
.mod_navigation a:focus,
.mod_navigation strong {
  color: var(--bit-white);
}

#container {
  flex: 1 0 auto;
  padding: 42px 0 56px;
}

#main .inside {
  width: 100%;
  max-width: none;
}

.hero {
  margin: 0 0 42px;
  padding: 40px 32px 44px;
  color: var(--bit-white);
  background: var(--bit-dark);
  border-bottom: 3px solid var(--bit-orange);
  border-radius: 0;
}

.hero-with-image {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  align-items: center;
  gap: 32px;
}

.hero-copy {
  min-width: 0;
}

.hero-image {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.hero-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 28%;
}

.hero .section-label {
  margin-bottom: 20px;
}

.hero h1 {
  max-width: 720px;
  color: var(--bit-white);
}

.hero p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.68);
}

.section-label {
  margin-bottom: 20px;
  color: var(--bit-orange);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.page-intro {
  max-width: 720px;
  margin-bottom: 32px;
  color: var(--bit-muted);
  font-size: 16px;
}

.content-section {
  margin: 0 0 34px;
}

.content-section > p,
.content-section > div > p {
  max-width: 760px;
}


.content-section + .content-section {
  padding-top: 28px;
  border-top: 1px solid var(--bit-border);
}

.content-section ul {
  padding-left: 20px;
}

.content-section li {
  margin-bottom: 8px;
}

.note-box {
  margin: 20px 0;
  padding: 16px;
  color: var(--bit-text);
  background: var(--bit-white);
  border-left: 3px solid var(--bit-orange);
  box-shadow: 0 1px 0 var(--bit-border);
}

.contact-panel {
  max-width: 620px;
  padding: 20px;
  background: var(--bit-white);
  border: 1px solid var(--bit-border);
  border-radius: 8px;
}

.contact-panel p:last-child,
.note-box p:last-child,
.content-section p:last-child {
  margin-bottom: 0;
}

.legal-text {
  max-width: 760px;
  color: var(--bit-muted);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: start;
  gap: 40px;
}

.about-media-stack {
  display: flex;
  flex-direction: column;
  gap:  30px;
  padding-top: 18px;
}

.about-image {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--bit-border);
  border-radius: 8px;
  background: var(--bit-white);
  box-shadow: 0 1px 0 rgba(44, 62, 80, 0.04);
}

.about-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  object-position: center;
}

.about-image--illustration {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.about-image--illustration img {
  aspect-ratio: 4 / 3;
  object-position: center 28%;
}

.about-image figcaption,
.about-caption {
  padding: 9px 12px 10px;
  color: var(--bit-muted);
  font-size: 13px;
  line-height: 1.4;
  background: var(--bit-white);
  border-top: 1px solid var(--bit-border);
}


.btn-primary,
.btn-secondary {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
}

.btn-primary {
  border: none;
  color: var(--bit-white);
  background: var(--bit-orange);
  transition: background 0.2s ease;
}

.btn-primary:hover,
.btn-primary:focus {
  color: var(--bit-white);
  background: var(--bit-orange-dark);
}

.btn-secondary {
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
}

.btn-secondary:hover,
.btn-secondary:focus {
  color: var(--bit-white);
  border-color: rgba(255, 255, 255, 0.7);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 30px 0;
}

.service-card,
.reference-card {
  padding: 16px;
  background: var(--bit-white);
  border: 0.5px solid var(--bit-border);
  border-top: 2px solid var(--bit-orange);
  border-radius: 8px;
}

.reference-card {
  overflow: hidden;
}

.reference-image {
  margin: -16px -16px 16px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-bottom: 1px solid var(--bit-border);
  background: rgba(44, 62, 80, 0.04);
}

.reference-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.reference-app {
  max-width: 760px;
}


.price-badge,
.tag {
  display: inline-block;
  margin-top: 10px;
  padding: 4px 10px;
  color: var(--bit-orange-dark);
  background: var(--bit-orange-light);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
}

#footer {
  flex-shrink: 0;
  padding: 16px 0;
  color: rgba(255, 255, 255, 0.55);
  background: var(--bit-dark);
}

#footer .inside,
.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
}

.site-footer {
  width: 100%;
}

.footer-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

#footer a {
  color: rgba(255, 255, 255, 0.7);
}

#footer a:hover,
#footer a:focus {
  color: var(--bit-white);
}

@media (max-width: 760px) {
  #header .inside,
  #footer .inside {
    align-items: flex-start;
    flex-direction: column;
  }

  #header .inside,
  #footer .inside,
  #container {
    width: min(calc(100% - var(--page-gutter-mobile)), var(--page-max));
  }

  .mod_navigation ul {
    gap: 10px 14px;
  }

  .hero {
    padding-top: 32px;
    padding-bottom: 36px;
  }

  .hero-with-image,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-media-stack {
    padding-top: 0;
  }

  .hero-image,
  .about-image {
    max-width: 360px;
  }


  .card-grid {
    grid-template-columns: 1fr;
  }
}

