@charset "UTF-8";
:root {
  --font1: "DM Sans", sans-serif;
  --font2: "Fraunces", serif;
  --font-code: "Courier New", monospace;
  --f1: 47px;
  --f2: 37px;
  --f3: 29px;
  --f4: 23px;
  --f5: 18px;
  --f6: 14px;
  --g1: 72px;
  --g2: 58px;
  --g3: 47px;
  --g4: 38px;
  --g5: 31px;
  --g6: 25px;
  --x1: 50px;
  --x2: 31px;
  --x3: 19px;
  --x4: 12px;
  --x5: 7px;
  --x6: 4px;
  --phi: 1.6180339887;
  --bg1: #FAF8F5;
  --bg2: #FFFFFF;
  --c1: #374151;
  --c2: #6b7280;
  --ca: #0097A7;
  --border1: 1px solid #e8e8e8;
  --border2: 1.5px solid #e8e8e8;
  --border3: 1px dotted rgba(0,0,0,0.25);
  --w-content: 700px;
  --w-total: 1200px;
  --gutter-full: 31px;
  --gutter-mobile: 19px;
  --b1: 456px;
  --b2: 738px;
  --b3: 762px;
  --b4: 1200px;
  --b5: 1262px;
  --font-heading: "Fraunces", serif;
  --bg-callout: #CCE8CC;
  --c-callout: #111111;
  --p-callout: 19px;
  --bg-callout-alert: #FFE91F;
  --c-callout-alert: #111111;
  --bg-callout-note: #CCF1FF;
  --c-callout-note: #111111;
  --bg-highlight: #FFFB7A;
  --font-impact: "Fraunces", serif;
  --c-impact: #374151;
  --g-impact-f3: 45px;
  --g-impact-f4: 37px;
  --font-caption: "DM Sans", sans-serif;
  --c-caption: #6b7280;
  --m-caption: -26px;
  --m-caption-h2-m: -27.5px;
  --m-caption-h3: -16px;
  --m-caption-h3-m: -17.5px;
  --font-drop-cap: "Fraunces", serif;
  --c-drop-cap: #1a2e44;
  --font-blockquote: "Fraunces", serif;
  --f-blockquote: 23px;
  --g-blockquote: 38px;
  --c-blockquote: #374151;
  --bg-blockquote: #FAF8F5;
  --bg-pre: #F7F7F7;
  --c-pre: #374151;
  --p-pre: 19px;
  --f5c: 16px;
  --f6c: 13px;
  --font-label: "DM Sans", sans-serif;
  --c-required: #DD0000;
  --p-input: 12px;
  --b-input: 1.5px solid #e8e8e8;
  --p-textarea: 12px;
  --b-textarea: 1.5px solid #e8e8e8;
  --b-select: 1.5px solid #e8e8e8;
  --bg-button: #F5A623;
  --c-button: #111111;
  --p-button-x: 31px;
  --p-button-y: 19px;
  --bg-button-save: #0097A7;
  --c-button-save: #FFFFFF;
  --bg-button-delete: #D50B0B;
  --c-button-delete: #FFFFFF;
  --bg-button-action: #FFFFFF;
  --c-button-action: #111111;
  --bg-button-update: #1A2E44;
  --c-button-update: #FFFFFF;
  --p-content-top: 50px;
  --p-content-bottom: 50px;
  --list-style: disc;
  --list-margin: 31px;
  --list-nested-margin: 19px;
  --list-item-margin: 12px;
  --font-headline: "Fraunces", serif;
  --font-byline: "DM Sans", sans-serif;
  --f-byline: 14px;
  --g-byline: 25px;
  --c-byline: #6b7280;
  --navy: #1a2e44;
  --navy-light: #2a4a6a;
  --gold: #f5a623;
  --gold-light: #ffd180;
  --teal: #0097a7;
  --teal-light: #4dd0e1;
  --shadow-sm: 0 2px 8px rgba(26, 46, 68, 0.08);
  --shadow-md: 0 8px 24px rgba(26, 46, 68, 0.12);
  --shadow-lg: 0 16px 48px rgba(26, 46, 68, 0.16);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --bar: calc((var(--w-total) - var(--w-content)) / 2);
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: normal;
}

img, fieldset {
  border: 0;
}

abbr {
  text-decoration: none;
}

code {
  line-height: 1em;
}

pre {
  overflow: auto;
  word-wrap: normal;
  tab-size: 4;
}

sub, sup {
  line-height: 0.5em;
}

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

iframe, video, embed, object {
  display: block;
  max-width: 100%;
}

img, .left, .right, .center {
  display: block;
}

