@charset "UTF-8";
/*--------------------------------------------------------------
# Variables, functions and mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
	* normalize.css v7.0.0 | MIT License
	* github.com/necolas/normalize.css
--------------------------------------------------------------*/
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

:root {
  --ds-blue: #1E40AF;
  --ds-blue-2: #2563EB;
  --ds-orange: #F97316;
  --ds-orange-2: #FB923C;
  --ds-navy: #0F172A;
  /* legacy aliases — keep so older selectors continue to resolve */
  --vt-green: var(--ds-blue);
  --vt-green-2: var(--ds-orange);
}

/* Add a little “brand pop” without touching your SCSS build */
.kicker,
.section-title,
.text-primary {
  color: var(--ds-blue) !important;
}

.button.button-primary {
  background: linear-gradient(135deg, var(--ds-blue) 0%, var(--ds-blue-2) 100%) !important;
  color: #fff !important;
}

.button.button-secondary {
  background: linear-gradient(135deg, var(--ds-orange) 0%, var(--ds-orange-2) 100%) !important;
  color: #fff !important;
}

/* Meet Dan row: image left, text right, left-aligned */
.feature-extended.meet-dan {
  align-items: center;
}

.feature-extended.meet-dan .feature-extended-body {
  text-align: left !important;
}

@media (max-width: 639px) {
  .feature-extended.meet-dan .feature-extended-body {
    text-align: center !important;
  }
}
/* Meet Dan heading + intro now live inside the body, on the left */
.feature-extended.meet-dan .feature-extended-body .section-title {
  font-size: clamp(1.6rem, 3.4vw, 2.3rem);
  padding-bottom: 6px;
  border-bottom-width: 3px;
  margin-bottom: 14px;
}

.feature-extended.meet-dan .feature-extended-body .meet-dan__intro {
  font-size: 0.95rem;
  line-height: 1.55;
  margin-bottom: 14px;
}

/* Fancy framed photo — width + orange frame right edge match the grey box below */
.feature-extended.meet-dan .meet-dan__photo,
.feature-extended.meet-dan .feature-extended-image img.meet-dan__photo {
  width: 100%;
  max-width: 550px;
  border: 5px solid #fff;
  border-radius: 0;
  display: block;
  margin: 0 auto;
  outline: 1.5px solid rgba(15, 23, 80, 0.18);
  outline-offset: 0;
  box-shadow:
    12px 12px 0 -2px var(--ds-orange),
    0 20px 40px -10px rgba(15, 23, 80, 0.26),
    0 7px 14px rgba(0, 0, 0, 0.09);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.feature-extended.meet-dan .meet-dan__photo:hover,
.feature-extended.meet-dan .feature-extended-image img.meet-dan__photo:hover {
  transform: translate(-2px, -2px);
  box-shadow:
    16px 16px 0 -2px var(--ds-orange),
    0 26px 46px -10px rgba(15, 23, 80, 0.3),
    0 9px 16px rgba(0, 0, 0, 0.11);
}

/* ======================================================
   FEATURES-EXTENDED: 3-row × 2-col CSS GRID (≥641px)
   All three sections share the same column tracks so
   photo / grey box / image align vertically by column.
====================================================== */
@media (min-width: 641px) {
  .features-extended-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 56px;
    row-gap: 88px;
    align-items: center;
  }

  /* Each .feature-extended is a transparent wrapper — its two children
     promote to grid items of features-extended-inner. */
  .features-extended-inner > .feature-extended {
    display: contents;
  }

  /* Reset the old flex order trick (was used for image-on-right alternation) */
  .features-extended-inner > .feature-extended:nth-child(even) > .feature-extended-image {
    order: 0;
  }

  /* Process 1 (row 2): grey box (body) → col 1, illustration → col 2 */
  .features-extended-inner > .feature-extended:nth-child(2) > .feature-extended-body {
    grid-column: 1;
    grid-row: 2;
  }
  .features-extended-inner > .feature-extended:nth-child(2) > .feature-extended-image {
    grid-column: 2;
    grid-row: 2;
  }

  /* Meet Dan body + photo zero out padding/margin so they hug the cell edges */
  .feature-extended.meet-dan .feature-extended-image,
  .feature-extended.meet-dan .feature-extended-body {
    padding: 0;
    margin: 0;
    min-width: 0;
    max-width: none;
    width: auto;
  }

  /* Photo left-aligned in its cell, sized so the orange frame's right edge
     lines up with the right edge of the grey box below. */
  .feature-extended.meet-dan .meet-dan__photo,
  .feature-extended.meet-dan .feature-extended-image img.meet-dan__photo {
    width: calc(100% - 10px);
    max-width: none;
    margin-left: 0;
    margin-right: auto;
  }

  /* Process illustrations fill their cell, left-aligned for column alignment */
  .features-extended-inner > .feature-extended:nth-child(n+2) > .feature-extended-image img,
  .features-extended-inner > .feature-extended:nth-child(n+2) > .feature-extended-image svg {
    width: 100%;
    max-width: 480px;
    margin: 0;
  }

  /* Grey boxes fill the full cell width */
  .features-extended-inner > .feature-extended:nth-child(2) > .feature-extended-body,
  .features-extended-inner > .feature-extended:nth-child(3) > .feature-extended-body {
    max-width: none;
    width: 100%;
  }
}

/* Smaller, tighter text in the Meet Dan body */
.feature-extended.meet-dan .feature-extended-body h3 {
  font-size: 1.05rem;
  line-height: 1.3;
  margin-bottom: 9px;
}

.feature-extended.meet-dan .feature-extended-body p {
  font-size: 0.85rem;
  line-height: 1.55;
  margin-bottom: 9px;
}

.feature-extended.meet-dan .feature-extended-body .button {
  font-size: 0.68rem;
  padding: 11px 20px;
  height: auto;
}

/* Make section headings a little more “highlighted” */
.section-title {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 3px solid rgba(249, 115, 22, 0.55);
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #FFFFFF; /* Fallback for when there is no custom background color defined. */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding-top: 100px;
}

hr {
  border: 0;
  display: block;
  height: 1px;
  background: #E3E7EB;
  background: linear-gradient(to right, rgba(227, 231, 235, 0.1) 0, rgba(227, 231, 235, 0.6) 50%, rgba(227, 231, 235, 0.1) 100%);
  margin-top: 24px;
  margin-bottom: 24px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 24px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 24px;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 24px;
  margin-bottom: 24px;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
  vertical-align: middle;
}

figure {
  margin: 24px 0; /* Extra wide images within figure tags don't overflow the content area. */
}

figcaption {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0;
}

img,
svg {
  display: block;
}

table {
  border-collapse: collapse;
  margin-bottom: 24px;
  width: 100%;
}

tr {
  border-bottom: 1px solid #E3E7EB;
}

th {
  text-align: left;
}

th,
td {
  padding: 10px 16px;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 18px;
  line-height: 27px;
}
@media (min-width: 641px) {
  html {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.1px;
  }
}

body {
  color: #5B6F82;
  font-size: 1rem;
}

body,
button,
input,
select,
textarea {
  font-family: "Lato", sans-serif;
}

a {
  color: inherit;
  text-decoration: underline;
}
a:hover, a:active {
  outline: 0;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  clear: both;
  color: #202B36;
  font-family: "PT Serif", serif;
  font-weight: 700;
}

