:root {
  --ink: #0b2730;
  --ink-deep: #071d24;
  --ink-soft: #29454d;
  --teal: #36b9a8;
  --teal-light: #73d7ca;
  --teal-pale: #dff5f1;
  --paper: #f5f8f6;
  --paper-warm: #edf2ef;
  --white: #ffffff;
  --line: #cedbd6;
  --muted: #60757a;
  --shadow: 0 24px 70px rgba(4, 31, 39, 0.12);
  --radius: 22px;
}

/* Divi blank-template reset: applies only while this plugin is active on an imported page. */
body.reguklar-imported-page,
body.reguklar-imported-page #page-container,
body.reguklar-imported-page #main-content {
  margin: 0 !important;
  padding: 0 !important;
  background: var(--paper) !important;
}

body.reguklar-imported-page #page-container {
  padding-top: 0 !important;
}

body.reguklar-imported-page .et_pb_section,
body.reguklar-imported-page .et_pb_fullwidth_code,
body.reguklar-imported-page .et_pb_fullwidth_code .et_pb_code_inner,
body.reguklar-imported-page .entry-content,
body.reguklar-imported-page article.page {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body.reguklar-imported-page .et_pb_section {
  min-height: 0 !important;
}

body.reguklar-imported-page .reguklar-site,
body.reguklar-imported-page .reguklar-site * {
  box-sizing: border-box;
}

body.reguklar-imported-page .reguklar-site {
  width: 100%;
  overflow: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.reguklar-imported-page .reguklar-site button,
body.reguklar-imported-page .reguklar-site input,
body.reguklar-imported-page .reguklar-site select,
body.reguklar-imported-page .reguklar-site textarea {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

body.reguklar-imported-page .reguklar-site p,
body.reguklar-imported-page .reguklar-site h1,
body.reguklar-imported-page .reguklar-site h2,
body.reguklar-imported-page .reguklar-site h3,
body.reguklar-imported-page .reguklar-site ol,
body.reguklar-imported-page .reguklar-site ul {
  padding: 0;
}

.reguklar-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 4px;
}

::selection {
  background: var(--teal-light);
  color: var(--ink-deep);
}

.shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(206, 219, 214, 0.74);
  background: rgba(245, 248, 246, 0.91);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
}

.brand-symbol {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(11, 39, 48, 0.16);
  border-radius: 50%;
  background: var(--ink);
  color: var(--teal-light);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.04em;
  box-shadow: inset 0 0 0 5px rgba(115, 215, 202, 0.08);
}

.brand-name {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-name strong {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand-name small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 14px;
  font-weight: 650;
}

.desktop-nav > a:not(.nav-cta) {
  position: relative;
  padding: 10px 0;
}

.desktop-nav > a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 1px;
  background: var(--teal);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.desktop-nav > a:not(.nav-cta):hover::after {
  transform: scaleX(1);
}

.nav-cta {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  gap: 22px;
  padding: 0 17px 0 20px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
}

.nav-cta span {
  color: var(--teal-light);
  font-size: 17px;
}

.mobile-nav {
  display: none;
  position: relative;
}

.mobile-nav summary {
  display: grid;
  width: 46px;
  height: 46px;
  cursor: pointer;
  list-style: none;
  place-content: center;
  gap: 6px;
  border-radius: 50%;
  background: var(--ink);
}

.mobile-nav summary::-webkit-details-marker {
  display: none;
}

.mobile-nav summary span {
  display: block;
  width: 18px;
  height: 1px;
  background: white;
}

.mobile-nav nav {
  position: absolute;
  top: 58px;
  right: 0;
  display: grid;
  width: 230px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
  box-shadow: var(--shadow);
}

.mobile-nav nav a {
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
}

.mobile-nav nav a:last-child {
  border-bottom: 0;
  background: var(--teal-pale);
}

.hero {
  position: relative;
  min-height: calc(100vh - 84px);
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 40%, rgba(62, 195, 178, 0.13), transparent 22%),
    linear-gradient(135deg, #061c23 0%, #0b2b34 64%, #0b323a 100%);
  color: white;
}

.hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  mask-image: linear-gradient(to right, transparent, black 55%, transparent);
}

.hero-orbit {
  position: absolute;
  border: 1px solid rgba(115, 215, 202, 0.09);
  border-radius: 50%;
}

.hero-orbit-one {
  top: -20vw;
  right: -12vw;
  width: 62vw;
  height: 62vw;
}

.hero-orbit-two {
  right: 6vw;
  bottom: -35vw;
  width: 66vw;
  height: 66vw;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: calc(100vh - 154px);
  align-items: center;
  gap: 8%;
  grid-template-columns: minmax(0, 1.15fr) minmax(350px, 0.85fr);
  padding: 82px 0 54px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: #2d766e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 29px;
  height: 2px;
  background: var(--teal);
  content: "";
}

.eyebrow.light {
  color: var(--teal-light);
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(54px, 6.3vw, 88px);
  font-weight: 710;
  letter-spacing: -0.065em;
  line-height: 0.97;
}

.hero h1 span {
  display: block;
  margin-top: 14px;
  color: var(--teal-light);
}

.hero-lead {
  max-width: 665px;
  margin: 32px 0 0;
  color: #cbd9da;
  font-size: clamp(18px, 1.5vw, 21px);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 0 23px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--teal-light);
  color: var(--ink-deep);
  box-shadow: 0 18px 40px rgba(54, 185, 168, 0.16);
}