.center {
  float: none;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

button, input[type=submit] {
  cursor: pointer;
  overflow: visible;
}

html {
  scroll-behavior: smooth;
}

::selection {
  background: var(--gold);
  color: var(--navy);
}

body {
  font-family: var(--font1);
  font-size: var(--f5);
  line-height: var(--g5);
  color: var(--c1);
  background-color: var(--bg1);
  overflow-x: hidden;
}

h1 {
  font-family: var(--font-heading);
  font-size: var(--f2);
  line-height: var(--g2);
  font-weight: 700;
}

h2 {
  font-family: var(--font-heading);
  font-size: var(--f3);
  line-height: var(--g3);
  font-weight: 700;
}

h3 {
  font-family: var(--font-heading);
  font-size: var(--f4);
  line-height: var(--g4);
  font-weight: 700;
}

h4 {
  font-family: var(--font-heading);
  font-size: var(--f5);
  line-height: var(--g5);
  font-weight: 700;
}

a {
  color: var(--ca);
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: var(--navy);
}

blockquote {
  font-family: var(--font-blockquote);
  font-size: var(--f-blockquote);
  line-height: var(--g-blockquote);
  color: var(--c-blockquote);
  background-color: var(--bg-blockquote);
  padding-left: var(--x3);
  border-left: var(--x5) solid rgba(0, 0, 0, 0.1);
}
blockquote > :last-child {
  margin-bottom: 0;
}

sub, sup {
  color: var(--c2);
}

code, pre, kbd {
  font-family: var(--font-code);
  font-size: var(--f5c);
}

code {
  background-color: rgba(0, 0, 0, 0.08);
  padding: var(--x6);
  border-radius: var(--x5);
  margin: 0 1px;
}
strong code {
  font-weight: normal;
}

pre {
  color: var(--c-pre);
  background-color: var(--bg-pre);
  padding-left: var(--x3);
  border-left: var(--x5) solid rgba(0, 0, 0, 0.1);
}

kbd {
  font-size: var(--f6);
  line-height: var(--g6);
  color: #4e4e4e;
  background-color: #f7f7f7;
  padding: var(--x6) var(--x5);
  border: 1px solid #ccc;
  border-radius: var(--x5);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px #fafafa inset, 0 0 0 1px #fff inset;
  margin: 0 1px;
}

svg {
  width: var(--f5);
  height: var(--f5);
  vertical-align: text-bottom;
}

hr {
  border: var(--border3);
  border-width: 0 0 1px 0;
  margin: var(--x2) 0;
}

.drop-cap {
  font-family: var(--font-drop-cap);
  font-size: calc(2 * var(--x2));
  line-height: 1em;
  font-weight: 700;
  color: var(--c-drop-cap);
  margin-right: var(--x5);
  float: left;
}

.small {
  font-family: var(--font-caption);
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c-caption);
}

.callout {
  color: var(--c-callout);
  background-color: var(--bg-callout);
  padding: var(--p-callout);
  border: var(--border1);
  border-left: 3px solid var(--ca);
  border-radius: 0 var(--x4) var(--x4) 0;
}
.callout.alert {
  color: var(--c-callout-alert);
  background-color: var(--bg-callout-alert);
  border-left-color: #e6a817;
}
.callout.note {
  color: var(--c-callout-note);
  background-color: var(--bg-callout-note);
  border-left-color: #0097a7;
}

.highlight {
  background-color: var(--bg-highlight);
  padding: var(--x6) 0;
}

.impact {
  font-family: var(--font-impact);
  font-size: var(--f4);
  line-height: var(--g-impact-f4);
  font-weight: 700;
  color: var(--c-impact);
}

.pop {
  box-shadow: 0 0 var(--x4) rgba(0, 0, 0, 0.4);
}

.caption {
  font-family: var(--font-caption);
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c-caption);
}
.caption code {
  font-size: var(--f6c);
}
.center + .caption {
  text-align: center;
}
blockquote + .caption {
  padding-left: calc(var(--x3) + var(--x5));
}

@media all and (min-width: var(--b2)) {
  h1 {
    font-size: var(--f1);
    line-height: var(--g1);
  }
  h2 {
    font-size: var(--f2);
    line-height: var(--g2);
  }
  h3 {
    font-size: var(--f3);
    line-height: var(--g3);
  }
  h4 {
    font-size: var(--f4);
    line-height: var(--g4);
  }
  .impact {
    font-size: var(--f3);
    line-height: var(--g-impact-f3);
  }
  .left:not(.bar) {
    float: left;
    clear: both;
    margin-right: var(--x2);
  }
  .right:not(.bar) {
    float: right;
    clear: both;
    margin-left: var(--x2);
  }
}
.page-container + .page-container {
  margin-top: var(--x1);
}