h1,
.h1 {
  font-size: 36px;
  line-height: 46px;
  letter-spacing: -0.2px;
}
@media (min-width: 641px) {
  h1,
  .h1 {
    font-size: 42px;
    line-height: 52px;
    letter-spacing: -0.1px;
  }
}

h2,
.h2 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.1px;
}
@media (min-width: 641px) {
  h2,
  .h2 {
    font-size: 36px;
    line-height: 46px;
    letter-spacing: -0.2px;
  }
}

h3,
.h3,
blockquote {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.1px;
}
@media (min-width: 641px) {
  h3,
  .h3,
  blockquote {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.1px;
  }
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.1px;
}
@media (min-width: 641px) {
  h4,
  h5,
  h6,
  .h4,
  .h5,
  .h6 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.1px;
  }
}

@media (max-width: 640px) {
  .h1-mobile {
    font-size: 36px;
    line-height: 46px;
    letter-spacing: -0.2px;
  }
  .h2-mobile {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.1px;
  }
  .h3-mobile {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.1px;
  }
  .h4-mobile,
  .h5-mobile,
  .h6-mobile {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.1px;
  }
}
.text-light {
  color: rgba(255, 255, 255, 0.8);
}
.text-light a {
  color: rgba(255, 255, 255, 0.8);
}

.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6,
.text-light .h1, .text-light .h2, .text-light .h3, .text-light .h4, .text-light .h5, .text-light .h6 {
  color: #FFF !important;
}

.text-sm {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.1px;
}

.text-xs {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
}

h1, h2,
.h1, .h2 {
  margin-top: 48px;
  margin-bottom: 16px;
}

h3,
.h3 {
  margin-top: 36px;
  margin-bottom: 12px;
}

h4, h5, h6,
.h4, .h5, .h6 {
  margin-top: 24px;
  margin-bottom: 4px;
}

p {
  margin-top: 0;
  margin-bottom: 24px;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  color: #858e96;
  font-style: italic;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
}
blockquote::before {
  content: "“";
}
blockquote::after {
  content: "”";
}
blockquote p {
  display: inline;
}

address {
  color: #5B6F82;
  border-width: 1px 0;
  border-style: solid;
  border-color: #E3E7EB;
  padding: 24px 0;
  margin: 0 0 24px;
}

pre,
pre h1,
pre h2,
pre h3,
pre h4,
pre h5,
pre h6,
pre .h1,
pre .h2,
pre .h3,
pre .h4,
pre .h5,
pre .h6 {
  font-family: "Courier 10 Pitch", Courier, monospace;
}

pre, code, kbd, tt, var {
  background: #f3f4f6;
}

pre {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 16px;
  padding: 2px 4px;
}

abbr, acronym {
  cursor: help;
}

mark, ins {
  text-decoration: none;
}

small {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.1px;
}

b,
strong {
  font-weight: 700;
}

button,
input,
select,
textarea,
label {
  font-size: 18px;
  line-height: 27px;
}