.button-primary:hover {
  box-shadow: 0 20px 48px rgba(54, 185, 168, 0.28);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(11, 39, 48, 0.28);
  font-size: 14px;
  font-weight: 800;
}

.text-link span {
  color: var(--teal);
}

.light-link {
  border-color: rgba(255, 255, 255, 0.22);
  color: white;
}

.hero-proof {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 46px;
  color: #a8bcbe;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero-proof i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--teal);
}

.clarity-card {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
}

.card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #9cb0b3;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.signal {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--teal-light);
}

.signal i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal-light);
  box-shadow: 0 0 0 5px rgba(115, 215, 202, 0.1);
}

.clarity-visual {
  position: relative;
  display: grid;
  height: 275px;
  place-items: center;
}

.visual-ring {
  position: absolute;
  border: 1px solid rgba(115, 215, 202, 0.22);
  border-radius: 50%;
}

.ring-one {
  width: 210px;
  height: 210px;
}

.ring-two {
  width: 135px;
  height: 135px;
  border-color: rgba(115, 215, 202, 0.43);
}

.clarity-visual::before,
.clarity-visual::after {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal-light);
  box-shadow: 0 0 20px var(--teal);
  content: "";
}

.clarity-visual::before {
  top: 53px;
  left: calc(50% - 78px);
}

.clarity-visual::after {
  right: calc(50% - 103px);
  bottom: 55px;
}

.visual-core {
  position: relative;
  z-index: 2;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 50%;
  background: var(--teal-light);
  color: var(--ink-deep);
  font-size: 19px;
  font-weight: 850;
  letter-spacing: -0.05em;
  box-shadow: 0 0 0 16px rgba(115, 215, 202, 0.08);
}