.page-container {
  margin-left: auto;
  margin-right: auto;
}
.page-container .headline-area, .page-container .page-content h1, .page-container .page-content h2, .page-container .page-content h3, .page-container h1 + .caption, .page-container h2 + .caption, .page-container h3 + .caption, .page-container .page-content .impact, .page-container .extend + .caption, .page-container .extend .caption {
  text-align: center;
}
@media all and (min-width: 762px) {
  .page-container .headline-area, .page-container .page-content > h1, .page-container .page-content > h2, .page-container .page-content > h3, .page-container .page-content > .impact, .page-container .extend, .page-container .extend + .caption {
    margin-left: calc((var(--w-content) + 2 * var(--gutter-full)) / 2 - 50vw);
    margin-right: calc((var(--w-content) + 2 * var(--gutter-full)) / 2 - 50vw);
  }
  .page-container .extend {
    display: flow-root;
    box-sizing: border-box;
    max-width: calc(100vw - 2 * var(--gutter-full));
  }
}
@media all and (min-width: 1262px) {
  .page-container .headline-area, .page-container .page-content > h1, .page-container .page-content > h2, .page-container .page-content > h3, .page-container .page-content > .impact, .page-container .extend, .page-container .extend + .caption {
    margin-left: calc((var(--w-content) - var(--w-total)) / 2);
    margin-right: calc((var(--w-content) - var(--w-total)) / 2);
  }
  .page-container .extend {
    max-width: var(--w-total);
  }
  .page-container .breakout, .page-container .extend .breakout {
    float: right;
    box-sizing: border-box;
    max-width: calc((var(--w-total) - var(--x2)) / 2 + (100vw - var(--w-total)) / 2);
    margin-left: var(--x2);
    margin-right: calc((var(--w-total) - 100vw) / 2);
  }
  .page-container .breakout.left, .page-container .extend .breakout.left {
    float: left;
    margin-left: calc((var(--w-total) - 100vw) / 2);
    margin-right: var(--x2);
  }
  .page-container .pullout {
    float: right;
    box-sizing: border-box;
    margin-right: calc(-1 * var(--bar) - var(--x2) - (100vw - var(--w-total)) / 2);
  }
  .page-container .pullout.left {
    float: left;
    margin-left: calc(-1 * var(--bar) - var(--x2) - (100vw - var(--w-total)) / 2);
    margin-right: 0;
  }
  .page-container .extend .pullout {
    margin-left: auto;
    margin-right: auto;
  }
  .page-container .bar {
    box-sizing: border-box;
    float: right;
    clear: right;
    font-size: var(--f6);
    line-height: var(--g6);
    color: var(--c2);
    max-width: var(--bar);
    margin-bottom: var(--x3);
    margin-right: calc(-1 * (var(--bar) + var(--x2)));
  }
  .page-container .bar.left {
    float: left;
    clear: left;
    margin-left: calc(-1 * (var(--bar) + var(--x2)));
    margin-right: 0;
  }
}

.page-content h1 {
  margin-bottom: var(--x2);
}
.page-content h2 {
  margin-top: var(--x1);
  margin-bottom: var(--x2);
}
.page-content h3 {
  margin-top: var(--x2);
  margin-bottom: var(--x3);
}
.page-content h4 {
  margin-bottom: var(--x4);
}
.page-content h1 + h2, .page-content h2 + h3, .page-content h1:first-child, .page-content h2:first-child, .page-content h3:first-child, .page-content hr + h2 {
  margin-top: 0;
}
.page-content > :last-child {
  margin-bottom: 0;
}
.page-content ul {
  list-style-type: var(--list-style);
}
.page-content ul, .page-content ol {
  margin-left: var(--list-margin);
}
.page-content ul ul, .page-content ul ol, .page-content ol ul, .page-content ol ol {
  margin-top: var(--list-item-margin);
  margin-bottom: 0;
  margin-left: var(--list-nested-margin);
}
.page-content li {
  margin-bottom: var(--list-item-margin);
}
.page-content li:last-child {
  margin-bottom: 0;
}
.page-content .callout > :last-child {
  margin-bottom: 0;
}
.page-content .caption {
  margin-top: var(--m-caption);
}
h1 + .page-content .caption, h2 + .page-content .caption {
  margin-top: var(--m-caption-h2-m);
}
h3 + .page-content .caption {
  margin-top: var(--m-caption-h3-m);
  margin-bottom: var(--x3);
}
.page-content p, .page-content ul, .page-content ol, .page-content blockquote, .page-content pre, .page-content img, .page-content .callout, .page-content .caption {
  margin-bottom: var(--x2);
}
.page-content p:last-child, .page-content ul:last-child, .page-content ol:last-child, .page-content blockquote:last-child, .page-content pre:last-child, .page-content img:last-child, .page-content .callout:last-child, .page-content .caption:last-child {
  margin-bottom: 0;
}
@media all and (min-width: var(--b2)) {
  .page-content h1 + .caption, .page-content h2 + .caption {
    margin-top: var(--m-caption);
  }
  .page-content h3 + .caption {
    margin-top: var(--m-caption-h3);
  }
}