/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
.container,
.container-sm {
  width: 100%;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 481px) {
  .container,
  .container-sm {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.container {
  max-width: 1128px;
}

.container-sm {
  max-width: 848px;
}

.container .container-sm {
  max-width: 800px;
  padding-left: 0;
  padding-right: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  border-radius: 2px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-size: 13px;
  letter-spacing: 0px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #FFFFFF;
  color: #1E40AF !important;
  border: none;
  height: auto;
  left: 8px;
  padding: 16px 32px;
  top: 8px;
  width: auto;
  z-index: 100000;
}

.list-reset {
  list-style: none;
  padding: 0;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-primary {
  color: #1E40AF;
}

.text-secondary {
  color: #F97316;
}

.has-top-divider {
  position: relative;
}
.has-top-divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 1px;
  background: #E3E7EB;
  background: linear-gradient(to right, rgba(227, 231, 235, 0.1) 0, rgba(227, 231, 235, 0.6) 50%, rgba(227, 231, 235, 0.1) 100%);
}

.has-bottom-divider {
  position: relative;
}
.has-bottom-divider::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 1px;
  background: #E3E7EB;
  background: linear-gradient(to right, rgba(227, 231, 235, 0.1) 0, rgba(227, 231, 235, 0.6) 50%, rgba(227, 231, 235, 0.1) 100%);
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.m-8 {
  margin: 8px;
}

.mt-8 {
  margin-top: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.m-16 {
  margin: 16px;
}

.mt-16 {
  margin-top: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.m-24 {
  margin: 24px;
}

.mt-24 {
  margin-top: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.m-32 {
  margin: 32px;
}

.mt-32 {
  margin-top: 32px;
}

.mr-32 {
  margin-right: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.ml-32 {
  margin-left: 32px;
}

.m-40 {
  margin: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.m-48 {
  margin: 48px;
}

.mt-48 {
  margin-top: 48px;
}

.mr-48 {
  margin-right: 48px;
}

.mb-48 {
  margin-bottom: 48px;
}

.ml-48 {
  margin-left: 48px;
}

.m-56 {
  margin: 56px;
}

.mt-56 {
  margin-top: 56px;
}

.mr-56 {
  margin-right: 56px;
}

.mb-56 {
  margin-bottom: 56px;
}

.ml-56 {
  margin-left: 56px;
}

.m-64 {
  margin: 64px;
}

.mt-64 {
  margin-top: 64px;
}

.mr-64 {
  margin-right: 64px;
}

.mb-64 {
  margin-bottom: 64px;
}

.ml-64 {
  margin-left: 64px;
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.p-8 {
  padding: 8px;
}

.pt-8 {
  padding-top: 8px;
}

.pr-8 {
  padding-right: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.p-16 {
  padding: 16px;
}

.pt-16 {
  padding-top: 16px;
}

.pr-16 {
  padding-right: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.p-24 {
  padding: 24px;
}

.pt-24 {
  padding-top: 24px;
}

.pr-24 {
  padding-right: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pl-24 {
  padding-left: 24px;
}

.p-32 {
  padding: 32px;
}

.pt-32 {
  padding-top: 32px;
}

.pr-32 {
  padding-right: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pl-32 {
  padding-left: 32px;
}

.p-40 {
  padding: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.p-48 {
  padding: 48px;
}

.pt-48 {
  padding-top: 48px;
}

.pr-48 {
  padding-right: 48px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pl-48 {
  padding-left: 48px;
}

.p-56 {
  padding: 56px;
}

.pt-56 {
  padding-top: 56px;
}

.pr-56 {
  padding-right: 56px;
}

.pb-56 {
  padding-bottom: 56px;
}

.pl-56 {
  padding-left: 56px;
}

.p-64 {
  padding: 64px;
}

.pt-64 {
  padding-top: 64px;
}

.pr-64 {
  padding-right: 64px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pl-64 {
  padding-left: 64px;
}

/* Reveal animations */
.sr .has-animations .is-revealing {
  visibility: hidden;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.button {
  display: inline-flex;
  font-size: 13px;
  letter-spacing: 0px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none !important;
  background-color: #FFFFFF;
  color: #1E40AF !important;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  justify-content: center;
  padding: 16px 32px;
  height: 48px;
  text-align: center;
  white-space: nowrap;
}
.button:active {
  outline: 0;
}
.button::before {
  border-radius: 2px;
}

.button-shadow {
  position: relative;
}
.button-shadow::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 8px 24px rgba(32, 43, 54, 0.12);
  mix-blend-mode: multiply;
  transition: box-shadow 0.15s ease;
}
.button-shadow:hover::before {
  box-shadow: 0 8px 24px rgba(32, 43, 54, 0.25);
}

.button-sm {
  padding: 8px 24px;
  height: 32px;
}
.button-sm.button-shadow::before {
  box-shadow: 0 4px 16px rgba(32, 43, 54, 0.12);
}
.button-sm.button-shadow:hover::before {
  box-shadow: 0 4px 16px rgba(32, 43, 54, 0.25);
}

.button-primary,
.button-secondary {
  color: #FFF !important;
  transition: background 0.15s ease;
}

.button-primary {
  background: #1E40AF;
  background: linear-gradient(135deg, #1E40AF 0%, #2563EB 100%);
}
.button-primary:hover {
  background: #1E3A8A;
  background: linear-gradient(135deg, #1E3A8A 0%, #1D4ED8 100%);
}

.button-secondary {
  background: #F97316;
  background: linear-gradient(135deg, #F97316 0%, #FB923C 100%);
}
.button-secondary:hover {
  background: #EA580C;
  background: linear-gradient(135deg, #EA580C 0%, #F97316 100%);
}

.button-block {
  display: flex;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* ======================================================
   ROOT
====================================================== */
:root {
  --nav-height: 56px;
  --nav-gap: 18px;
  --nav-radius: 24px;
  --nav-text: #1f2937;
  --page-bg: #f5f6f7; /* light gray behind nav */
}

/* ======================================================
   BASE LAYOUT
====================================================== */
/* page background — light gray with a subtle dot texture */
html,
body {
  background-color: var(--page-bg);
  background-image:
    radial-gradient(rgba(15, 23, 42, 0.05) 1.2px, transparent 1.6px),
    radial-gradient(rgba(15, 23, 42, 0.025) 1.4px, transparent 1.9px);
  background-size: 22px 22px, 44px 44px;
  background-position: 0 0, 11px 11px;
  overflow-x: hidden;
}

/* Soft grey blob near the services section to add visual interest */
.features {
  position: relative;
  overflow: hidden;
}

.features::before {
  content: "";
  position: absolute;
  top: 40px;
  right: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15, 23, 42, 0.04), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.features .container,
.features-extended .container {
  position: relative;
  z-index: 1;
}

/* ======================================================
   DECORATIVE GREY TRIANGLES ON MEET DAN BLOCKS
====================================================== */
.features-extended {
  position: relative;
  overflow: hidden;
}

.features-extended-inner > .feature-extended {
  position: relative;
  isolation: isolate;
}

/* Rounded grey panel around the body text of each process block */
.features-extended-inner > .feature-extended:nth-child(2) .feature-extended-body,
.features-extended-inner > .feature-extended:nth-child(3) .feature-extended-body {
  background: #ECEFF3;
  border-radius: 16px;
  padding: 24px 26px;
}

@media (min-width: 641px) {
  .features-extended-inner > .feature-extended:nth-child(2) .feature-extended-body,
  .features-extended-inner > .feature-extended:nth-child(3) .feature-extended-body {
    padding: 28px 32px;
    max-width: 560px;
  }
}

@media (min-width: 1025px) {
  .features-extended-inner > .feature-extended:nth-child(2) .feature-extended-body,
  .features-extended-inner > .feature-extended:nth-child(3) .feature-extended-body {
    padding: 32px 36px;
  }
}

/* Mobile vertical spacing only — at ≥641px the grid's row-gap handles spacing */
@media (max-width: 640px) {
  .features-extended-inner > .feature-extended:nth-child(2),
  .features-extended-inner > .feature-extended:nth-child(3) {
    padding-top: 72px;
  }
}

/* remove any white strip behind nav */
.body-wrap {
  position: relative;
  background: transparent;
}

/* ======================================================
   NAV BAR (FLOATING CARD STYLE)
====================================================== */
.site-nav {
  position: fixed;
  top: var(--nav-gap);
  left: var(--nav-gap);
  right: var(--nav-gap);
  height: var(--nav-height);
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: var(--nav-radius);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  z-index: 10000;
}

/* ======================================================
   HERO ROUNDED TOP CORNERS
====================================================== */
.hero {
  overflow: hidden; /* clip hero background */
}

/* ======================================================
   LOGO
====================================================== */
.site-logo-text {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: var(--nav-text);
}

.logo-vt {
  color: var(--ds-blue);
  font-weight: 900;
}

/* Nav-only: "DS" sits inside a blue square */
.site-nav .logo-vt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7em;
  height: 1.7em;
  box-sizing: border-box;
  background: var(--ds-blue);
  color: #fff;
  border: 1px solid #0F172A;
  border-radius: 3px;
  line-height: 1;
}

.logo-tech {
  color: var(--ds-orange);
  font-weight: 800;
}

.logo-wd {
  font-weight: 800;
}

/* ======================================================
   NAV LINKS
====================================================== */
.header-links {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-links a:not(.button) {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 12px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--nav-text);
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.15s ease, color 0.15s ease;
}

.header-links a:not(.button):hover {
  background: rgba(30, 64, 175, 0.08);
  color: var(--vt-green);
}

/* ======================================================
   CTA BUTTON (cleaner + more professional)
====================================================== */
/* ======================================================
   CONTACT LINK (same as other links but filled green)
====================================================== */
.nav-contact-cta {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 12px;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 8px;
  background: var(--vt-green);
  color: #fff !important;
  text-decoration: none;
  transition: filter 0.15s ease, transform 0.12s ease;
}

.nav-contact-cta:hover {
  background: #fff;
  color: var(--ds-blue) !important;
  box-shadow: inset 0 0 0 1.5px var(--ds-blue);
  filter: none;
  transform: translateY(-1px);
}

/* ======================================================
   HAMBURGER (professional minimal style)
====================================================== */
.nav-toggle {
  appearance: none;
  display: none;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s ease;
}

.nav-toggle:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* burger icon lines */
.nav-toggle__icon,
.nav-toggle__icon::before,
.nav-toggle__icon::after {
  width: 16px;
  height: 2px;
  background: var(--nav-text);
  display: block;
  content: "";
  border-radius: 2px;
}

.nav-toggle__icon::before {
  margin-bottom: 4px;
}

.nav-toggle__icon::after {
  margin-top: 4px;
}

/* ======================================================
   MOBILE NAV — flush, flat, modern dropdown
====================================================== */
@media (max-width: 768px) {
  /* Flush full-width nav, no rounded corners, grey bottom border */
  .site-nav {
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.1);
    box-shadow: none;
    height: 60px;
    padding: 0 18px;
  }

  /* Body padding-top adjusts since nav is flush now */
  body {
    padding-top: 60px;
  }

  /* Body-wrap no longer needs the rounded top corners on mobile */
  .body-wrap {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .header-links {
    display: none;
  }

  /* Modern dropdown panel — slides down from below the navbar */
  body.is-nav-open .header-links {
    display: flex;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    padding: 8px 0 12px;
    background: #fff;
    border-radius: 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.1);
    box-shadow: 0 18px 32px -12px rgba(15, 23, 42, 0.12);
    animation: navDropdown 0.22s ease-out;
  }

  @keyframes navDropdown {
    from { opacity: 0; transform: translateY(-8px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  /* Backdrop behind the dropdown when open */
  body.is-nav-open::before {
    content: "";
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 42, 0.32);
    z-index: 9999;
    animation: navBackdrop 0.22s ease-out;
  }

  @keyframes navBackdrop {
    from { opacity: 0; }
    to   { opacity: 1; }
  }

  body.is-nav-open .header-links a:not(.button):not(.nav-contact-cta) {
    width: 100%;
    height: auto;
    min-height: 52px;
    padding: 14px 24px;
    justify-content: flex-start;
    border-radius: 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.05);
    font-size: 1rem;
    font-weight: 600;
    color: var(--nav-text);
    background: transparent;
    transition: background 0.15s ease, color 0.15s ease, padding-left 0.15s ease;
  }

  body.is-nav-open .header-links a:not(.button):not(.nav-contact-cta):hover,
  body.is-nav-open .header-links a:not(.button):not(.nav-contact-cta):focus {
    background: rgba(30, 64, 175, 0.05);
    color: var(--ds-blue);
    padding-left: 30px;
  }

  /* CTA inside the dropdown — full-width filled button */
  body.is-nav-open .header-links a.nav-contact-cta {
    width: calc(100% - 32px);
    margin: 14px 16px 6px;
    height: 48px;
    border-radius: 12px;
    justify-content: center;
    font-size: 0.95rem;
    color: #fff !important;
    background: var(--ds-blue);
    box-shadow: 0 8px 20px rgba(30, 64, 175, 0.28);
  }

  /* Animated hamburger → X transition */
  .nav-toggle {
    width: 40px;
    height: 40px;
  }

  .nav-toggle__icon,
  .nav-toggle__icon::before,
  .nav-toggle__icon::after {
    width: 18px;
    height: 2px;
    transition: transform 0.22s ease, opacity 0.18s ease, margin 0.22s ease;
  }

  body.is-nav-open .nav-toggle__icon {
    background: transparent;
  }

  body.is-nav-open .nav-toggle__icon::before {
    transform: rotate(45deg);
    margin-bottom: 0;
    margin-top: 0;
  }

  body.is-nav-open .nav-toggle__icon::after {
    transform: rotate(-45deg);
    margin-top: -2px;
  }
}
/* ======================================================
   HEADER / HERO BACKGROUND
====================================================== */
.site-header {
  position: relative;
  padding: 24px 0;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 600px;
  background-image: linear-gradient(to bottom, rgba(15, 23, 80, 0.94), rgba(7, 12, 40, 0.7)), url("../img/SVG-Banner1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  z-index: 0;
}

@media (max-width: 640px) {
  /* Mobile: navy stretches so the wave bottom lines up with the dots */
  .site-header::before {
    height: 540px;
  }
}

@media (min-width: 768px) {
  .site-header::before {
    height: 720px;
  }
}
/* ======================================================
   HERO CONTENT LAYERING
====================================================== */
.hero,
.hero .container-sm,
.hero .hero-inner {
  position: relative;
  z-index: 2;
}

/* ======================================================
   WAVES
====================================================== */
.hero-waves {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 650px;
  width: 100%;
  height: 70px;
  z-index: 2;
  pointer-events: none;
}

/* Mobile homepage: pull the wave up so its bottom sits at the slider dots */
@media (max-width: 640px) {
  .hero-waves {
    top: 480px;
    height: 60px;
  }

  /* Hide the "Helping local teams unlock" kicker on mobile */
  .clients {
    display: none;
  }
}

/* ======================================================
   PARALLAX
====================================================== */
.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  mix-blend-mode: multiply;
}

.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
/* ======================================================
   CLEANUPS
====================================================== */
.highlight-box {
  display: none;
}

/* ======================================================
   MOBILE HERO MEDIA FIXES
====================================================== */
@media (max-width: 768px) {
  .hero-media {
    background: transparent !important;
    box-shadow: none !important;
  }
  .hero-media::before {
    display: none !important;
  }
}
/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
/* ======================================================
   HERO SECTION
   Layout container for headline + copy + slider
====================================================== */
.hero {
  position: relative;
  padding-top: 64px;
  overflow: hidden;
  /* top corners only */
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

/* ======================================================
   HERO TYPOGRAPHY
====================================================== */
/* Large brand headline ("Vermont Web Design") */
.hero-title-first {
  display: inline-block;
  color: white;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
  font-weight: 900;
  letter-spacing: 0.05em;
  /* responsive display sizing */
  font-size: 10rem;
  line-height: 1.05;
  padding-bottom: clamp(12px, 2.5vw, 28px);
  /* subtle depth for readability on hero image */
  filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.25));
}

/* When the hero h1 contains the DS badge, lay it out as inline-flex
   so the badge and "Consulting" share a true vertical center.
   !important overrides the mobile `display: block` override below. */
.hero-title-first:has(.hero-title__ds) {
  display: inline-flex !important;
  align-items: center;
  gap: 0.18em;
}

/* "DS" sits in a blue square */
.hero-title-first .hero-title__ds {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.8em;
  height: 1.8em;
  box-sizing: border-box;
  background: var(--ds-blue);
  color: #fff;
  border: 0.05em solid #0F172A;
  border-radius: 3px;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
  word-break: normal;
}
.hero-title-first .hero-title__consulting {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: var(--ds-orange);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.12em;
}

/* Secondary headline (optional subtitle) */
.hero-title {
  font-size: clamp(1.8rem, 5.5vw, 4rem);
  line-height: 1.1;
}

/* Paragraph copy spacing */
.hero-paragraph {
  margin-bottom: 24px;
}

/* ======================================================
   HERO MEDIA (slider container)
====================================================== */
.hero-media {
  position: relative;
  height: 250px;
  margin-top: 40px;
  background: #FFFFFF;
  border-radius: 4px 4px 0 0;
  /* shadow overlay layer */
}
/* (former .hero-media::before drop shadow removed — slider now owns its own short shadow) */

/* ======================================================
   IMAGE SLIDER
====================================================== */
.hero-slider {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 32px auto 0;
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
}

/* slider images stacked */
.hero-slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0;
  transition: opacity 650ms ease;
}

/* active image fades in */
.hero-slider img.is-active {
  opacity: 1;
}

/* ======================================================
   HERO SLIDER DOTS
====================================================== */
.hero-slider__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 18px auto 0;
  position: relative;
  z-index: 3;
}

.hero-slider__dot {
  appearance: none;
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.25);
  cursor: pointer;
  transition: background 0.2s ease, width 0.2s ease, transform 0.15s ease;
}

.hero-slider__dot:hover {
  background: rgba(15, 23, 42, 0.55);
  transform: scale(1.15);
}

.hero-slider__dot.is-active {
  background: var(--ds-blue);
  width: 22px;
  border-radius: 999px;
}

@media (max-width: 640px) {
  .hero-slider__dots {
    margin-top: 14px;
  }
}

/* Hide the grey divider that sits between the hero and the clients section on desktop/tablet */
@media (min-width: 641px) {
  .clients .has-top-divider::before {
    display: none;
  }
}

/* ======================================================
   MOBILE STYLES
   (< medium breakpoint)
====================================================== */
@media (max-width: 639px) {
  /* tighten vertical spacing */
  .hero {
    padding-top: 20px;
    padding-bottom: 32px;
  }
  /* button stack spacing tweak */
  .B1 {
    margin-bottom: 4px !important;
  }
  /* slimmer hero buttons so they sit at the same level as the paragraph */
  .hero-cta .button {
    padding: 9px 18px;
    font-size: 12px;
    line-height: 14px;
    height: auto;
  }
  /* keep the slider's mobile height proportional to the desktop look */
  .hero-media {
    height: auto;
    aspect-ratio: 16 / 9;
  }
  /* smaller headline for phones */
  .hero-title-first {
    display: block !important;
    font-size: clamp(1.7rem, 8vw, 2.2rem) !important;
    margin-bottom: 12px;
    letter-spacing: 0.02em;
    white-space: normal;
  }
  /* homepage title — bump size on mobile since it's just "DS Consulting" */
  .hero-title-first:has(.hero-title__ds) {
    font-size: clamp(2.2rem, 10vw, 2.8rem) !important;
  }
  /* optional subtitle */
  .hero-title-second {
    font-size: 1.6rem !important;
    margin-bottom: 32px;
  }
  /* keep paragraph + kicker inside the viewport */
  .hero-paragraph,
  .kicker,
  .section-paragraph {
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: 0.95rem;
    line-height: 1.5;
  }
  /* keep the boxed-container inside the viewport on mobile */
  .container,
  .container-sm {
    max-width: 100%;
  }
}
/* ======================================================
   DESKTOP / TABLET STYLES
   (> medium breakpoint)
====================================================== */
@media (min-width: 641px) {
  .hero {
    padding-top: 60px;
  }
  /* wider paragraph for nicer reading */
  .hero-paragraph {
    margin-bottom: 40px;
    padding-left: 72px;
    padding-right: 72px;
  }
  /* larger media preview */
  .hero-media {
    margin-top: 64px;
    height: 400px;
  }
  /* headline size balance for desktop */
  .hero-title-first {
    font-size: 2.8rem !important;
    margin-bottom: 0;
  }
  .hero-title-second {
    font-size: 1.4rem !important;
    margin-bottom: 32px;
  }
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .section-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.clients ul {
  display: flex;
  flex-wrap: wrap;
}
.clients li {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
}

@media (min-width: 641px) {
  .clients .section-inner {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .clients ul {
    justify-content: space-around;
  }
  .clients li {
    width: auto;
  }
}
/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .section-title {
  margin-bottom: 24px;
}
.features .section-paragraph {
  margin-bottom: 24px !important;
}

.features-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -12px;
  margin-left: -12px;
}
.features-wrap:first-child {
  margin-top: -12px;
}
.features-wrap:last-child {
  margin-bottom: -12px;
}

.feature {
  padding: 12px;
  width: 276px;
  max-width: 276px;
  flex-grow: 1;
}

.feature-inner {
  position: relative;
  height: 100%;
  background: #FFFFFF;
  padding: 40px 24px;
}
.feature-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 16px 48px #E3E7EB;
  /* Edge fallback */
}
@supports (-ms-ime-align: auto) {
  .feature-inner::before {
    box-shadow: 0 16px 48px rgba(32, 43, 54, 0.12);
  }
}
.feature-inner::before {
  mix-blend-mode: multiply;
}

.feature-icon {
  display: flex;
  justify-content: center;
}

@media (min-width: 641px) {
  .features .section-title {
    margin-bottom: 24px;
  }
  .features .section-paragraph {
    margin-bottom: 24px;
  }
  .features .section-inner {
    padding-top: 56px;
    padding-bottom: 64px;
  }
}
@media (max-width: 639px) {
  .feature {
    max-width: 90vw;
    width: 80%;
  }
}
/*--------------------------------------------------------------
# Features extended
--------------------------------------------------------------*/
.feature-extended {
  padding-top: 48px;
}

.feature-extended-image,
.feature-extended-body {
  width: 100%;
}

.feature-extended-image {
  margin-bottom: 24px;
}
.feature-extended-image img,
.feature-extended-image svg {
  width: 100%;
  max-width: 320px;
  height: auto;
  margin: 0 auto;
  overflow: visible;
}

.feature-extended-body {
  text-align: center;
}

@media (min-width: 641px) {
  .features-extended .section-paragraph {
    padding-left: 72px;
    padding-right: 72px;
    margin-bottom: 0;
  }
  .feature-extended {
    display: flex;
    align-items: center;
    padding-top: 72px;
  }
  .feature-extended:nth-child(even) .feature-extended-image {
    order: 1;
  }
  .feature-extended-image,
  .feature-extended-body {
    width: auto;
    padding: 0 24px;
  }
  .feature-extended-image {
    margin-bottom: 0;
  }
  .feature-extended-image img,
  .feature-extended-image svg {
    max-width: none;
    width: 320px;
  }
  .feature-extended-body {
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .feature-extended {
    padding-left: 40px;
    padding-right: 40px;
  }
  .feature-extended-image,
  .feature-extended-body {
    padding: 0 40px;
  }
  .feature-extended-image img,
  .feature-extended-image svg {
    width: 480px;
  }
}
/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.pricing::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 640px;
  background: #f3f4f6;
  transform-origin: 0;
  transform: skewY(-40deg);
  overflow: hidden;
}
.pricing .section-title {
  margin-bottom: 24px;
}
.pricing .section-paragraph {
  margin-bottom: 24px !important;
}

.pricing-tables-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -12px;
  margin-left: -12px;
}
.pricing-tables-wrap:first-child {
  margin-top: -12px;
}
.pricing-tables-wrap:last-child {
  margin-bottom: -12px;
}

.pricing-table {
  padding: 12px;
  width: 344px;
  max-width: 344px;
  flex-grow: 1;
}

.pricing-table-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background: #FFFFFF;
  padding: 24px;
  height: 100%;
}
.pricing-table-inner > * {
  position: relative; /* To display all elements above the box with shadow */
  width: 100%;
}
.pricing-table-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 16px 48px #E3E7EB;
  /* Edge fallback */
}
@supports (-ms-ime-align: auto) {
  .pricing-table-inner::before {
    box-shadow: 0 16px 48px rgba(32, 43, 54, 0.12);
  }
}
.pricing-table-inner::before {
  mix-blend-mode: multiply;
}

.pricing-table-header {
  position: relative;
}
.pricing-table-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 1px;
  background: #E3E7EB;
  background: linear-gradient(to right, rgba(227, 231, 235, 0.1) 0, rgba(227, 231, 235, 0.6) 50%, rgba(227, 231, 235, 0.1) 100%);
}

.pricing-table-features {
  color: #858e96;
}
.pricing-table-features li {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.pricing-table-features li .list-icon {
  display: inline-flex;
  width: 16px;
  height: 12px;
  margin-right: 12px;
}

.pricing-table-cta {
  align-self: flex-end;
}

@media (min-width: 641px) {
  .pricing::before {
    transform: skewY(-12deg);
  }
  .pricing .section-title {
    margin-bottom: 24px;
  }
  .pricing .section-paragraph {
    margin-bottom: 24px !important;
  }
}
/*--------------------------------------------------------------
# Site content
--------------------------------------------------------------*/
.is-boxed {
  position: relative;
  background: #f3f4f6;
  /* TWO staggered dot layers */
  background-image: radial-gradient(rgba(0, 0, 0, 0.06) 1.5px, transparent 2px), radial-gradient(rgba(0, 0, 0, 0.06) 1.5px, transparent 2px);
  background-size: 22px 22px;
  /* diagonal stagger (~30° up-right) */
  background-position: 0 0, 11px -13px;
}

.body-wrap {
  background: #FFFFFF;
  overflow: hidden;
  /* Sticky footer */
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.boxed-container {
  max-width: 1440px;
  margin: 0 auto;
  box-shadow: 0 16px 48px #E3E7EB;
  /* Edge fallback */
}
@supports (-ms-ime-align: auto) {
  .boxed-container {
    box-shadow: 0 16px 48px rgba(32, 43, 54, 0.12);
  }
}

main {
  flex: 1 0 auto;
}

.section-inner {
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (min-width: 641px) {
  .section-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #858e96;
  border-top: 1px solid #E3E7EB;
}
.site-footer a {
  color: #858e96;
  text-decoration: none;
}
.site-footer a:hover, .site-footer a:active {
  color: #5B6F82;
  text-decoration: underline;
}

.site-footer-inner {
  position: relative; /* To display all elements above the background color */
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-brand,
.footer-links,
.footer-social-links,
.footer-copyright {
  flex: none;
  width: 100%;
  display: inline-flex;
  justify-content: center;
}

.footer-brand,
.footer-links,
.footer-social-links {
  margin-bottom: 24px;
}

.footer-links li + li,
.footer-social-links li + li {
  margin-left: 16px;
}

.footer-social-links li {
  display: inline-flex;
}
.footer-social-links li a {
  padding: 8px;
}

@media (min-width: 641px) {
  .site-footer-inner {
    justify-content: space-between;
  }
  .footer-brand,
  .footer-links,
  .footer-social-links,
  .footer-copyright {
    flex: 50%;
  }
  .footer-brand,
  .footer-copyright {
    justify-content: flex-start;
  }
  .footer-links,
  .footer-social-links {
    justify-content: flex-end;
  }
  .footer-links {
    order: 1;
    margin-bottom: 0;
  }
}
/*--------------------------------------------------------------
# Inner pages (Contact, Portfolio)
--------------------------------------------------------------*/
/* ======================================================
   INNER PAGE LAYOUT
   Shared styles for Contact + Portfolio pages
====================================================== */
/* ======================================================
   COMPACT HERO (no full-height banner image)
====================================================== */
.page-inner .site-header {
  padding: 24px 0 0;
}

.page-inner .site-header::before {
  height: 410px;
  /* Uniform navy — no dark bottom strip on inner pages */
  background-image: linear-gradient(to bottom, rgba(15, 23, 80, 0.92), rgba(15, 23, 80, 0.92)), url("../img/SVG-Banner1.jpg");
}

@media (min-width: 768px) {
  .page-inner .site-header::before {
    height: 474px;
  }
}
.page-inner .hero {
  min-height: 384px;
  padding-top: 80px;
  padding-bottom: 100px;
}

/* Portfolio (page-inner without project-page) — shorter header than projects */
body.page-inner:not(.project-page) .site-header::before {
  height: 330px;
}
@media (min-width: 768px) {
  body.page-inner:not(.project-page) .site-header::before {
    height: 400px;
  }
}
body.page-inner:not(.project-page) .hero {
  min-height: 280px;
  padding-top: 64px;
  padding-bottom: 72px;
}
/* Wave bottom edge tracks the shrunken navy */
body.page-inner:not(.project-page) .hero-waves {
  top: 270px;
  height: 60px;
}
@media (min-width: 768px) {
  body.page-inner:not(.project-page) .hero-waves {
    top: 340px;
  }
}

@media (min-width: 768px) {
  .page-inner .hero {
    min-height: 446px;
  }
}
.page-inner .hero-title-first {
  font-size: clamp(2.2rem, 5.5vw, 3.4rem) !important;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}

.page-inner .hero-paragraph {
  max-width: 640px;
  margin: 0 auto 8px;
}

.page-inner .hero-waves {
  top: 352px;
}

@media (min-width: 768px) {
  .page-inner .hero-waves {
    top: 408px;
  }
}
/* ======================================================
   PAGE BODY SECTION (starts cleanly under the green hero)
====================================================== */
.page-body {
  padding: 56px 0 96px;
}

.page-body-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.page-body-inner--wide {
  max-width: 1240px;
}

/* ======================================================
   CONTACT — UNIFIED IMAGE-BACKED SECTION
   (Anantara-inspired split: hero image left + form right)
====================================================== */
.contact-section {
  position: relative;
  isolation: isolate;
  margin: 16px 16px;
  border-radius: 24px;
  overflow: hidden;
  color: #fff;
  background-color: #0F172A;
}

@media (min-width: 768px) {
  .contact-section {
    margin: 28px 28px;
    border-radius: 28px;
  }
}

@media (min-width: 1200px) {
  .contact-section {
    margin: 40px 48px;
  }
}

/* On laptops+ make the section fill the viewport so the footer
   sits just below the fold. Columns vertically center inside it. */
@media (min-width: 1100px) {
  .contact-section {
    min-height: calc(100vh - 180px);
  }
}

/* Mobile contact form — strip widgets, give the form full width */
@media (max-width: 768px) {
  .contact-section .cs-eyebrow,
  .contact-section .cs-profile {
    display: none !important;
  }

  /* Edge-to-edge section so the form fills the container width */
  .contact-section {
    margin: 0;
    border-radius: 0;
  }

  .contact-section__inner {
    padding: 24px 12px 32px;
    gap: 18px;
  }

  /* Form takes the full inner width and keeps its rounded edges */
  .cs-form {
    width: 100%;
    margin: 0;
    border-radius: 18px;
    padding: 24px 20px;
  }
}

/* Background image */
.contact-section__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1800&q=80");
  background-size: cover;
  background-position: center;
  filter: saturate(1.05);
}

/* Gradient overlay */
.contact-section__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 60% 50% at 100% 0%, rgba(249, 115, 22, 0.32), transparent 60%),
    radial-gradient(ellipse 70% 60% at 0% 100%, rgba(37, 99, 235, 0.4), transparent 60%),
    linear-gradient(135deg, rgba(15, 23, 80, 0.92) 0%, rgba(15, 23, 42, 0.82) 60%, rgba(30, 64, 175, 0.75) 100%);
}

/* Faint tech-style grid texture */
.contact-section__grid-fx {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.5;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: radial-gradient(ellipse at 30% 40%, rgba(0, 0, 0, 0.6), transparent 70%);
          mask-image: radial-gradient(ellipse at 30% 40%, rgba(0, 0, 0, 0.6), transparent 70%);
}

/* Layout grid */
.contact-section__inner {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: 28px 24px;
  align-items: center;
}

@media (min-width: 768px) {
  .contact-section__inner {
    padding: 40px 36px;
    gap: 32px;
  }
}

@media (min-width: 1100px) {
  .contact-section__inner {
    grid-template-columns: 1.05fr 1fr;
    gap: 44px;
    padding: 48px 56px;
  }
}

/* ----------- LEFT: heading + info ----------- */
.contact-section__left {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 560px;
}

.cs-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
}

.cs-eyebrow__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ds-orange);
  box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.28);
  animation: cs-pulse 2.4s ease-in-out infinite;
}

@keyframes cs-pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.28); }
  50%      { box-shadow: 0 0 0 8px rgba(249, 115, 22, 0.0); }
}

.cs-title {
  margin: 0;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.35);
}

.cs-title__accent {
  background: linear-gradient(135deg, #FB923C 0%, #F97316 60%, #FDBA74 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.cs-lede {
  margin: 0;
  max-width: 480px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.95rem;
  line-height: 1.55;
}

/* Profile chip on the left side */
.cs-profile {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 14px;
  max-width: 440px;
}

.cs-profile__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  border: 2px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

.cs-profile__text {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  min-width: 0;
}

.cs-profile__text strong {
  color: #fff;
  font-size: 0.96rem;
  font-weight: 700;
}

.cs-profile__text span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
}

.cs-profile__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.18);
  border: 1px solid rgba(34, 197, 94, 0.4);
}

.cs-profile__pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55);
  animation: cs-status-pulse 2s ease-out infinite;
}