.card-statement {
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.card-statement p,
.card-statement strong {
  margin: 0;
  font-size: 20px;
  line-height: 1.45;
}

.card-statement p {
  color: #b7c9ca;
}

.card-statement strong {
  color: white;
}

.mini-process {
  display: flex;
  align-items: center;
  color: var(--teal-light);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mini-process b {
  flex: 1;
  height: 1px;
  margin: 0 10px;
  background: rgba(115, 215, 202, 0.25);
}

.hero-foot {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: #90a6a9;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-foot p {
  margin: 0;
}

.hero-foot a {
  display: flex;
  align-items: center;
  gap: 14px;
}

.hero-foot a span {
  color: var(--teal-light);
}

.section {
  padding: 118px 0;
}

.intro-section {
  background: var(--paper);
}

.intro-grid {
  display: grid;
  gap: 11%;
  grid-template-columns: 1.05fr 0.95fr;
}

.intro-grid h2,
.section-heading h2,
.process-intro h2,
.profile-copy h2,
.contact-copy h2,
.closing-inner h2 {
  margin: 0;
  font-size: clamp(38px, 4.4vw, 61px);
  font-weight: 720;
  letter-spacing: -0.055em;
  line-height: 1.06;
}

.intro-copy {
  padding-top: 40px;
}

.intro-copy p {
  margin: 0 0 30px;
  color: var(--ink-soft);
  font-size: 19px;
  line-height: 1.75;
}

.services-section {
  background: var(--paper-warm);
}

.split-heading {
  display: grid;
  align-items: end;
  gap: 10%;
  grid-template-columns: 1fr 330px;
  margin-bottom: 52px;
}

.split-heading > p {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 15px;
}

.service-grid {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--line);
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
}

.service-card {
  position: relative;
  min-height: 365px;
  padding: 32px;
  background: var(--paper);
  transition: background 220ms ease, transform 220ms ease;
}

.service-card:hover {
  z-index: 2;
  background: white;
  box-shadow: 0 18px 50px rgba(9, 38, 48, 0.08);
  transform: translateY(-3px);
}

.service-number {
  margin-bottom: 60px;
  color: #56837d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.service-card h3 {
  max-width: 245px;
  margin: 0 0 17px;
  font-size: 25px;
  letter-spacing: -0.035em;
  line-height: 1.18;
}

.service-card > p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.tag-row {
  position: absolute;
  right: 32px;
  bottom: 28px;
  left: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.tag-row span,
.focus-list span {
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #3f6964;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.process-section {
  background: var(--ink);
  color: white;
}

.process-grid {
  display: grid;
  gap: 11%;
  grid-template-columns: 0.85fr 1.15fr;
}

.process-intro {
  position: sticky;
  top: 130px;
  align-self: start;
}

.process-intro > p:not(.eyebrow) {
  max-width: 430px;
  margin: 27px 0 32px;
  color: #b2c3c5;
  font-size: 17px;
  line-height: 1.7;
}

.button-outline {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  color: white;
}

.button-outline:hover {
  border-color: var(--teal-light);
  background: rgba(115, 215, 202, 0.06);
}

.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  display: grid;
  gap: 28px;
  grid-template-columns: 52px 1fr;
  padding: 38px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.process-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.step-number {
  color: var(--teal-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.process-list h3 {
  margin: -7px 0 7px;
  font-size: 28px;
  letter-spacing: -0.035em;
}

.process-list p {
  max-width: 500px;
  margin: 0;
  color: #aebfc1;
  font-size: 14px;
}

.profile-section {
  background: var(--paper);
}

.profile-grid {
  display: grid;
  align-items: center;
  gap: 11%;
  grid-template-columns: 0.85fr 1.15fr;
}

.profile-mark {
  position: relative;
  display: grid;
  aspect-ratio: 1 / 1.03;
  overflow: hidden;
  place-items: center;
  border-radius: 28px;
  background:
    linear-gradient(rgba(115, 215, 202, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(115, 215, 202, 0.07) 1px, transparent 1px),
    var(--ink-deep);
  background-size: 46px 46px;
  color: white;
}

.profile-mark::before,
.profile-mark::after {
  position: absolute;
  border: 1px solid rgba(115, 215, 202, 0.24);
  border-radius: 50%;
  content: "";
}

.profile-mark::before {
  width: 68%;
  height: 68%;
}

.profile-mark::after {
  width: 43%;
  height: 43%;
}

.profile-monogram {
  position: relative;
  z-index: 2;
  display: grid;
  width: 116px;
  height: 116px;
  place-items: center;
  border-radius: 50%;
  background: var(--teal-light);
  color: var(--ink-deep);
  font-size: 29px;
  font-weight: 850;
  letter-spacing: -0.06em;
  box-shadow: 0 0 0 20px rgba(115, 215, 202, 0.07);
}

.profile-mark p {
  position: absolute;
  right: 25px;
  bottom: 21px;
  left: 25px;
  z-index: 2;
  margin: 0;
  color: #8fa8aa;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-align: center;
  text-transform: uppercase;
}

.profile-lead {
  margin-top: 29px !important;
  color: var(--ink) !important;
  font-size: 20px !important;
}

.profile-copy > p:not(.eyebrow) {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.focus-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 32px;
}

.focus-list span {
  padding: 8px 12px;
  background: white;
}

.contact-section {
  background: var(--teal-pale);
}

.contact-grid {
  display: grid;
  align-items: start;
  gap: 9%;
  grid-template-columns: 0.9fr 1.1fr;
}

.contact-copy > p:not(.eyebrow) {
  max-width: 500px;
  margin: 28px 0 0;
  color: var(--ink-soft);
  font-size: 17px;
}

.contact-details {
  display: grid;
  margin-top: 45px;
  border-top: 1px solid rgba(11, 39, 48, 0.16);
}

.contact-details > * {
  display: grid;
  gap: 5px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(11, 39, 48, 0.16);
}

.contact-details span {
  color: #538078;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.contact-details strong {
  font-size: 16px;
}

.contact-form {
  padding: 35px;
  border: 1px solid rgba(11, 39, 48, 0.1);
  border-radius: 26px;
  background: white;
  box-shadow: 0 26px 70px rgba(9, 43, 52, 0.1);
}

.form-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}

.form-head span {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.form-head small {
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--teal-pale);
  color: #357269;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.field-row {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
}

.contact-form > label,
.field-row label {
  display: grid;
  gap: 7px;
  margin-bottom: 15px;
  color: #48656b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form label > span[aria-hidden] {
  display: inline;
  color: #157f72;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #d2dedb;
  border-radius: 11px;
  background: #fafcfb;
  color: var(--ink);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: normal;
  outline: 0;
  text-transform: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.contact-form input,
.contact-form select {
  height: 48px;
  padding: 0 13px;
}

.contact-form textarea {
  min-height: 120px;
  padding: 12px 13px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(54, 185, 168, 0.12);
}

.contact-form .consent-field {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 5px 0 21px;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.45;
  text-transform: none;
}

.consent-field input {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  margin-top: 2px;
  accent-color: var(--teal);
}

.consent-field a {
  border-bottom: 1px solid var(--teal);
  font-weight: 750;
}

.consent-field small {
  color: var(--muted);
}

.button-dark {
  width: 100%;
  background: var(--ink);
  color: white;
}

.button-dark:hover {
  background: #123a43;
}

.button-dark span {
  color: var(--teal-light);
}

.form-note {
  min-height: 20px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 10px;
  text-align: center;
}

.closing-section {
  padding: 80px 0;
  background: var(--paper);
}

.closing-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  text-align: left;
}

.closing-mark {
  display: grid;
  width: 86px;
  height: 86px;
  flex: 0 0 86px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--ink);
  color: var(--teal-light);
  font-size: 20px;
  font-weight: 850;
  letter-spacing: -0.05em;
  box-shadow: inset 0 0 0 9px rgba(115, 215, 202, 0.07);
}

.closing-inner p {
  margin: 0 0 3px;
  color: var(--muted);
  font-size: 15px;
}

.closing-inner h2 {
  font-size: clamp(30px, 3.6vw, 51px);
}

.site-footer {
  background: var(--ink-deep);
  color: white;
}

.footer-main {
  display: grid;
  gap: 12%;
  grid-template-columns: 0.85fr 1.15fr;
  padding: 68px 0 52px;
}

.site-footer .brand-name small {
  color: #82999c;
}

.footer-main > div:first-child > p {
  margin: 19px 0 0;
  color: #81999b;
  font-size: 13px;
}

.footer-links {
  display: grid;
  gap: 36px;
  grid-template-columns: repeat(3, 1fr);
}

.footer-links > div {
  display: grid;
  align-content: start;
  gap: 9px;
}

.footer-links strong {
  margin-bottom: 8px;
  color: var(--teal-light);
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-links a,
.footer-links span {
  color: #a8bbbd;
  font-size: 13px;
}

.footer-links a:hover {
  color: white;
}

.footer-bottom {
  display: flex;
  min-height: 67px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: #70888b;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.legal-main {
  min-height: 70vh;
  padding: 90px 0 120px;
  background: var(--paper);
}

.legal-shell {
  max-width: 890px;
}

.legal-heading {
  padding-bottom: 44px;
  border-bottom: 1px solid var(--line);
}

.legal-heading h1 {
  margin: 0;
  font-size: clamp(48px, 7vw, 78px);
  font-weight: 740;
  letter-spacing: -0.065em;
  line-height: 1;
}

.legal-heading > p:last-child {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.draft-notice {
  margin: 36px 0 0;
  padding: 23px 25px;
  border: 1px solid #a9d8d0;
  border-radius: 15px;
  background: var(--teal-pale);
}

.draft-notice strong {
  font-size: 13px;
}

.draft-notice p {
  margin: 5px 0 0;
  color: #3c6863;
  font-size: 13px;
}

.legal-content {
  margin-top: 42px;
}

.legal-content section {
  padding: 34px 0;
  border-top: 1px solid var(--line);
}

.legal-content section:first-child {
  border-top: 0;
}

.legal-content h2 {
  margin: 0 0 14px;
  font-size: 23px;
  font-weight: 780;
  letter-spacing: -0.035em;
}

.numbered-legal h2 {
  display: flex;
  align-items: baseline;
  gap: 16px;
}

.numbered-legal h2 span {
  color: #46857d;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.legal-content p,
.legal-content li {
  color: #435e64;
  font-size: 15px;
  line-height: 1.75;
}

.legal-content p {
  margin: 0 0 14px;
}

.legal-content p:last-child {
  margin-bottom: 0;
}

.legal-content ul {
  margin: 15px 0 18px;
  padding-left: 22px;
}

.legal-content a {
  border-bottom: 1px solid var(--teal);
  color: var(--ink);
  font-weight: 700;
}

.legal-content mark {
  padding: 2px 5px;
  border-radius: 4px;
  background: #fff0bf;
  color: #5d4b16;
}

.legal-content .legal-hint {
  margin-top: 18px;
  padding: 14px 16px;
  border-left: 3px solid var(--teal);
  background: white;
  color: #536d71;
  font-size: 13px;
}

.reveal {
  animation: rise-in 700ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.reveal-delay {
  animation-delay: 140ms;
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1040px) {
  .hero-grid {
    gap: 5%;
    grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.95fr);
  }

  .hero h1 {
    font-size: clamp(50px, 6.9vw, 70px);
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-grid,
  .profile-grid,
  .contact-grid {
    gap: 7%;
  }
}

@media (max-width: 820px) {
  .shell {
    width: min(100% - 34px, 680px);
  }

  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    display: block;
  }

  .hero-grid {
    min-height: auto;
    gap: 56px;
    grid-template-columns: 1fr;
    padding: 86px 0 58px;
  }

  .hero h1 {
    font-size: clamp(48px, 11vw, 72px);
  }

  .clarity-card {
    min-height: 465px;
  }

  .hero-foot {
    display: none;
  }

  .section {
    padding: 86px 0;
  }

  .intro-grid,
  .split-heading,
  .process-grid,
  .profile-grid,
  .contact-grid,
  .footer-main {
    gap: 48px;
    grid-template-columns: 1fr;
  }

  .intro-copy {
    padding-top: 0;
  }

  .split-heading {
    margin-bottom: 36px;
  }

  .split-heading > p {
    max-width: 480px;
  }

  .process-intro {
    position: static;
  }

  .profile-mark {
    max-width: 470px;
  }

  .contact-form {
    padding: 28px;
  }

  .footer-main {
    padding-top: 54px;
  }
}

@media (max-width: 600px) {
  .header-inner {
    min-height: 74px;
  }

  .brand-symbol {
    width: 42px;
    height: 42px;
  }

  .brand-name strong {
    font-size: 18px;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    padding-top: 68px;
  }

  .hero h1 {
    font-size: 47px;
  }

  .hero-lead {
    font-size: 17px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .hero-proof {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .hero-proof i {
    display: none;
  }

  .clarity-card {
    min-height: 430px;
    padding: 22px;
  }

  .clarity-visual {
    height: 235px;
  }

  .ring-one {
    width: 180px;
    height: 180px;
  }

  .ring-two {
    width: 115px;
    height: 115px;
  }

  .mini-process {
    font-size: 7px;
  }

  .section {
    padding: 72px 0;
  }

  .intro-grid h2,
  .section-heading h2,
  .process-intro h2,
  .profile-copy h2,
  .contact-copy h2 {
    font-size: 39px;
  }

  .intro-copy p {
    font-size: 17px;
  }

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

  .service-card {
    min-height: 340px;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 23px;
  }

  .closing-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    gap: 28px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    padding: 16px 0;
  }

  .legal-main {
    padding: 64px 0 84px;
  }

  .legal-heading h1 {
    font-size: 50px;
  }

  .legal-content section {
    padding: 27px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