.page-title a {
  color: var(--c1);
}
.page-title a:hover {
  color: var(--ca);
}

.page-title:has(+ .byline) {
  margin-bottom: 0;
}

.byline {
  font-family: var(--font-byline);
  font-size: var(--f-byline);
  line-height: var(--g-byline);
  color: var(--c-byline);
  margin-bottom: var(--x2);
}

.page-container, .headline-area, .page-content {
  display: flow-root;
}

.page-content + .modular-content {
  margin-top: var(--x2);
}
.modular-content > :last-child {
  margin-bottom: 0;
}

label {
  display: block;
  font-family: var(--font-label);
  font-weight: bold;
}
label .required {
  font-weight: normal;
  color: var(--c-required);
}

input, textarea, select {
  display: block;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  padding: var(--p-input);
  border: var(--b-input);
  border-radius: var(--radius-sm);
  transition: all 0.3s ease;
  background: var(--bg2);
}

input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: var(--ca);
  box-shadow: 0 0 0 4px rgba(0, 151, 167, 0.1);
}

input[type=checkbox], input[type=radio], input[type=image], input[type=submit], select {
  width: auto;
}

input[type=checkbox], input[type=radio] {
  display: inline-block;
}
input[type=checkbox] + label, input[type=radio] + label {
  display: inline;
  font-weight: normal;
  margin-left: var(--x6);
  user-select: none;
}

textarea {
  line-height: inherit;
  resize: vertical;
}

select {
  border: var(--b-select);
}