@keyframes cs-status-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55); }
  70%  { box-shadow: 0 0 0 10px rgba(34, 197, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

/* compact wrap-friendly info row */
.cs-info {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  margin-top: 4px;
}

.cs-info__block {
  min-width: 0;
  flex: 1 1 auto;
}

.cs-info__block h4 {
  margin: 0 0 4px;
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cs-info__block p {
  margin: 0 0 2px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.86rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.cs-info__block a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.15s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.cs-info__block a:hover {
  color: var(--ds-orange-2);
}

.cs-info__muted {
  font-size: 0.82rem !important;
  color: rgba(255, 255, 255, 0.55) !important;
}

/* ----------- RIGHT: white floating form card ----------- */
.cs-form {
  background: #fff;
  color: #0F172A;
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow:
    0 40px 80px -20px rgba(0, 0, 0, 0.5),
    0 12px 30px rgba(0, 0, 0, 0.15);
  position: relative;
}

@media (min-width: 768px) {
  .cs-form {
    padding: 40px 36px;
  }
}

/* On laptops+ stretch the form to fill the row height and
   let the message field grow into the extra space. */
@media (min-width: 1100px) {
  .cs-form {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    padding: 44px 38px;
  }

  .cs-form .cs-field--grow {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 14px;
  }

  .cs-form .cs-field--grow textarea {
    flex: 1;
    min-height: 140px;
  }
}

.cs-form__title {
  margin: 0 0 6px;
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  font-weight: 700;
  color: #0F172A;
  border: 0 !important;
  padding: 0 !important;
  letter-spacing: -0.01em;
}

.cs-form__lede {
  margin: 0 0 18px;
  color: #64748B;
  font-size: 0.9rem;
  line-height: 1.5;
}

.cs-form__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 10px;
}

@media (min-width: 540px) {
  .cs-form__row {
    grid-template-columns: 1fr 1fr;
  }
}

.cs-field {
  margin-bottom: 12px;
}

.cs-field input,
.cs-field textarea {
  width: 100%;
  font: inherit;
  font-size: 0.92rem;
  padding: 11px 16px;
  background: #fff;
  color: #0F172A;
  border: 1.5px solid #E2E8F0;
  border-radius: 12px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.cs-field input::placeholder,
.cs-field textarea::placeholder {
  color: #94A3B8;
}

.cs-field input:hover,
.cs-field textarea:hover {
  border-color: #CBD5E1;
}

.cs-field input:focus,
.cs-field textarea:focus {
  outline: 0;
  border-color: var(--ds-blue);
  box-shadow: 0 0 0 4px rgba(30, 64, 175, 0.12);
}

.cs-field textarea {
  resize: vertical;
  min-height: 78px;
}

.cs-field__label {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  color: #475569;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}

.cs-field--chips {
  margin-top: 2px;
  margin-bottom: 10px;
}

/* Chip group for inquiry type */
.cs-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cs-chip {
  appearance: none;
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 500;
  padding: 7px 13px;
  border-radius: 999px;
  background: #fff;
  color: #475569;
  border: 1.5px solid #E2E8F0;
  transition: all 0.18s ease;
}

.cs-chip:hover {
  border-color: var(--ds-blue);
  color: var(--ds-blue);
  background: rgba(30, 64, 175, 0.04);
}

.cs-chip.is-active {
  background: #0F172A;
  border-color: #0F172A;
  color: #fff;
}

.cs-chip.is-active:hover {
  background: var(--ds-blue);
  border-color: var(--ds-blue);
}

/* Updates checkbox */
.cs-form__check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 6px 0 22px;
  font-size: 0.85rem;
  color: #64748B;
  line-height: 1.45;
  cursor: pointer;
}

.cs-form__check input {
  margin-top: 2px;
  width: 16px;
  height: 16px;
  accent-color: var(--ds-blue);
  cursor: pointer;
}

/* Submit button */
.cs-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  cursor: pointer;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  padding: 13px 22px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--ds-blue) 0%, var(--ds-blue-2) 100%);
  box-shadow: 0 14px 28px rgba(30, 64, 175, 0.32);
  transition: transform 0.15s ease, filter 0.15s ease, box-shadow 0.18s ease;
  margin-top: 4px;
}

.cs-form__submit svg {
  width: 18px;
  height: 18px;
  transition: transform 0.18s ease;
}

.cs-form__submit:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
  box-shadow: 0 18px 32px rgba(30, 64, 175, 0.42);
}

.cs-form__submit:hover svg {
  transform: translateX(3px);
}



/* ======================================================
   PORTFOLIO GRID
====================================================== */
.portfolio-intro {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
  color: #4b5563;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

@media (min-width: 700px) {
  .portfolio-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .portfolio-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.portfolio-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.portfolio-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}

.portfolio-card__media {
  position: relative;
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, rgba(30, 64, 175, 0.85), rgba(15, 23, 80, 0.85));
  overflow: hidden;
}

.portfolio-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.portfolio-card:hover .portfolio-card__media img {
  transform: scale(1.04);
}

.portfolio-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 45%);
  pointer-events: none;
}

/* Whole card is clickable */
.portfolio-card__link {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-decoration: none;
  color: inherit;
}

.portfolio-card__link:hover .portfolio-card__title {
  color: var(--ds-blue);
}

/* Logo variant — for transparent logos (Rosica). White background,
   logo letterboxed via object-fit:contain, padded so it doesn't crowd. */
.portfolio-card__media--logo {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 36px;
}

.portfolio-card__media--logo img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  max-width: 280px;
  max-height: 140px;
}

.portfolio-card:hover .portfolio-card__media--logo img {
  transform: none;
}

.portfolio-card__media--logo::after {
  display: none;
}

.portfolio-card__tag {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--vt-green);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.portfolio-card__body {
  padding: 20px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.portfolio-card__title {
  margin: 0 0 6px;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.3;
  color: #1f2937;
}

.portfolio-card__desc {
  margin: 0 0 14px;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #4b5563;
  flex: 1;
}

.portfolio-card__meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.portfolio-card__meta span {
  font-size: 0.72rem;
  font-weight: 600;
  color: #4b5563;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(30, 64, 175, 0.08);
}

/* ======================================================
   PORTFOLIO CTA — light blue panel with navy outline
====================================================== */
.portfolio-cta {
  position: relative;
  margin-top: 56px;
  padding: 32px 24px;
  text-align: center;
  color: #0F172A;
  background: #EFF4FE;
  border: 1.5px solid rgba(15, 23, 80, 0.55);
  border-radius: 12px;
}

.portfolio-cta h3 {
  margin: 0 0 6px;
  color: #0F172A;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0;
  text-shadow: none;
}

.portfolio-cta p {
  margin: 0 0 18px;
  color: #334155;
  opacity: 1;
  text-shadow: none;
  font-size: 0.92rem;
  line-height: 1.5;
}

.portfolio-cta .button {
  background: var(--ds-blue) !important;
  color: #fff !important;
}

.portfolio-cta .button:hover {
  filter: brightness(1.08);
}

/* ======================================================
   PROJECT DETAIL PAGE
====================================================== */

/* Hero without waves — navy bg lives on the hero itself so it
   grows with the content (long titles wrap freely). */
.project-page .site-header {
  padding: 0;
}

.project-page .site-header::before {
  display: none;
}

.project-page .hero {
  position: relative;
  padding-top: 64px;
  padding-bottom: 72px;
  background-color: #0F172A;
  background-image:
    linear-gradient(to bottom, rgba(15, 23, 80, 0.94), rgba(7, 12, 40, 0.7)),
    url("../img/SVG-Banner1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .project-page .hero {
    padding-top: 88px;
    padding-bottom: 96px;
  }
}

/* Remove the rounded top corners on the project hero since the
   nav sits flush above it on mobile and stacked-flat on desktop. */
.project-page .hero {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.project-page .hero-title-first {
  display: block !important;
  font-size: clamp(1.8rem, 4.5vw, 2.8rem) !important;
  letter-spacing: 0 !important;
  margin-bottom: 8px;
}

.project-hero__tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ds-orange-2);
  background: rgba(249, 115, 22, 0.16);
  border: 1px solid rgba(249, 115, 22, 0.4);
  padding: 6px 14px;
  border-radius: 999px;
  margin: 0 0 16px;
}