button, input[type=submit], .button {
  display: inline-flex;
  align-items: center;
  gap: var(--x5);
  width: auto;
  font-family: var(--font2);
  font-size: inherit;
  font-weight: 600;
  line-height: 1em;
  vertical-align: top;
  color: var(--c-button);
  text-decoration: none;
  background: linear-gradient(135deg, #F5A623 0%, #e5930a 100%);
  padding: var(--p-button-y) var(--p-button-x);
  border: none;
  border-radius: var(--radius-sm);
  cursor: pointer;
  user-select: none;
  box-shadow: 0 4px 16px rgba(245, 166, 35, 0.4);
  transition: all 0.3s ease;
}
button:hover, button:active, input[type=submit]:hover, input[type=submit]:active, .button:hover, .button:active {
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(245, 166, 35, 0.5);
  color: var(--c-button);
}
button svg, input[type=submit] svg, .button svg {
  vertical-align: inherit;
}

button.save, .button.save {
  color: var(--c-button-save);
  background: linear-gradient(135deg, #0097A7 0%, #00727e 100%);
  box-shadow: 0 4px 16px rgba(0, 151, 167, 0.4);
}
button.save:hover, button.save:active, .button.save:hover, .button.save:active {
  box-shadow: 0 8px 24px rgba(0, 151, 167, 0.5);
  color: var(--c-button-save);
}
button.delete, .button.delete {
  color: var(--c-button-delete);
  background: linear-gradient(135deg, #D50B0B 0%, #ae0909 100%);
  box-shadow: 0 4px 16px rgba(213, 11, 11, 0.4);
}
button.delete:hover, button.delete:active, .button.delete:hover, .button.delete:active {
  box-shadow: 0 8px 24px rgba(213, 11, 11, 0.5);
  color: var(--c-button-delete);
}
button.action, .button.action {
  color: var(--c-button-action);
  background: var(--bg-button-action);
  border: 2px solid var(--navy);
  box-shadow: none;
}
button.action:hover, button.action:active, .button.action:hover, .button.action:active {
  background: var(--navy);
  color: var(--bg2);
  box-shadow: none;
}
button.update, .button.update {
  color: var(--c-button-update);
  background: linear-gradient(135deg, #1A2E44 0%, #254262 100%);
  box-shadow: 0 4px 16px rgba(26, 46, 68, 0.4);
}
button.update:hover, button.update:active, .button.update:hover, .button.update:active {
  box-shadow: 0 8px 24px rgba(26, 46, 68, 0.5);
  color: var(--c-button-update);
}

.container {
  box-sizing: border-box;
  padding-left: var(--gutter-mobile);
  padding-right: var(--gutter-mobile);
}
@media all and (min-width: var(--b2)) {
  .container {
    max-width: var(--w-content);
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: var(--b3)) {
  .container {
    max-width: 100%;
    padding-left: var(--gutter-full);
    padding-right: var(--gutter-full);
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (min-width: var(--b5)) {
  .container {
    max-width: var(--w-total);
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.text {
  max-width: var(--w-content);
}

.section-container {
  max-width: var(--w-total);
  margin: 0 auto;
}
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-bottom: var(--border1);
  padding: var(--x3) var(--gutter-mobile);
}
@media all and (min-width: var(--b5)) {
  nav {
    padding: var(--x3) var(--x2);
  }
}

.nav-container {
  max-width: var(--w-total);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  font-family: var(--font2);
  font-size: var(--f4);
  line-height: var(--g4);
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.logo svg {
  width: 1em;
  height: 1em;
  margin-right: 2px;
  margin-bottom: 1px;
}
.logo .revenue {
  color: var(--navy);
}
.logo .hire {
  color: var(--ca);
}

.nav-links {
  display: flex;
  gap: var(--x2);
  list-style: none;
  margin-bottom: 0;
}
.nav-links a {
  text-decoration: none;
  color: var(--c1);
  font-weight: 500;
  font-size: var(--f6);
  line-height: var(--g6);
  transition: color 0.3s ease;
  margin-bottom: 0;
}
.nav-links a:hover {
  color: var(--ca);
}

.nav-cta {
  background: var(--navy);
  color: var(--bg2) !important;
  padding: var(--x4) var(--x3);
  border-radius: var(--radius-sm);
  transition: all 0.3s ease !important;
}
.nav-cta:hover {
  background: var(--ca) !important;
  transform: translateY(-2px);
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 8rem var(--gutter-mobile) 4rem;
  background: linear-gradient(180deg, var(--bg2) 0%, var(--bg1) 100%);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 80%;
  height: 150%;
  background: radial-gradient(ellipse, rgba(0, 151, 167, 0.08) 0%, transparent 70%);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 60%;
  height: 100%;
  background: radial-gradient(ellipse, rgba(245, 166, 35, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.hero-container {
  max-width: var(--w-total);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: var(--x1);
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-content h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.382;
  margin-bottom: var(--x3);
}
.hero-content h1 span {
  background: linear-gradient(135deg, var(--ca) 0%, var(--teal-light) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-size: var(--f4);
  line-height: var(--g4);
  color: var(--c2);
  margin-bottom: var(--x2);
  max-width: 540px;
}

.hero-ctas {
  display: flex;
  gap: var(--x3);
  flex-wrap: wrap;
  margin-bottom: var(--x1);
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: var(--x3);
  padding: var(--x3) var(--x3);
  background: var(--bg2);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  border: var(--border1);
}
.trust-badge svg {
  width: 24px;
  height: 24px;
  color: var(--gold);
}
.trust-badge span {
  font-weight: 600;
  color: var(--navy);
}

.hero-card {
  background: var(--bg2);
  border-radius: var(--radius-lg);
  padding: var(--x2);
  box-shadow: var(--shadow-lg);
  border: var(--border1);
  position: relative;
}
.hero-card::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, var(--ca) 0%, var(--gold) 100%);
  border-radius: calc(var(--radius-lg) + 2px);
  z-index: -1;
  opacity: 0.5;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--x3);
}

.stat-item {
  text-align: center;
  padding: var(--x2) var(--x3);
  background: var(--bg1);
  border-radius: var(--radius-md);
}

.stat-number {
  font-family: var(--font2);
  font-size: var(--f1);
  line-height: 1em;
  font-weight: 700;
  color: var(--ca);
}

.stat-label {
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
  margin-top: var(--x5);
}

section {
  padding: calc(var(--x1) * var(--phi)) var(--gutter-mobile);
}
@media all and (min-width: var(--b5)) {
  section {
    padding: calc(var(--x1) * var(--phi)) var(--x2);
  }
}

.section-header {
  text-align: center;
  margin: 0 auto var(--x1);
}
.section-header h2 {
  font-size: clamp(var(--f3), 4vw, var(--f2));
  line-height: clamp(var(--g3), 6.5vw, var(--g2));
  margin-bottom: var(--x3);
}
.section-header p {
  color: var(--c2);
  font-size: var(--f4);
  line-height: var(--g4);
  max-width: var(--w-content);
  margin-left: auto;
  margin-right: auto;
}

.section-label {
  display: inline-block;
  font-size: var(--f6);
  line-height: var(--g6);
  font-weight: 600;
  color: var(--ca);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: var(--x3);
}

.about {
  background: var(--bg2);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--x1);
  align-items: center;
}

.about-content h2 {
  font-size: clamp(var(--f3), 4vw, var(--f2));
  line-height: clamp(var(--g3), 6.5vw, var(--g2));
  margin-bottom: var(--x3);
}
.about-content p {
  margin-bottom: var(--x3);
  color: var(--c1);
}
.about-content p:last-child {
  margin-bottom: 0;
}

.about-content > p:first-child {
  margin-bottom: 0;
}

.founder-quote {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  color: var(--bg2);
  padding: var(--x2);
  border-radius: var(--radius-md);
  margin: var(--x2) 0;
  position: relative;
}
.founder-quote::before {
  content: "“";
  font-family: var(--font2);
  font-size: calc(var(--f1) * var(--phi));
  position: absolute;
  top: calc(-1 * var(--x3));
  left: var(--x3);
  color: var(--gold);
  opacity: 0.3;
  line-height: 1;
}
.founder-quote p {
  color: rgba(255, 255, 255, 0.9);
  font-style: italic;
  position: relative;
  z-index: 1;
  margin: 0;
}

.pain-points {
  display: flex;
  flex-direction: column;
  gap: var(--x3);
}
.pain-points h3 {
  margin-bottom: 0;
}

.pain-point {
  display: flex;
  align-items: flex-start;
  gap: var(--x3);
  padding: var(--x3);
  background: var(--bg1);
  border-radius: var(--radius-md);
  border-left: 4px solid var(--ca);
}
.pain-point svg {
  width: 24px;
  height: 24px;
  color: var(--ca);
  flex-shrink: 0;
  margin-top: 2px;
}
.pain-point h4 {
  margin-bottom: var(--x6);
}
.pain-point p {
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
  margin: 0;
}

.services {
  background: linear-gradient(180deg, var(--bg1) 0%, var(--bg2) 100%);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--x2);
}

.service-card {
  background: var(--bg2);
  border-radius: var(--radius-lg);
  padding: var(--x2);
  box-shadow: var(--shadow-md);
  border: var(--border1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.service-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--ca) 0%, var(--gold) 100%);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}
.service-card:hover::after {
  transform: scaleX(1);
}
.service-card h3 {
  font-size: var(--f4);
  line-height: var(--g4);
  margin-bottom: var(--x3);
}
.service-card p {
  color: var(--c2);
  margin-bottom: var(--x3);
}
.service-card p:last-child {
  margin-bottom: 0;
}

.service-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--ca) 0%, var(--teal-light) 100%);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--x3);
}
.service-icon svg {
  width: 28px;
  height: 28px;
  color: var(--bg2);
}

.service-list {
  list-style: none;
}
.service-list li {
  display: flex;
  align-items: center;
  gap: var(--x4);
  padding: var(--x5) 0;
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c1);
  border-bottom: 1px solid var(--bg1);
}
.service-list li:last-child {
  border-bottom: none;
}
.service-list svg {
  width: 18px;
  height: 18px;
  color: var(--ca);
  flex-shrink: 0;
}

/* Process Section */
.process {
  background: var(--navy);
  color: var(--bg2);
  position: relative;
  overflow: hidden;
}
.process::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}
.process .section-header {
  position: relative;
  z-index: 1;
}
.process .section-header h2 {
  color: var(--bg2);
}
.process .section-header p {
  color: rgba(255, 255, 255, 0.7);
}
.process .section-label {
  color: var(--gold);
}

.precise-method {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.5rem;
  margin-bottom: var(--x1);
  position: relative;
  z-index: 1;
}

.precise-letter {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  padding: 1.5rem 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.precise-letter:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--gold);
  transform: translateY(-4px);
}
.precise-letter .letter {
  font-family: var(--font2);
  font-size: var(--f1);
  line-height: 1em;
  font-weight: 700;
  color: var(--gold);
  display: block;
  margin-bottom: var(--x5);
}
.precise-letter .word {
  font-weight: 600;
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--bg2);
  display: block;
  margin-bottom: var(--x6);
}
.precise-letter .desc {
  font-size: var(--f6);
  line-height: var(--g6);
  color: rgba(255, 255, 255, 0.6);
}