/* 2-column body layout */
.project-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 64px;
}

@media (min-width: 900px) {
  .project-grid {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 56px;
    align-items: start;
  }
}

/* LEFT — image + related links */
.project-side {
  position: sticky;
  top: 96px;
}

@media (max-width: 899px) {
  .project-side {
    position: static;
  }
}

.project-side__image {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #ECEFF3;
  aspect-ratio: 4 / 3;
  box-shadow: 0 12px 28px -10px rgba(15, 23, 80, 0.18);
}

.project-side__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.project-side__image--logo img {
  object-fit: contain;
  padding: 24px;
  background: #fff;
}

.project-links {
  margin-top: 24px;
  padding: 22px 24px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
}

.project-links h3 {
  margin: 0 0 14px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #475569;
}

.project-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.project-links li {
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.project-links li:first-child {
  border-top: 0;
}

.project-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 0;
  font-size: 0.92rem;
  font-weight: 500;
  color: #1f2937;
  text-decoration: none;
  transition: color 0.15s ease;
}

.project-links a:hover {
  color: var(--ds-blue);
}

.project-links a::after {
  content: "→";
  font-size: 0.95rem;
  color: var(--ds-orange);
  transition: transform 0.15s ease;
}

.project-links a:hover::after {
  transform: translateX(3px);
}