.process-pipeline {
  position: relative;
  z-index: 1;
}
.process-pipeline h3 {
  text-align: center;
  color: var(--gold);
  margin-bottom: var(--x2);
  font-size: var(--f4);
  line-height: var(--g4);
}

.pipeline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  padding: 2rem 0;
}
.pipeline::before {
  content: "";
  position: absolute;
  top: calc(2rem + 32px);
  left: 5%;
  right: 5%;
  height: 3px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--ca) 100%);
  z-index: 0;
}

.pipeline-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
  flex: 1;
  padding: 0 var(--x3);
}
.pipeline-step h4 {
  color: var(--bg2);
  font-size: var(--f5);
  line-height: var(--g5);
  margin-bottom: var(--x6);
}
.pipeline-step p {
  font-size: var(--f6);
  line-height: var(--g6);
  color: rgba(255, 255, 255, 0.6);
}

.pipeline-icon {
  width: 64px;
  height: 64px;
  background: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--x3);
  box-shadow: 0 0 0 8px rgba(245, 166, 35, 0.2);
}
.pipeline-icon svg {
  width: 28px;
  height: 28px;
  color: var(--navy);
}

.ai-features {
  background: linear-gradient(180deg, var(--bg2) 0%, var(--bg1) 100%);
}

.ai-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--x2);
}