/* RIGHT — content */
.project-content > * + * {
  margin-top: 18px;
}

.project-content h2 {
  margin: 0 0 6px;
  font-size: clamp(1.4rem, 2.4vw, 1.75rem);
  font-weight: 700;
  color: #0F172A;
  letter-spacing: -0.005em;
}

.project-content h3 {
  margin: 28px 0 8px;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ds-blue);
}

.project-content p {
  margin: 0;
  color: #334155;
  font-size: 0.98rem;
  line-height: 1.65;
}

.project-content ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.project-content ul li {
  position: relative;
  padding: 6px 0 6px 26px;
  color: #334155;
  font-size: 0.95rem;
  line-height: 1.55;
}

.project-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(249, 115, 22, 0.15);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F97316' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12l4 4L19 7'/></svg>");
  background-position: center;
  background-size: 9px 9px;
  background-repeat: no-repeat;
}

.project-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.project-meta span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ds-blue);
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(30, 64, 175, 0.08);
}

/* ======================================================
   HOME PRICING SECTION (engagement cards + CTA)
====================================================== */
.pricing-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

/* Decorative grey wedge — right side rides higher */
.pricing-section::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 640px;
  background: #ECEFF3;
  transform-origin: 0 0;
  transform: skewY(-44deg);
  z-index: -1;
  pointer-events: none;
}

@media (min-width: 641px) {
  .pricing-section::before {
    transform: skewY(-22deg);
  }
}

/* Companion smaller wedge on the LEFT side, mirrored */
.pricing-section::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 60%;
  height: 240px;
  background: rgba(15, 23, 42, 0.045);
  transform-origin: 100% 0;
  transform: skewY(8deg);
  z-index: -2;
  pointer-events: none;
}

@media (min-width: 641px) {
  .pricing-section::after {
    transform: skewY(6deg);
  }
}

/* Keep section content above the wedge */
.pricing-section .container {
  position: relative;
  z-index: 1;
}

.pricing-section .section-inner {
  padding-top: 48px;
  padding-bottom: 80px;
}

@media (min-width: 641px) {
  .pricing-section .section-inner {
    padding-top: 56px;
    padding-bottom: 96px;
  }
}

/* Pricing 3-card grid — always 3 across on tablet+ */
.pricing-grid {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 22px;
  max-width: 1040px;
  margin: 36px auto 0 !important;
}

@media (min-width: 768px) {
  .pricing-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
  }
}

/* Reset the inherited .feature box rules inside the pricing grid */
.pricing-grid .feature {
  width: auto;
  max-width: none;
  padding: 0;
}

/* The card itself — clean white panel with subtle shadow */
.pricing-card {
  position: relative;
  display: flex !important;
  flex-direction: column;
  height: 100%;
  background: #fff !important;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 14px;
  padding: 28px 24px !important;
  box-shadow: 0 10px 30px -12px rgba(15, 23, 42, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.pricing-card::before {
  display: none !important; /* kill inherited .feature-inner shadow pseudo */
}

.pricing-card:hover {
  transform: translateY(-3px);
  border-color: rgba(30, 64, 175, 0.25);
  box-shadow: 0 18px 38px -14px rgba(15, 23, 42, 0.2);
}

/* Featured (middle) card — slight emphasis */
.pricing-card--featured {
  border-color: rgba(30, 64, 175, 0.35);
  box-shadow: 0 20px 44px -16px rgba(30, 64, 175, 0.28);
}

.pricing-card__badge {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--ds-orange);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(249, 115, 22, 0.35);
}

.pricing-card__header {
  text-align: center;
  margin-bottom: 8px;
}

.pricing-card .feature-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.pricing-card .feature-title {
  margin: 0 0 8px;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--ds-blue);
}

.pricing-card__tagline {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: #4b5563;
}

.pricing-card__divider {
  border: 0;
  height: 1px;
  background: rgba(15, 23, 42, 0.08);
  margin: 18px 0;
}

.pricing-card__features {
  margin: 0 0 24px;
  padding: 0;
  flex: 1; /* push button to bottom */
}

.pricing-card__features li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 6px 0;
  font-size: 0.9rem;
  color: #1f2937;
  line-height: 1.45;
}

.pricing-card__features li::before {
  content: "";
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-radius: 50%;
  background: rgba(249, 115, 22, 0.14);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F97316' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12l4 4L19 7'/></svg>");
  background-position: center;
  background-size: 12px 12px;
  background-repeat: no-repeat;
}

.pricing-card__button {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 18px;
  background: transparent;
  border: 1.5px solid var(--ds-blue);
  color: var(--ds-blue) !important;
  border-radius: 10px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease, transform 0.12s ease;
}

.pricing-card__button:hover {
  background: var(--ds-blue);
  color: #fff !important;
  transform: translateY(-1px);
}

.pricing-card__button--featured {
  background: var(--ds-blue);
  color: #fff !important;
}

.pricing-card__button--featured:hover {
  background: #1E3A8A;
  color: #fff !important;
}

.pricing-cta {
  margin: 40px 0 0;
}

/*# sourceMappingURL=style.css.map */