.ai-card {
  background: var(--bg2);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: var(--border1);
  transition: all 0.3s ease;
}
.ai-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}

.ai-card-header {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  padding: var(--x2);
  text-align: center;
  position: relative;
}
.ai-card-header::after {
  content: "AI-POWERED";
  position: absolute;
  top: var(--x3);
  right: var(--x3);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1em;
  color: var(--gold);
  background: rgba(245, 166, 35, 0.15);
  padding: var(--x5);
  border-radius: var(--x5);
}
.ai-card-header h3 {
  color: var(--bg2);
  font-size: var(--f4);
  line-height: var(--g4);
}

.ai-icon {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--x3);
}
.ai-icon svg {
  width: 36px;
  height: 36px;
  color: var(--navy);
}

.ai-card-body {
  padding: var(--x2);
}
.ai-card-body p {
  color: var(--c2);
  margin-bottom: var(--x3);
  font-size: var(--f5);
  line-height: var(--g5);
}

.ai-form {
  display: flex;
  flex-direction: column;
  gap: var(--x3);
}
.ai-form label {
  font-weight: 600;
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--navy);
}
.ai-form select, .ai-form input {
  width: 100%;
  font-size: var(--f6);
  line-height: var(--g6);
}
.ai-form select:focus, .ai-form input:focus {
  outline: none;
  border-color: var(--ca);
  box-shadow: 0 0 0 4px rgba(0, 151, 167, 0.1);
}

.ai-btn {
  background: linear-gradient(135deg, var(--ca) 0%, var(--teal-light) 100%);
  color: var(--bg2);
  padding: var(--x3) var(--x3);
  border: none;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: var(--f5);
  line-height: 1em;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--x5);
}
.ai-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 151, 167, 0.4);
}

.ai-result {
  display: none;
  margin-top: var(--x3);
  padding: var(--x3);
  background: var(--bg1);
  border-radius: var(--radius-md);
  border-left: 4px solid var(--ca);
}
.ai-result h4 {
  font-size: var(--f5);
  line-height: var(--g5);
  margin-bottom: var(--x5);
  color: var(--ca);
}
.ai-result p {
  font-size: var(--f6);
  line-height: var(--g6);
  margin: 0;
}

.ai-result.active {
  display: block;
  animation: slideIn 0.4s ease;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.results {
  background: var(--bg1);
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--x2);
}

.result-card {
  background: var(--bg2);
  border-radius: var(--radius-lg);
  padding: var(--x2);
  text-align: center;
  box-shadow: var(--shadow-sm);
  border: var(--border1);
  transition: all 0.3s ease;
}
.result-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}
.result-card h3 {
  font-size: var(--f4);
  line-height: var(--g4);
  margin-bottom: var(--x4);
}
.result-card p {
  color: var(--c2);
  font-size: var(--f6);
  line-height: var(--g6);
}

.result-icon {
  width: 64px;
  height: 64px;
  background: var(--bg1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--x3);
}
.result-icon svg {
  width: 32px;
  height: 32px;
  color: var(--ca);
}

.testimonials {
  background: var(--bg2);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--x2);
}

.testimonial-card {
  background: var(--bg1);
  border-radius: var(--radius-lg);
  padding: var(--x2);
  position: relative;
}
.testimonial-card::before {
  content: "“";
  font-family: var(--font2);
  font-size: 8rem;
  position: absolute;
  top: 0.5rem;
  left: var(--x3);
  color: var(--ca);
  opacity: 0.15;
  line-height: 1;
}
.testimonial-card p {
  font-size: var(--f5);
  line-height: 1.7;
  margin-bottom: var(--x3);
  position: relative;
  z-index: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: var(--x3);
}

.author-avatar {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--navy) 0%, var(--ca) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bg2);
  font-weight: 700;
  font-size: var(--f5);
  line-height: 1em;
}

.author-info {
  display: flex;
  flex-direction: column;
}
.author-info h4 {
  font-size: var(--f5);
  line-height: var(--g5);
}
.author-info span {
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
}

.blog {
  background: var(--bg1);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--x3);
}

.blog-card {
  background: var(--bg2);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: var(--border1);
  transition: all 0.3s ease;
}
.blog-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.blog-image {
  height: 140px;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-image svg {
  width: 40px;
  height: 40px;
  color: var(--gold);
  opacity: 0.5;
}

.blog-content {
  padding: var(--x3);
}
.blog-content h4 {
  font-size: var(--f5);
  line-height: var(--g5);
  margin-bottom: var(--x5);
}
.blog-content p {
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--c2);
  margin-bottom: var(--x3);
}

.blog-link {
  font-size: var(--f6);
  line-height: var(--g6);
  font-weight: 600;
  color: var(--ca);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: var(--x5);
  transition: gap 0.3s ease;
}
.blog-link:hover {
  gap: var(--x4);
}

.cta-section {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  padding: calc(var(--x1) * var(--phi)) var(--gutter-mobile);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 200%;
  background: radial-gradient(ellipse, rgba(245, 166, 35, 0.15) 0%, transparent 70%);
}

.cta-content {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.cta-content h2 {
  color: var(--bg2);
  font-size: clamp(var(--f3), 4vw, var(--f2));
  line-height: clamp(var(--g3), 6.5vw, var(--g2));
  margin-bottom: var(--x3);
}
.cta-content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--f4);
  line-height: var(--g4);
  max-width: var(--w-content);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--x2);
}

.contact {
  background: var(--bg2);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: var(--x1);
  align-items: start;
}

.contact-info h2 {
  font-size: clamp(var(--f3), 4vw, var(--f2));
  line-height: clamp(var(--g3), 6.5vw, var(--g2));
  margin-bottom: var(--x3);
}
.contact-info > p {
  color: var(--c2);
  margin-bottom: var(--x2);
}
.contact-info > p:first-child {
  margin-bottom: 0;
}

.contact-methods {
  display: flex;
  flex-direction: column;
  gap: var(--x3);
}

.contact-method {
  display: flex;
  align-items: center;
  gap: var(--x3);
}

.contact-method-icon {
  width: 48px;
  height: 48px;
  background: var(--bg1);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-method-icon svg {
  width: 24px;
  height: 24px;
  color: var(--ca);
}

.contact-method-text {
  display: flex;
  flex-direction: column;
}
.contact-method-text h4 {
  font-size: var(--f6);
  line-height: var(--g6);
  font-family: var(--font1);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--c2);
}
.contact-method-text a, .contact-method-text span {
  color: var(--navy);
  text-decoration: none;
  font-weight: 500;
}
.contact-method-text a:hover {
  color: var(--ca);
}

.contact-form-card {
  background: var(--bg1);
  border-radius: var(--radius-lg);
  padding: var(--x2);
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: var(--x3);
}
.contact-form .button {
  justify-content: center;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--x3);
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: var(--x5);
}
.form-group label {
  font-weight: 600;
  font-size: var(--f6);
  line-height: var(--g6);
  color: var(--navy);
}
.form-group .required {
  color: var(--gold);
}
.form-group input, .form-group select, .form-group textarea {
  width: 100%;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none;
  border-color: var(--ca);
  box-shadow: 0 0 0 4px rgba(0, 151, 167, 0.1);
}
.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

footer {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.7);
  padding: var(--x1) var(--gutter-mobile) var(--x2);
}
footer .logo .revenue {
  color: var(--bg2);
}

.footer-container {
  max-width: var(--w-total);
  margin: 0 auto;
}

.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: var(--x2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: var(--x2);
}

.footer-tagline {
  font-size: var(--f6);
  line-height: var(--g6);
  margin-top: var(--x6);
}

.footer-links {
  display: flex;
  gap: var(--x2);
  margin-bottom: 0;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: var(--f6);
  line-height: var(--g6);
  transition: color 0.3s ease;
}
.footer-links a:hover {
  color: var(--gold);
}

.footer-bottom {
  text-align: center;
  font-size: var(--f6);
  line-height: var(--g6);
}

#content {
  word-break: break-word;
  padding-top: calc(4rem + var(--x1));
  padding-bottom: var(--p-content-bottom);
}

@media (max-width: 1024px) {
  .hero-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-content {
    order: 1;
  }
  .hero-visual {
    order: 2;
  }
  .hero-subtitle {
    margin: 0 auto var(--x2);
  }
  .hero-ctas {
    justify-content: center;
  }
  .trust-badge {
    margin: 0 auto;
  }
  .services-grid, .ai-grid, .results-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .precise-method {
    grid-template-columns: repeat(4, 1fr);
  }
  .pipeline {
    flex-wrap: wrap;
    gap: var(--x2);
  }
  .pipeline::before {
    display: none;
  }
  .pipeline-step {
    flex: 0 0 calc(33.333% - var(--x3));
  }
  .about-grid, .contact-grid {
    grid-template-columns: 1fr;
  }
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  nav {
    padding: var(--x3);
  }
  .nav-links {
    display: none;
  }
  section {
    padding: var(--x1) var(--gutter-mobile);
  }
  .services-grid, .ai-grid, .results-grid {
    grid-template-columns: 1fr;
  }
  .precise-method {
    grid-template-columns: repeat(2, 1fr);
  }
  .pipeline-step {
    flex: 0 0 calc(50% - var(--x4));
  }
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .footer-main {
    flex-direction: column;
    gap: var(--x2);
    text-align: center;
  }
  .footer-links {
    flex-wrap: wrap;
    justify-content: center;
  }
  .stat-grid {
    grid-template-columns: 1fr;
  }
}