/* Delta Medical compiled stylesheet. Generated by tools/build-theme-css.cjs. */

/* Source: base.css */
/* Delta base styles. Generated from the approved Delta design sources. */

@font-face{font-family:Cairo;src:url('../fonts/cairo-arabic-400-normal.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Cairo;src:url('../fonts/cairo-arabic-600-normal.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:Cairo;src:url('../fonts/cairo-arabic-700-normal.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:Cairo;src:url('../fonts/cairo-arabic-900-normal.woff2') format('woff2');font-weight:900;font-style:normal;font-display:swap}
:root {
  --primary: #0e8a8f;
  --primary-dark: #12646c;
  --primary-deep: #183f49;
  --accent: #e5ad38;
  --ink: #202b2d;
  --muted: #657477;
  --bg: #fff;
  --soft: #f2f8f7;
  --border: #dce8e6;
  --radius: 14px;
  --shadow: 0 18px 50px rgba(10,90,92,.08);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Cairo,Tahoma,sans-serif;
  font-size: 16px;
  line-height: 1.8;
  text-align: right;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
button,input,textarea {
  font: inherit;
}
.container {
  width: min(100% - 48px,1280px);
  margin-inline: auto;
}
.narrow {
  max-width: 900px;
}
.delta-icon {
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  flex: 0 0 auto;
}
.skip-link {
  position: fixed;
  right: 12px;
  top: -100px;
  background: #fff;
  color: #111;
  padding: 10px 16px;
  z-index: 9999;
}
.skip-link:focus {
  top: 12px;
}
.phone-number {
  direction: ltr;
  unicode-bidi: isolate;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  padding: 11px 25px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s,filter .2s,box-shadow .2s;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn-accent {
  background: var(--accent);
  color: #1d2930;
  box-shadow: 0 14px 30px color-mix(in srgb,var(--accent) 32%,transparent);
}
.btn-primary {
  background: linear-gradient(270deg,var(--primary),color-mix(in srgb,var(--primary) 85%,#000));
  color: #fff;
  box-shadow: 0 14px 28px color-mix(in srgb,var(--primary) 20%,transparent);
}
.btn-wa {
  background: #25d366;
  color: #fff;
}
.btn-ghost {
  background: rgba(255,255,255,.1);
  color: #fff;
  border: 1px solid rgba(255,255,255,.28);
}
.btn-outline {
  border: 1px solid var(--primary);
  color: var(--primary);
  background: #fff;
}
.wide {
  width: 100%;
}
.round-arrow {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  background: rgba(255,255,255,.16);
  border-radius: 50%;
}
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(315deg,var(--primary),color-mix(in srgb,var(--primary) 70%,#fff));
  color: #fff;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(315deg,color-mix(in srgb,var(--primary) 90%,transparent),color-mix(in srgb,var(--primary) 80%,transparent));
  z-index: 1;
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .16;
  filter: grayscale(1);
}
.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  z-index: 2;
}
.hero-glow-a {
  width: 380px;
  height: 380px;
  background: color-mix(in srgb,var(--accent) 30%,transparent);
  left: -100px;
  bottom: -170px;
}
.hero-glow-b {
  width: 330px;
  height: 330px;
  background: rgba(255,255,255,.1);
  right: -80px;
  top: -100px;
}
.hero-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 72px;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 112px;
}
.eyebrow-light {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 99px;
  padding: 4px 15px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 23px;
}
.eyebrow-light i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(229,173,56,.12);
}
.hero h1 {
  font-size: clamp(38px,4.5vw,64px);
  line-height: 1.18;
  margin: 0 0 22px;
  font-weight: 900;
  letter-spacing: -1px;
}
.hero h1 em {
  font-style: normal;
  color: var(--accent);
}
.hero-copy>p {
  font-size: 18px;
  line-height: 1.9;
  opacity: .91;
  max-width: 650px;
  margin: 0 0 28px;
}
.button-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 15px;
  max-width: 470px;
  margin-top: 38px;
}
.hero-stats div {
  text-align: center;
}
.hero-stats strong {
  display: block;
  color: var(--accent);
  font-size: 31px;
  font-weight: 900;
  line-height: 1.2;
}
.hero-stats span {
  display: block;
  font-size: 12px;
  opacity: .8;
  margin-top: 4px;
}
.assessment-card {
  position: relative;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 28px;
  padding: 31px;
  box-shadow: 0 30px 80px rgba(0,0,0,.18);
  backdrop-filter: blur(14px);
}
.assessment-card:before {
  content: "";
  position: absolute;
  inset: -18px;
  background: color-mix(in srgb,var(--accent) 15%,transparent);
  filter: blur(35px);
  z-index: -1;
  border-radius: 50%;
}
.assessment-title {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 22px;
}
.assessment-title strong {
  display: block;
  font-size: 18px;
}
.assessment-title small {
  display: block;
  font-size: 12px;
  opacity: .78;
}
.assessment-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: grid;
  gap: 10px;
}
.assessment-card li {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,.055);
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 13px;
}
.assessment-card li svg {
  color: var(--accent);
}
.icon-box {
  width: 48px;
  height: 48px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: color-mix(in srgb,var(--primary) 11%,#fff);
  color: var(--primary);
  flex: 0 0 auto;
}
.icon-box svg {
  width: 24px;
  height: 24px;
}
.icon-box.accent {
  background: var(--accent);
  color: #273438;
  width: 50px;
  height: 50px;
  border-radius: 16px;
}
.trust-strip {
  background: var(--soft);
  border-bottom: 1px solid var(--border);
}
.trust-grid {
  padding-block: 27px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 24px;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.trust-item strong,.trust-item small {
  display: block;
}
.trust-item strong {
  font-size: 13px;
}
.trust-item small {
  font-size: 11px;
  color: var(--muted);
}
.section {
  padding-top: 88px;
  padding-bottom: 88px;
}
.section-soft {
  background: var(--soft);
}
.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 50px;
}
.section-head>span {
  font-weight: 800;
  font-size: 13px;
  color: var(--primary);
}
.section-head h2 {
  font-size: clamp(28px,3vw,41px);
  line-height: 1.35;
  margin: 5px 0 12px;
  font-weight: 900;
  letter-spacing: -.5px;
}
.section-head p {
  color: var(--muted);
  margin: 0;
  line-height: 1.85;
}
.section-head.light {
  color: #fff;
}
.section-head.light>span {
  color: var(--accent);
}
.section-head.light p {
  color: rgba(255,255,255,.75);
}
.card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 24px;
  transition: .3s;
}
.card:hover {
  border-color: color-mix(in srgb,var(--primary) 42%,var(--border));
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 22px;
}
.service-card {
  padding: 27px;
}
.service-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 17px;
  background: linear-gradient(145deg,var(--primary),color-mix(in srgb,var(--primary) 70%,#fff));
  color: #fff;
  margin-bottom: 19px;
}
.service-icon svg {
  width: 28px;
  height: 28px;
}
.service-card h3 {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 12px;
}
.service-card ul {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  gap: 5px;
  color: var(--muted);
  font-size: 13px;
}
.service-card li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.service-card li svg {
  color: var(--primary);
  margin-top: 5px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 800;
}
.text-link svg {
  width: 16px;
}
.center {
  text-align: center;
  justify-content: center;
}
.service-grid+.center {
  margin-top: 44px;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 14px;
}
.step {
  padding: 20px;
}
.step b {
  display: block;
  font-size: 38px;
  color: color-mix(in srgb,var(--primary) 78%,#fff);
  line-height: 1.3;
}
.step h3 {
  font-size: 15px;
  margin: 3px 0;
}
.step p {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}
.testimonials {
  background: linear-gradient(180deg,#235d67,#173f4c);
  color: #fff;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 18px;
}
.testimonial-grid article {
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 18px;
  padding: 22px;
}
.testimonial-grid p {
  font-size: 13px;
  line-height: 1.9;
  min-height: 102px;
}
.testimonial-grid strong {
  display: block;
  border-top: 1px solid rgba(255,255,255,.2);
  padding-top: 11px;
  font-size: 12px;
}
.stars {
  color: var(--accent);
  letter-spacing: 2px;
  font-size: 14px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 15px;
}
.gallery-item {
  border: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 18px;
  cursor: zoom-in;
  background: #eee;
  aspect-ratio: 4/3;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s;
}
.gallery-item:hover img {
  transform: scale(1.04);
}
.condition-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
}
.condition {
  padding: 18px;
  display: flex;
  gap: 13px;
  align-items: flex-start;
}
.condition .icon-box {
  width: 40px;
  height: 40px;
  border-radius: 11px;
}
.condition h3,.tech h3,.why h3 {
  font-size: 15px;
  margin: 0 0 4px;
}
.condition p,.tech p,.why p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.75;
  margin: 0;
}
.tech-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
}
.tech {
  padding: 20px;
}
.tech>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.tech .icon-box {
  width: 43px;
  height: 43px;
}
.tech small {
  background: #f7faf9;
  border: 1px solid var(--border);
  border-radius: 99px;
  padding: 3px 9px;
  font-size: 10px;
  font-weight: 800;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 18px;
}
.why {
  text-align: center;
  padding: 25px;
}
.why .service-icon {
  margin-inline: auto;
}
.areas {
  background: color-mix(in srgb,var(--primary) 5%,#fff);
}
.area-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
}
.area-list span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 99px;
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 700;
}
.area-list svg {
  color: var(--primary);
}
.comparison {
  background: #173f4c;
  color: #fff;
}
.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  max-width: 900px;
  margin: auto;
}
.compare-card {
  border-radius: 22px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.14);
}
.compare-card.muted {
  background: rgba(255,255,255,.04);
}
.compare-card.featured {
  background: rgba(14,138,143,.32);
  border-color: rgba(229,173,56,.5);
}
.compare-card h3 {
  margin: 0 0 17px;
  font-size: 20px;
}
.compare-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 11px;
}
.compare-card li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}
.compare-card b {
  font-size: 20px;
  color: #f59a9a;
}
.featured li svg {
  color: var(--accent);
}
.article-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
.article-card {
  overflow: hidden;
}
.article-card>img {
  width: 100%;
  aspect-ratio: 1.62;
  object-fit: cover;
}
.article-card>div {
  padding: 19px;
}
.article-card span {
  font-size: 10px;
  color: var(--primary);
  font-weight: 800;
}
.article-card h3 {
  font-size: 16px;
  line-height: 1.6;
  margin: 6px 0 13px;
}
.partner-list {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 11px;
}
.partner-list span {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  min-height: 60px;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #4c5d60;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  align-items: stretch;
  gap: 20px;
  max-width: 980px;
  margin: auto;
}
.price {
  padding: 29px;
  display: flex;
  flex-direction: column;
}
.price>h3 {
  font-size: 20px;
  margin: 0 0 8px;
}
.price>p {
  color: var(--muted);
  font-size: 13px;
  flex: 1;
}
.price.highlighted {
  border: 2px solid var(--primary);
  transform: scale(1.03);
  box-shadow: var(--shadow);
}
.price.highlighted:hover {
  transform: scale(1.03) translateY(-3px);
}
.price.highlighted>b {
  align-self: flex-start;
  background: var(--accent);
  border-radius: 99px;
  padding: 2px 10px;
  font-size: 10px;
  margin-bottom: 11px;
}
.final-cta {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
  padding: 87px 0;
  background: var(--primary-deep);
}
.final-cta>img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .18;
}
.final-cta:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(14,138,143,.9),rgba(24,63,73,.93));
}
.final-cta .container {
  position: relative;
  z-index: 2;
}
.final-cta h2 {
  font-size: 42px;
  margin: 0 0 7px;
  font-weight: 900;
}
.final-cta p {
  margin: 0 0 22px;
  opacity: .88;
}
.lightbox {
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(7,18,20,.92);
  padding: 5vw;
  place-items: center;
}
.lightbox:not([hidden]) {
  display: grid;
}
.lightbox img {
  max-width: 90vw;
  max-height: 86vh;
  border-radius: 14px;
}
.lightbox button {
  position: absolute;
  top: 15px;
  left: 20px;
  color: #fff;
  background: transparent;
  border: 0;
  font-size: 45px;
  cursor: pointer;
}
.content-page {
  padding-block: 65px;
  min-height: 50vh;
}
.content-page h1 {
  font-size: 40px;
}
.pwa-update {
  position: fixed;
  left: 18px;
  bottom: 22px;
  z-index: 110;
  display: flex;
  align-items: center;
  gap: 13px;
  background: #173f4c;
  color: #fff;
  border-radius: 13px;
  padding: 11px 14px;
  box-shadow: 0 14px 35px rgba(0,0,0,.25);
  font-size: 12px;
}
.pwa-update button {
  border: 0;
  border-radius: 8px;
  background: var(--accent);
  color: #243436;
  padding: 7px 11px;
  font-weight: 800;
  cursor: pointer;
}

@media(max-width:1080px) {
.hero-grid {
  gap: 40px;
}
.service-grid,.condition-grid,.tech-grid {
  grid-template-columns: repeat(2,1fr);
}
.testimonial-grid {
  grid-template-columns: repeat(2,1fr);
}
.steps-grid {
  grid-template-columns: repeat(3,1fr);
}
.why-grid {
  grid-template-columns: repeat(2,1fr);
}
.partner-list {
  grid-template-columns: repeat(4,1fr);
}
}

@media(max-width:782px) {
.container {
  width: min(100% - 32px,1280px);
}
.hero-grid {
  grid-template-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 70px;
}
.hero h1 {
  font-size: 39px;
}
.hero-copy>p {
  font-size: 15px;
}
.assessment-card {
  padding: 23px;
}
.trust-grid {
  grid-template-columns: repeat(2,1fr);
  gap: 18px 12px;
}
.trust-item {
  align-items: flex-start;
}
.trust-item .icon-box {
  width: 42px;
  height: 42px;
}
.section {
  padding-top: 65px;
  padding-bottom: 65px;
}
.section-head {
  margin-bottom: 34px;
}
.section-head h2 {
  font-size: 30px;
}
.service-grid,.condition-grid,.tech-grid {
  grid-template-columns: 1fr;
}
.steps-grid {
  grid-template-columns: repeat(2,1fr);
}
.testimonial-grid {
  grid-template-columns: 1fr;
}
.testimonial-grid article p {
  min-height: 0;
}
.gallery-grid {
  grid-template-columns: repeat(2,1fr);
}
.why-grid {
  grid-template-columns: 1fr 1fr;
}
.article-grid {
  grid-template-columns: 1fr;
}
.partner-list {
  grid-template-columns: repeat(3,1fr);
}
.pricing-grid {
  grid-template-columns: 1fr;
}
.price.highlighted {
  transform: none;
}
.price.highlighted:hover {
  transform: translateY(-3px);
}
.final-cta {
  padding: 68px 0;
}
.final-cta h2 {
  font-size: 34px;
}
.comparison-grid {
  grid-template-columns: 1fr;
}
}

@media(max-width:520px) {
.container {
  width: min(100% - 28px,1280px);
}
.hero-grid {
  padding-top: 45px;
  padding-bottom: 55px;
}
.hero h1 {
  font-size: 34px;
}
.button-row .btn {
  width: 100%;
}
.hero-stats strong {
  font-size: 25px;
}
.hero-stats span {
  font-size: 10px;
}
.assessment-title {
  align-items: flex-start;
}
.trust-grid {
  grid-template-columns: 1fr 1fr;
}
.trust-item {
  display: block;
}
.trust-item .icon-box {
  margin-bottom: 7px;
}
.section {
  padding-top: 55px;
  padding-bottom: 55px;
}
.section-head h2 {
  font-size: 27px;
}
.service-card {
  padding: 23px;
}
.steps-grid {
  grid-template-columns: 1fr;
}
.gallery-grid {
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}
.why-grid {
  grid-template-columns: 1fr;
}
.partner-list {
  grid-template-columns: repeat(2,1fr);
}
.final-cta h2 {
  font-size: 30px;
}
}


/* Source: components.css */
/* Delta canonical shared components. Generated from the approved Delta design sources. */

body.admin-bar .site-header.is-sticky {
  top: 32px;
}
.topbar {
  background: var(--primary-deep);
  color: #fff;
  font-size: 12px;
}
.topbar-inner {
  min-height: 39px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.topbar-group {
  display: flex;
  align-items: center;
  gap: 22px;
}
.topbar span, .topbar a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  opacity: .92;
}
.topbar a:hover {
  color: var(--accent);
}
.site-header {
  position: relative;
  z-index: 100;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(14px);
}
.site-header.is-sticky {
  position: sticky;
  top: 0;
}
.header-inner {
  height: 82px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}
.brand img, .custom-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
}
.brand span {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}
.brand strong {
  color: var(--primary);
  font-size: 22px;
  font-weight: 900;
}
.brand small {
  font-size: 10px;
  color: var(--muted);
  font-weight: 600;
}
.desktop-nav {
  margin-inline-start: auto;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links a {
  font-size: 14px;
  font-weight: 700;
  transition: .2s;
}
.nav-links a:hover, .nav-links .current-menu-item>a {
  color: var(--primary);
}
.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--primary);
  font-size: 26px;
  padding: 8px;
}
.mobile-menu {
  background: #fff;
  padding: 15px 24px 24px;
  border-top: 1px solid var(--border);
}
.mobile-menu nav, .mobile-nav-links {
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu nav a {
  padding: 10px 2px;
  border-bottom: 1px solid var(--border);
  font-weight: 700;
}
.mobile-menu .btn {
  margin-top: 16px;
  width: 100%;
}
.header-wa {
  font-size: 13px;
  padding-inline: 20px;
  min-height: 44px;
}
.team-grid {
  max-width: 1020px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 22px;
}
.team-card {
  padding: 27px;
  overflow: hidden;
  position: relative;
}
.team-card:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  background: color-mix(in srgb,var(--primary) 6%,#fff);
  border-radius: 50%;
  top: -65px;
  left: -65px;
}
.team-card img {
  position: relative;
  width: 112px;
  height: 112px;
  object-fit: cover;
  object-position: top;
  border-radius: 17px;
  box-shadow: 0 9px 25px rgba(14,138,143,.13);
  border: 2px solid color-mix(in srgb,var(--primary) 20%,#fff);
}
.team-card h3 {
  font-size: 18px;
  margin: 15px 0 0;
}
.team-card p {
  color: var(--primary);
  font-weight: 700;
  font-size: 13px;
  margin: 0;
}
.team-card small {
  border-top: 1px solid var(--border);
  margin-top: 17px;
  padding-top: 13px;
  display: flex;
  gap: 6px;
  align-items: center;
  color: var(--muted);
}
.team-card small svg {
  color: var(--primary);
}
.faq-list {
  display: grid;
  gap: 10px;
}
.faq {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 15px;
  overflow: hidden;
}
.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 17px 19px;
  font-weight: 800;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary .faq-question {
  color: var(--primary);
  font-size: 16px;
  line-height: 1.6;
}
.faq>div {
  padding: 0 19px 15px;
  color: var(--muted);
  font-size: 13px;
}
.faq[open]>summary .disclosure-chevron {
  transform: rotate(180deg);
}
.lead-card {
  background: var(--soft);
  border: 1px solid var(--border);
  padding: 35px;
  border-radius: 25px;
}
.lead-card .section-head {
  margin-bottom: 27px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.form-grid label {
  display: grid;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
}
.form-grid .full {
  grid-column: 1/-1;
}
.form-grid input, .form-grid textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 11px;
  padding: 10px 12px;
  background: #fff;
  color: var(--ink);
  outline: 0;
}
.form-grid input:focus, .form-grid textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px color-mix(in srgb,var(--primary) 12%,transparent);
}
.whatsapp-lead .btn {
  margin-top: 15px;
}
.form-status {
  font-size: 12px;
  color: #b32424;
}
.site-footer {
  background: #122f38;
  color: #d9e7e7;
  padding-top: 65px;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(190px,1fr));
  gap: 45px;
  padding-bottom: 45px;
}
.footer-brand {
  color: #fff;
  margin-bottom: 14px;
}
.footer-brand strong {
  color: var(--accent);
}
.site-footer p, .site-footer li, .site-footer a {
  font-size: 12px;
  color: #b9ccce;
}
.site-footer h3 {
  font-size: 15px;
  color: #fff;
  margin: 0 0 14px;
}
.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}
.footer-links, .footer-nav-links {
  display: grid;
  gap: 7px;
}
.footer-nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-list li, .contact-list a {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.contact-list svg {
  color: var(--accent);
  margin-top: 4px;
}
.site-footer a:hover {
  color: var(--accent);
}
.social-links {
  display: flex;
  gap: 7px;
  margin-top: 14px;
}
.social-links a {
  width: 31px;
  height: 31px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.08);
  font-weight: 900;
  color: #fff;
}
.emergency {
  color: var(--accent);
}
.copyright {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-block: 18px;
  text-align: center;
  color: #829da0;
  font-size: 11px;
}
.floating-wa {
  position: fixed;
  right: 21px;
  bottom: 24px;
  z-index: 80;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #25d366;
  color: #fff;
  box-shadow: 0 12px 30px rgba(20,120,60,.35);
}
.floating-wa svg {
  width: 28px;
  height: 28px;
}
.mobile-contact-bar {
  display: none;
}
.pwa-install {
  left: 18px;
  bottom: 22px;
  z-index: 95;
  box-shadow: 0 10px 28px rgba(14,80,85,.24);
  position: static;
  padding: 10px 18px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 9999px;
  background: rgba(255,255,255,.1);
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.pwa-update[hidden], .pwa-install[hidden] {
  display: none;
}
.delta-site .topbar {
  background: var(--source-primary);
  color: var(--source-primary-foreground);
  font-size: 12px;
  line-height: 16px;
}
.delta-site .topbar-inner {
  min-height: 0;
  padding-block: 8px;
}
.delta-site .topbar-group:first-child {
  gap: 20px;
}
.delta-site .topbar-group:last-child {
  gap: 16px;
}
.delta-site .topbar span, .delta-site .topbar a {
  gap: 6px;
  opacity: 1;
}
.delta-site .site-header {
  border-bottom: 1px solid var(--source-border);
  background: color-mix(in oklab,var(--source-background) 80%,transparent);
  backdrop-filter: blur(8px);
}
.delta-site .header-inner {
  height: auto;
  min-height: 0;
  justify-content: space-between;
  gap: 8px;
  padding-block: 12px;
}
.delta-site .brand {
  gap: 10px;
}
.delta-site .brand-mark, .delta-site .brand img, .delta-site .custom-logo {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 16px;
  object-fit: contain;
}
.delta-site .brand-mark {
  display: grid;
  place-items: center;
  color: var(--source-primary-foreground);
  background: linear-gradient(to right bottom,var(--source-primary),color-mix(in oklab,var(--source-primary) 70%,transparent));
  box-shadow: 0 10px 15px -3px color-mix(in oklab,var(--source-primary) 20%,transparent),0 4px 6px -4px color-mix(in oklab,var(--source-primary) 20%,transparent);
}
.delta-site .brand-mark svg {
  width: 24px;
  height: 24px;
}
.delta-site .brand strong {
  color: var(--source-primary);
  font-size: 18px;
  line-height: 25px;
  font-weight: 800;
}
.delta-site .brand small {
  margin-top: -2px;
  color: var(--source-muted-foreground);
  font-size: 10px;
  line-height: 15px;
  font-weight: 400;
}
.delta-site .desktop-nav {
  margin-inline-start: 0;
}
.delta-site .nav-links {
  gap: 4px;
}
.delta-site .nav-links a {
  display: block;
  padding: 8px 16px;
  border-radius: 8px;
  color: color-mix(in oklab,var(--source-foreground) 80%,transparent);
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.delta-site .nav-links a[href*="/services/"] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.delta-site .nav-links>li:not(.has-mega-services) a[href*="/services/"]::after {
  content: "⌄";
  font-size: 13px;
  line-height: 1;
  transform: translateY(-2px);
}
.delta-site .nav-links .current-menu-item > a, .delta-site .nav-links .current_page_item > a {
  color: var(--source-primary);
  background: color-mix(in oklab,var(--source-primary) 10%,transparent);
}
.delta-site .header-wa {
  line-height: 20px;
  box-shadow: 0 4px 6px -1px oklab(0.78 0.036235 0.13523 / 0.3), 0 2px 4px -2px oklab(0.78 0.036235 0.13523 / 0.3);
  min-height: 0;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 9999px;
  background: var(--source-accent);
  color: var(--source-accent-foreground);
  font-size: 14px;
  font-weight: 700;
}
.delta-site .team-grid {
  max-width: 1024px;
  gap: 24px;
}
.delta-site .team-grid .team-card {
  display: block;
  min-height: 287px;
  height: auto;
  padding: 28px;
  border-radius: 26px;
  box-shadow: none;
  text-align: right;
}
.delta-site .team-card::before {
  width: 160px;
  height: 160px;
  top: -64px;
  left: -64px;
  background: color-mix(in oklab, var(--source-primary) 5%, transparent);
}
.delta-site .team-grid .team-card > img {
  width: 112px;
  height: 112px;
  margin: 0;
  border-radius: 22px;
  border: 2px solid color-mix(in oklab, var(--source-primary) 20%, transparent);
  outline: 0;
  object-position: top;
  box-shadow: 0 10px 15px -3px color-mix(in oklab, var(--source-primary) 10%, transparent), 0 4px 6px -4px color-mix(in oklab, var(--source-primary) 10%, transparent);
}
.delta-site .team-grid .team-card > h3 {
  margin: 20px 0 0;
  color: var(--source-foreground);
  font-size: 18px;
  line-height: 1.375;
  font-weight: 700;
  text-align: right;
}
.delta-site .team-card p {
  margin: 4px 0 0;
  color: var(--source-primary);
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.delta-site .team-card small {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--source-muted-foreground);
  font-size: 12px;
  line-height: 16px;
}
.delta-site .team-card small svg {
  width: 14px;
  height: 14px;
  color: var(--source-primary);
}
.delta-site .faq-list {
  gap: 12px;
}
.delta-site .faq {
  padding: 20px;
  border-radius: 22px;
  overflow: visible;
}
.delta-site .faq summary {
  padding: 0;
  align-items: center;
}
.delta-site .faq-question {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.delta-site .faq-question svg {
  width: 20px;
  height: 20px;
  color: var(--source-primary);
  flex: 0 0 20px;
}
.delta-site .faq-plus {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 9999px;
  background: color-mix(in oklab,var(--source-primary) 10%,transparent);
  color: var(--source-primary);
  font-size: 20px;
  line-height: 1;
  transition: transform .15s;
}
.delta-site .faq > div {
  padding: 16px 0 0 32px;
  color: var(--source-muted-foreground);
  font-size: 14px;
  line-height: 1.625;
}
.delta-site .faq > div p {
  margin: 0;
}
.delta-site .faq[open] {
  border-color: color-mix(in oklab,var(--source-primary) 40%,transparent);
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
}
.delta-site .faq[open] .faq-plus {
  transform: rotate(45deg);
}
.delta-site .lead-card {
  padding: 40px;
  border-radius: 26px;
  background: linear-gradient(to left bottom,var(--source-card),color-mix(in oklab,var(--source-secondary) 40%,transparent));
  box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);
}
.delta-site .lead-card header {
  margin-bottom: 32px;
  text-align: center;
}
.delta-site .lead-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 6px 16px;
  border: 1px solid color-mix(in oklab,var(--source-accent) 30%,transparent);
  border-radius: 9999px;
  background: color-mix(in oklab,var(--source-accent) 15%,transparent);
  color: var(--source-accent-foreground);
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
.delta-site .lead-badge svg {
  width: 14px;
  height: 14px;
}
.delta-site .lead-card header h2 {
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 900;
}
.delta-site .lead-card header p {
  margin: 0;
  color: var(--source-muted-foreground);
  font-size: 14px;
  line-height: 20px;
}
.delta-site .whatsapp-lead {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
}
.delta-site .whatsapp-lead .form-grid {
  display: contents;
}
.delta-site .form-grid label {
  display: block;
  gap: 0;
  color: inherit;
  font-size: 16px;
  line-height: 24px;
}
.delta-site .form-grid .other-service[hidden] {
  display: none;
}
.delta-site .form-grid label > span {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
  color: color-mix(in oklab,var(--source-foreground) 80%,transparent);
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
.delta-site .form-grid label > span svg {
  width: 14px;
  height: 14px;
  color: var(--source-primary);
}
.delta-site .form-grid input, .delta-site .form-grid textarea, .delta-site .form-grid select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--source-border);
  border-radius: 18px;
  background: var(--source-background);
  color: var(--source-foreground);
  font: inherit;
  font-size: 14px;
  line-height: 20px;
  outline: 0;
}
.delta-site .form-grid textarea {
  resize: none;
}
.delta-site .form-grid input:focus, .delta-site .form-grid textarea:focus, .delta-site .form-grid select:focus {
  border-color: var(--source-primary);
  box-shadow: 0 0 0 2px color-mix(in oklab,var(--source-primary) 20%,transparent);
}
.delta-site .lead-actions {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 8px;
}
.delta-site .lead-actions .btn {
  gap: 8px;
  margin: 0;
  padding: 16px 24px;
  border-radius: 9999px;
}
.delta-site .lead-actions .btn-wa {
  flex: 1;
  background: var(--source-accent);
  color: var(--source-accent-foreground);
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 10px 15px -3px color-mix(in oklab,var(--source-accent) 30%,transparent),0 4px 6px -4px color-mix(in oklab,var(--source-accent) 30%,transparent);
}
.delta-site .lead-actions .btn-call {
  background: var(--source-secondary);
  border: 1px solid var(--source-border);
  color: var(--source-foreground);
  font-size: 14px;
  font-weight: 700;
}
.delta-site .lead-actions .btn-wa svg {
  width: 20px;
  height: 20px;
}
.delta-site .lead-actions .btn-call svg {
  width: 16px;
  height: 16px;
}
.delta-site .lead-privacy {
  grid-column: 1/-1;
  margin: 0;
  color: var(--source-muted-foreground);
  font-size: 11px;
  line-height: 16.5px;
  text-align: center;
}
.delta-site .lead-section .form-status {
  grid-column: 1/-1;
  margin: 0;
  text-align: center;
}
.delta-site .lead-section .form-status:empty {
  display: none;
}
.delta-site .site-footer {
  margin-top: 96px;
  padding-top: 0;
  color: #fff;
  background: linear-gradient(to bottom,oklch(0.35 0.08 210),oklch(0.24 0.06 220));
}
.delta-site .site-footer .footer-grid {
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 40px;
  padding-top: 56px;
  padding-bottom: 56px;
}
.delta-site .footer-brand {
  gap: 10px;
  margin-bottom: 16px;
  color: #fff;
}
.delta-site .footer-brand .brand-mark {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 18px;
  background: rgba(255,255,255,.15);
  color: #fff;
  box-shadow: none;
}
.delta-site .footer-brand .brand-mark svg {
  width: 24px;
  height: 24px;
}
.delta-site .footer-brand strong {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 800;
}
.delta-site .footer-brand small {
  color: rgba(255,255,255,.8);
  font-size: 11px;
  line-height: 16px;
}
.delta-site .site-footer p {
  margin: 0;
  color: rgba(255,255,255,.95);
  font-size: 14px;
  line-height: 1.625;
}
.delta-site .site-footer h3 {
  display: inline-block;
  margin: 0 0 16px;
  padding: 2px 10px;
  border-radius: 6px;
  background: color-mix(in oklab,var(--source-accent) 90%,transparent);
  color: var(--source-accent-foreground);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.delta-site .site-footer ul, .delta-site .footer-links, .delta-site .footer-nav-links {
  gap: 8px;
}
.delta-site .site-footer li, .delta-site .site-footer a {
  color: rgba(255,255,255,.95);
  font-size: 14px;
  line-height: 20px;
}
.delta-site .contact-list {
  gap: 10px;
}
.delta-site .contact-list li, .delta-site .contact-list a {
  gap: 8px;
}
.delta-site .contact-list svg {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  color: currentColor;
}
.delta-site .site-footer .emergency {
  display: inline-block;
  width: fit-content;
  margin-top: 8px;
  padding: 2px 10px;
  border-radius: 6px;
  background: var(--source-accent);
  color: var(--source-accent-foreground);
  font-weight: 600;
}
.delta-site .social-links {
  margin-top: 20px;
  gap: 8px;
}
.delta-site .social-links a {
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  background: rgba(255,255,255,.1);
}
.delta-site .social-links svg {
  width: 16px;
  height: 16px;
}
.delta-site .copyright {
  padding-block: 20px;
  border-top: 1px solid rgba(255,255,255,.15);
  color: rgba(255,255,255,.85);
  font-size: 12px;
  line-height: 16px;
}
.delta-site .floating-wa {
  right: auto;
  left: 16px;
  bottom: 24px;
  width: 56px;
  height: 56px;
  background: var(--source-accent);
  color: var(--source-accent-foreground);
  box-shadow: 0 25px 50px -12px color-mix(in oklab,var(--source-accent) 40%,transparent);
}
.delta-site .floating-wa svg {
  width: 28px;
  height: 28px;
}
.source-cases, .source-service-guide, .source-faq, .source-related {
  padding-block: 64px;
}
.source-faq {
  max-width: 816px;
}
.source-faq-list {
  display: grid;
  gap: 12px;
}
.source-faq-list details {
  overflow: hidden;
  padding: 20px;
  border: 1px solid var(--source-border);
  border-radius: 22px;
  background: var(--source-card);
  transition: border-color .2s ease,box-shadow .2s ease;
}
.source-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  list-style: none;
  min-height: 32px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.source-faq-list summary::-webkit-details-marker {
  display: none;
}
.source-faq-list summary .faq-question {
  color: var(--source-primary);
}
.source-faq-list details[open]>summary .disclosure-chevron {
  transform: rotate(180deg);
}
.source-faq-list p {
  margin: 14px 0 0;
  color: var(--sp-muted);
  font-size: 14px;
  line-height: 1.8;
}
.navigation.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.source-booking .lead-card {
  padding: 32px;
  border: 1px solid var(--sp-border);
  border-radius: 26px;
  background: var(--source-card);
  box-shadow: 0 16px 30px rgba(0,0,0,.06);
}
.source-booking .lead-card header {
  text-align: center;
  margin-bottom: 28px;
}
.source-booking .lead-card h2 {
  margin: 5px 0 7px;
  font-size: 26px;
}
.source-booking .lead-card p {
  color: var(--sp-muted);
  font-size: 13px;
}
.source-booking .whatsapp-lead {
  display: grid;
  gap: 16px;
}
.source-booking .form-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
}
.source-booking .form-grid .full {
  grid-column: 1/-1;
}
.delta-site .nav-links .current-menu-item>a {
  background: color-mix(in oklab,var(--source-primary) 10%,#fff);
  color: var(--source-primary);
}
.source-article-faq {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--sp-border);
}
.source-article-faq h2 {
  margin: 0 0 24px;
  font-size: 24px;
}
.delta-lead-section {
  padding-block: 64px;
  background: color-mix(in oklab,var(--source-secondary) 40%,transparent);
}
.delta-lead-section.is-compact {
  padding-block: 48px;
}
.delta-lead-section .lead-card {
  padding: 40px;
  border-radius: 26px;
  background: linear-gradient(to left bottom,var(--source-card),color-mix(in oklab,var(--source-secondary) 40%,transparent));
  box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);
}
.delta-lead-section .lead-card header {
  margin-bottom: 28px;
  text-align: center;
}
.delta-lead-section .lead-card h2 {
  margin: 5px 0 8px;
  font-size: 28px;
  font-weight: 900;
}
.delta-lead-section .lead-card header p {
  margin: 0;
  color: var(--sp-muted);
  font-size: 13px;
}
.delta-lead-section .whatsapp-lead {
  display: grid;
  gap: 16px;
}
.delta-lead-section .form-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
}
.delta-lead-section .form-grid label {
  display: grid;
  gap: 7px;
  font-size: 12px;
  font-weight: 800;
}
.delta-lead-section .form-grid .full {
  grid-column: 1/-1;
}
.delta-lead-section input, .delta-lead-section textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--sp-border);
  border-radius: 18px;
  background: var(--source-background);
  color: var(--sp-text);
  font: inherit;
  font-size: 14px;
  outline: 0;
}
.delta-lead-section input:focus, .delta-lead-section textarea:focus {
  border-color: var(--source-primary);
  box-shadow: 0 0 0 2px color-mix(in oklab,var(--source-primary) 20%,transparent);
}
.delta-lead-section .btn-wa {
  width: 100%;
  min-height: 50px;
  border-radius: 9999px;
  background: var(--source-accent);
  color: var(--source-accent-foreground);
  font-size: 15px;
  font-weight: 900;
}
.delta-lead-section .form-status {
  margin: 0;
  text-align: center;
  font-size: 12px;
  min-height: 18px;
  color: #a32424;
  font-weight: 700;
}
.delta-lead-section .form-status:empty {
  display: none;
}
.delta-lead-section .lead-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border: 1px solid color-mix(in oklab,var(--source-accent) 35%,transparent);
  border-radius: 9999px;
  background: color-mix(in oklab,var(--source-accent) 15%,transparent);
  color: var(--source-accent-foreground);
  font-size: 12px;
  font-weight: 800;
}
.delta-lead-section .lead-badge svg {
  width: 14px;
  height: 14px;
}
.delta-lead-section input, .delta-lead-section textarea, .delta-lead-section select {
  width: 100%;
  min-height: 46px;
  padding: 12px 16px;
  border: 1px solid var(--sp-border);
  border-radius: 18px;
  background: var(--source-background);
  color: var(--sp-text);
  font: inherit;
  font-size: 14px;
  outline: 0;
}
.delta-lead-section textarea {
  min-height: 104px;
  resize: none;
}
.delta-lead-section input:focus, .delta-lead-section textarea:focus, .delta-lead-section select:focus {
  border-color: var(--source-primary);
  box-shadow: 0 0 0 2px color-mix(in oklab,var(--source-primary) 20%,transparent);
}
.delta-lead-section .form-grid label>span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.delta-lead-section .form-grid label>span svg {
  width: 14px;
  height: 14px;
  color: var(--source-primary);
}
.delta-lead-section .char-count {
  display: block;
  margin-top: -3px;
  color: var(--sp-muted);
  font-size: 11px;
  font-weight: 400;
  text-align: left;
}
.delta-lead-section .lead-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.delta-lead-section .lead-actions .btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 13px 24px;
  border: 0;
  border-radius: 9999px;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}
.delta-lead-section .lead-actions .btn-wa {
  flex: 1;
}
.delta-lead-section .lead-call {
  border: 1px solid var(--sp-border);
  background: var(--source-secondary);
  color: var(--sp-text);
}
.delta-lead-section .lead-actions svg {
  width: 18px;
  height: 18px;
}
.delta-lead-section .lead-privacy {
  margin: 0;
  color: var(--sp-muted);
  font-size: 11px;
  line-height: 1.7;
  text-align: center;
}
.story-chevron {
  font-size: 24px;
  line-height: 1;
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-top: 8px;
  color: var(--source-muted-foreground);
  transition: transform .2s ease;
}
.story-toggle[aria-expanded=true] .story-chevron {
  transform: rotate(180deg);
}
.desktop-nav .nav-links>li {
  position: relative;
  list-style: none;
}
.desktop-nav .nav-links>li>a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.desktop-nav .nav-links>li>a>svg {
  width: 14px;
  height: 14px;
  transition: transform .2s;
}
.desktop-nav .has-mega-services:hover>a>svg, .desktop-nav .has-mega-services:focus-within>a>svg {
  transform: rotate(180deg);
}
.desktop-nav .has-mega-services:hover .services-mega, .desktop-nav .has-mega-services:focus-within .services-mega {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.services-mega {
  position: absolute;
  z-index: 120;
  top: 100%;
  right: 0;
  width: 520px;
  padding-top: 10px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: .18s;
}
.services-mega>div {
  display: grid;
  gap: 3px;
  padding: 12px;
  border: 1px solid var(--sp-border,var(--border));
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 55px rgba(17,55,58,.18);
}
.services-mega-item {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 10px;
  border-radius: 14px;
}
.services-mega-item:hover {
  background: color-mix(in oklab,var(--source-primary,var(--primary)) 6%,transparent);
}
.services-mega-item>span:first-child {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 12px;
  background: color-mix(in oklab,var(--source-primary,var(--primary)) 10%,transparent);
  color: var(--source-primary,var(--primary));
}
.services-mega-item svg {
  width: 18px;
  height: 18px;
}
.services-mega-item>span:last-child {
  display: grid;
}
.services-mega-item strong {
  color: var(--sp-text,var(--ink));
  font-size: 14px;
  line-height: 1.5;
}
.services-mega-item small {
  overflow: hidden;
  max-width: 410px;
  color: var(--sp-muted,var(--muted));
  font-size: 11px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.services-mega-all {
  display: block;
  margin-top: 3px;
  padding: 9px;
  border-radius: 12px;
  background: color-mix(in oklab,var(--source-primary,var(--primary)) 6%,transparent);
  color: var(--source-primary,var(--primary));
  text-align: center;
  font-size: 12px;
  font-weight: 900;
}
.mobile-nav-links li {
  list-style: none;
}
.mobile-services summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 2px;
  border-bottom: 1px solid var(--border);
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}
.mobile-services summary::-webkit-details-marker {
  display: none;
}
.mobile-services summary svg {
  width: 16px;
  height: 16px;
  transition: transform .2s;
}
.mobile-services details[open] summary svg {
  transform: rotate(180deg);
}
.mobile-services-list {
  display: grid;
  padding: 7px 12px;
  background: #f6faf9;
}
.mobile-services-list a {
  font-size: 13px;
}
.mobile-services-list .all-services {
  color: var(--primary);
  font-weight: 900;
}
.delta-site .site-footer .footer-brand strong {
  color: #fff;
}
.delta-site .site-footer .footer-brand small {
  color: rgba(255,255,255,.8);
}
.delta-site .site-footer .brand-mark {
  color: #fff;
}
.pwa-install-row {
  display: flex;
  justify-content: center;
  padding: 0 24px 22px;
}
.pwa-install:hover {
  background: rgba(255,255,255,.17);
}
.delta-site .floating-wa.is-left {
  right: auto;
  left: 16px;
}
.delta-site .floating-wa.is-right {
  right: 16px;
  left: auto;
}
.mobile-contact-bar:has(a:only-child) {
  grid-template-columns: 1fr;
}
.social-links svg {
  width: 16px;
  height: 16px;
}
.delta-site .team-grid .team-card>h3 {
  color: var(--source-primary);
}
.delta-site .team-grid .team-specialty {
  align-self: flex-start;
  margin-top: 9px;
  text-align: right;
}
.delta-site .team-grid .team-meta {
  justify-content: flex-start;
}
.source-booking .delta-lead-section {
  padding-top: 40px;
}
.delta-query-team, .team-grid {
  align-items: stretch;
}
.delta-query-team .delta-team-card, .team-grid .team-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 390px;
  height: 100%;
  padding: 28px 22px 24px;
  overflow: hidden;
  border: 1px solid #dce8e8;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(9, 72, 76, .09);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.delta-query-team .delta-team-card:hover, .team-grid .team-card:hover {
  transform: translateY(-5px);
  border-color: rgba(14, 138, 143, .35);
  box-shadow: 0 22px 50px rgba(9, 72, 76, .14);
}
.delta-query-team .delta-team-card > img, .team-grid .team-card > img {
  display: block;
  width: 180px;
  height: 180px;
  aspect-ratio: 1;
  margin: 0 auto;
  border: 4px solid #fff;
  outline: 1px solid rgba(14, 138, 143, .2);
  border-radius: 50%;
  object-fit: cover;
  object-position: center 30%;
  background: #eef5f5;
  box-shadow: 0 12px 30px rgba(9, 72, 76, .14);
}
.delta-query-team .delta-team-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 20px 0 0;
  text-align: center;
}
.delta-query-team .delta-team-card h3, .team-grid .team-card h3 {
  margin: 0;
  color: var(--primary);
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.45;
}
.team-grid .team-specialty {
  display: inline-flex;
  align-self: center;
  margin-top: 9px;
  padding: 5px 11px;
  border-radius: 999px;
  background: #edf7f7;
  color: #456365;
  font-size: .76rem;
  line-height: 1.45;
  text-align: center;
}
.team-grid .team-meta {
  display: flex;
  justify-content: center;
  margin-top: auto;
  padding-top: 14px;
}
.team-grid .team-meta small {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #637879;
  font-size: .8rem;
}
.team-grid .team-meta svg {
  width: 15px;
  height: 15px;
  color: var(--primary);
}
.delta-team-role, .team-grid .team-card > p {
  margin: 7px 0 0;
  color: var(--primary);
  font-size: .91rem;
  font-weight: 800;
}
.delta-team-specialty {
  margin-top: 10px;
  padding: 6px 11px;
  border-radius: 999px;
  background: #edf7f7;
  color: #456365;
  font-size: .78rem;
  line-height: 1.45;
}
.delta-team-experience, .team-grid .team-card > small {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 14px;
  color: #637879;
  font-size: .8rem;
}
.team-grid .team-card > h3, .team-grid .team-card > p, .team-grid .team-card > small {
  margin-inline: 0;
  text-align: center;
}
.team-grid .team-card > h3 {
  margin-top: 20px;
}
.team-grid .team-card > small {
  margin-bottom: 0;
}
.delta-site .nav-links > li > a::after {
  content: none;
}
.disclosure-chevron {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  border-radius: 9999px;
  background: color-mix(in oklab,var(--source-primary) 10%,transparent);
  color: var(--source-primary);
  transition: transform .2s ease,background .2s ease;
}
.disclosure-chevron svg {
  width: 18px;
  height: 18px;
}
details[open] > summary .disclosure-chevron {
  transform: rotate(180deg);
}
.faq summary .faq-question, .source-faq-list summary .faq-question {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  direction: rtl;
  text-align: right;
  transform: none;
  rotate: 0deg;
  writing-mode: horizontal-tb;
  text-orientation: mixed;
}
.faq[open] > summary .faq-question, .source-faq-list details[open] > summary .faq-question {
  transform: none;
  rotate: 0deg;
}
.faq > summary > .disclosure-chevron, .source-faq-list details > summary > .disclosure-chevron {
  transform: rotate(0deg);
}
.faq[open] > summary > .disclosure-chevron, .source-faq-list details[open] > summary > .disclosure-chevron {
  transform: rotate(180deg);
}
.source-faq-list details[open] {
  border-color: color-mix(in oklab,var(--source-primary) 40%,transparent);
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.08),0 4px 6px -4px rgba(0,0,0,.08);
}
.source-faq-list p, .source-faq-list details > div {
  margin: 14px 0 0;
  color: var(--source-muted-foreground);
  font-size: 14px;
  line-height: 1.8;
}
.story-chevron svg {
  width: 20px;
  height: 20px;
}
.story-toggle[aria-expanded="true"] .story-chevron {
  transform: rotate(180deg);
}
.delta-site .team-grid, .delta-site .delta-query-team {
  width: 100%;
  max-width: 1024px;
  margin-inline: auto;
  gap: 24px;
}
.delta-site .team-grid .team-card, .delta-site .delta-query-team .delta-team-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 330px;
  flex-direction: column;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--source-border);
  border-radius: 26px;
  background: var(--source-card);
  text-align: right;
  transition: border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}
.delta-site .team-grid .team-card::before, .delta-site .delta-query-team .delta-team-card::before {
  content: "";
  position: absolute;
  top: -64px;
  left: -64px;
  width: 160px;
  height: 160px;
  border-radius: 9999px;
  background: color-mix(in oklab,var(--source-primary) 5%,transparent);
}
.delta-site .team-grid .team-card:hover, .delta-site .delta-query-team .delta-team-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in oklab,var(--source-primary) 40%,transparent);
  box-shadow: 0 20px 35px color-mix(in oklab,var(--source-primary) 8%,transparent);
}
.delta-site .team-grid .team-card > img, .delta-site .delta-query-team .delta-team-card > img {
  position: relative;
  display: block;
  width: 112px;
  height: 112px;
  aspect-ratio: 1;
  margin: 0;
  margin-inline: 0 auto;
  border: 0;
  outline: 0;
  border-radius: 16px;
  object-fit: cover;
  object-position: top;
  box-shadow: 0 10px 20px color-mix(in oklab,var(--source-primary) 10%,transparent);
}
.delta-site .delta-query-team .delta-team-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: stretch;
  padding: 20px 0 0;
  text-align: right;
}
.delta-site .team-grid .team-card h3, .delta-site .delta-query-team .delta-team-card h3 {
  position: relative;
  margin: 20px 0 0;
  color: var(--source-foreground);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 700;
  text-align: right;
}
.delta-site .team-grid .team-card > p, .delta-site .delta-query-team .delta-team-role {
  margin: 4px 0 0;
  color: var(--source-primary);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
  text-align: right;
}
.delta-site .team-specialty, .delta-site .delta-team-specialty {
  margin-top: 8px;
  color: var(--source-muted-foreground);
  font-size: 12px;
  text-align: right;
}
.delta-site .team-meta, .delta-site .delta-team-experience {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--source-border);
  color: var(--source-muted-foreground);
  font-size: 12px;
  text-align: right;
}
.delta-site .team-meta svg, .delta-site .delta-team-experience svg {
  width: 14px;
  height: 14px;
  color: var(--source-primary);
}
.delta-site .delta-lead-section {
  padding-block: 80px;
  background: transparent;
}
.delta-site .delta-lead-section.is-compact {
  padding-block: 48px;
}
.delta-site .delta-lead-section .container.narrow {
  max-width: 896px;
}
.delta-site .delta-lead-section.is-compact .container.narrow {
  max-width: 768px;
}
.delta-site .delta-lead-section .lead-card {
  padding: 40px;
  border: 1px solid var(--source-border);
  border-radius: 26px;
  background: linear-gradient(to left bottom,var(--source-card),color-mix(in oklab,var(--source-secondary) 40%,transparent));
  box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);
}
.delta-site .delta-lead-section .lead-card header {
  margin-bottom: 32px;
  text-align: center;
}
.delta-site .delta-lead-section .lead-badge {
  margin-bottom: 12px;
}
.delta-site .delta-lead-section .lead-card header h2 {
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 900;
}
.delta-site .delta-lead-section .lead-card header p {
  margin: 0;
  color: var(--source-muted-foreground);
  font-size: 14px;
  line-height: 20px;
}
.delta-site .delta-lead-section .whatsapp-lead {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
}
.delta-site .delta-lead-section .whatsapp-lead .form-grid {
  display: contents;
}
.delta-site .delta-lead-section .form-grid label {
  display: block;
  color: inherit;
  font-size: 16px;
  line-height: 24px;
}
.delta-site .delta-lead-section .form-grid .other-service[hidden] {
  display: none;
}
.delta-site .delta-lead-section .form-grid label > span {
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
.delta-site .delta-lead-section input, .delta-site .delta-lead-section textarea, .delta-site .delta-lead-section select {
  width: 100%;
  min-height: 46px;
  padding: 12px 16px;
  border: 1px solid var(--source-border);
  border-radius: 18px;
  background: var(--source-background);
  color: var(--source-foreground);
  font: inherit;
  font-size: 14px;
  line-height: 20px;
  outline: 0;
}
.delta-site .delta-lead-section textarea {
  min-height: 104px;
  resize: none;
}
.delta-site .delta-lead-section .char-count {
  display: block;
  margin-top: 4px;
  color: var(--source-muted-foreground);
  font-size: 11px;
  text-align: left;
}
.delta-site .delta-lead-section .lead-actions {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 8px;
}
.delta-site .delta-lead-section .lead-actions .btn {
  min-height: 52px;
  gap: 8px;
  margin: 0;
  padding: 16px 24px;
  border-radius: 9999px;
}
.delta-site .delta-lead-section .lead-actions .btn-wa {
  flex: 1;
  background: var(--source-accent);
  color: var(--source-accent-foreground);
  font-size: 16px;
  font-weight: 900;
}
.delta-site .delta-lead-section .lead-call {
  border: 1px solid var(--source-border);
  background: var(--source-secondary);
  color: var(--source-foreground);
}
.delta-site .delta-lead-section .form-status, .delta-site .delta-lead-section .lead-privacy {
  grid-column: 1/-1;
  margin: 0;
  text-align: center;
}
.delta-site .site-footer .footer-brand .brand-mark {
  color: #fff;
  background: rgba(255,255,255,.15);
  box-shadow: none;
}
.delta-site .site-footer .footer-nav-links a, .delta-site .site-footer .footer-links a, .delta-site .site-footer .contact-list a {
  color: rgba(255,255,255,.95);
}
.delta-site .site-footer .footer-nav-links .current-menu-item > a, .delta-site .site-footer .footer-nav-links .current_page_item > a {
  color: rgba(255,255,255,.95);
  background: transparent;
}

@media(max-width:1080px) {
.desktop-nav {
  display: none;
}
.menu-toggle {
  display: grid;
  place-items: center;
  margin-inline-start: auto;
}
.header-wa {
  margin-inline-start: 0;
}
}

@media(max-width:782px) {
body.admin-bar .site-header.is-sticky {
  top: 46px;
}
.topbar {
  display: none;
}
.header-inner {
  height: 68px;
}
.brand img, .custom-logo {
  width: 49px;
  height: 49px;
}
.brand strong {
  font-size: 19px;
}
.brand small {
  font-size: 8px;
}
.header-wa {
  display: none;
}
.team-grid {
  grid-template-columns: 1fr;
}
.footer-grid {
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.floating-wa {
  bottom: 78px;
  width: 52px;
  height: 52px;
  right: auto;
  left: 15px;
}
.mobile-contact-bar {
  position: fixed;
  z-index: 90;
  bottom: 0;
  left: 0;
  right: 0;
  height: 58px;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-shadow: 0 -8px 25px rgba(10,50,55,.13);
}
.mobile-contact-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 800;
  font-size: 14px;
}
.mobile-contact-bar a:first-child {
  color: var(--primary);
}
.mobile-contact-bar a:last-child {
  background: #25d366;
  color: #fff;
}
.site-footer {
  padding-bottom: 58px;
}
.form-grid {
  grid-template-columns: 1fr;
}
.form-grid .full {
  grid-column: auto;
}
.pwa-install, .pwa-update {
  bottom: 72px;
  left: auto;
  right: 12px;
  max-width: calc(100% - 24px);
}
}

@media(max-width:520px) {
.brand small {
  max-width: 145px;
}
.footer-grid {
  grid-template-columns: 1fr;
}
.lead-card {
  padding: 23px;
}
}

@media (max-width: 1023px) {
.delta-site .desktop-nav {
  display: none;
}
.delta-site .menu-toggle {
  display: grid;
  place-items: center;
}
.delta-site .team-grid {
  grid-template-columns: repeat(3,minmax(0,1fr));
}
}

@media (max-width: 767px) {
.delta-site .topbar {
  display: none;
}
.delta-site .header-inner {
  padding-block: 12px;
}
.delta-site .menu-toggle {
  font-size: 16px;
  width: 36px;
  height: 36px;
  margin-inline-start: auto;
  padding: 8px;
  border-radius: 14px;
  color: var(--source-foreground);
}
.delta-site .menu-toggle svg {
  width: 20px;
  height: 20px;
}
.delta-site .header-wa {
  display: none;
}
.delta-site .service-grid, .delta-site .condition-grid, .delta-site .tech-grid, .delta-site .team-grid, .delta-site .testimonial-grid, .delta-site .article-grid, .delta-site .pricing-grid {
  grid-template-columns: 1fr;
}
.delta-site .lead-card {
  padding: 24px;
}
.delta-site .lead-card header h2 {
  font-size: 24px;
  line-height: 32px;
}
.delta-site .whatsapp-lead {
  grid-template-columns: 1fr;
}
.delta-site .lead-actions {
  flex-direction: column;
}
.delta-site .lead-actions .btn {
  width: 100%;
}
.delta-site .site-footer .footer-grid {
  grid-template-columns: 1fr;
  gap: 40px;
}
.delta-site .site-footer {
  padding-bottom: 0;
}
.delta-site .site-footer .copyright {
  width: 100%;
  padding-inline: 0;
}
.delta-site .floating-wa {
  bottom: 80px;
}
.delta-site .mobile-contact-bar {
  display: none;
}
.delta-site .team-grid, .delta-site .delta-query-team {
  grid-template-columns: 1fr;
}
.delta-site .team-grid .team-card, .delta-site .delta-query-team .delta-team-card {
  width: 100%;
  max-width: 390px;
  margin-inline: auto;
}
.delta-site .delta-lead-section {
  padding-block: 48px;
}
.delta-site .delta-lead-section .lead-card {
  padding: 24px;
}
.delta-site .delta-lead-section .lead-card header h2 {
  font-size: 24px;
  line-height: 32px;
}
.delta-site .delta-lead-section .whatsapp-lead {
  grid-template-columns: 1fr;
}
.delta-site .delta-lead-section .lead-actions {
  align-items: stretch;
  flex-direction: column;
}
.delta-site .delta-lead-section .lead-actions .btn {
  width: 100%;
}
}

@media (max-width: 639px) {
.delta-site .mobile-contact-bar {
  display: grid;
  height: auto;
  grid-template-columns: repeat(2,minmax(0,1fr));
  background: color-mix(in oklab,var(--source-background) 95%,transparent);
  border-top: 1px solid var(--source-border);
  box-shadow: none;
  backdrop-filter: blur(8px);
}
.delta-site .mobile-contact-bar a {
  padding: 14px 0;
  color: var(--source-foreground);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.delta-site .mobile-contact-bar a:first-child {
  border-left: 1px solid var(--source-border);
  color: var(--source-foreground);
}
.delta-site .mobile-contact-bar a:first-child svg {
  color: var(--source-primary);
}
.delta-site .mobile-contact-bar a:last-child {
  background: var(--source-accent);
  color: var(--source-accent-foreground);
}
}

@media(max-width:767px) {
.delta-lead-section .lead-card {
  padding: 24px;
}
.delta-lead-section .form-grid {
  grid-template-columns: 1fr;
}
.delta-lead-section .form-grid .full {
  grid-column: auto;
}
.source-services-list, .source-values, .source-cases, .source-faq, .source-related {
  padding-block: 48px;
}
.delta-site .topbar {
  display: none;
}
.delta-site .header-wa {
  display: none;
}
.source-booking .form-grid {
  grid-template-columns: 1fr;
}
.source-booking .form-grid .full {
  grid-column: auto;
}
.delta-lead-section .lead-actions {
  align-items: stretch;
  flex-direction: column;
}
.delta-lead-section .lead-actions .btn {
  width: 100%;
}
}

@media(max-width:1023px) {
.delta-site .desktop-nav {
  display: none;
}
.delta-site .menu-toggle {
  display: grid;
}
}

@media (max-width: 1024px) and (min-width: 641px) {
.delta-query-team.columns-3, .team-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media (max-width: 640px) {
.delta-query-team, .team-grid {
  grid-template-columns: 1fr;
  gap: 18px;
}
.delta-query-team .delta-team-card, .team-grid .team-card {
  width: min(100%, 390px);
  margin-inline: auto;
  border-radius: 20px;
}
.delta-query-team .delta-team-card > img, .team-grid .team-card > img {
  width: 154px;
  height: 154px;
}
}


/* Source: home.css */
/* Delta home styles. Generated from the approved Delta design sources. */

.hero {
  isolation: isolate;
  background: radial-gradient(circle at 12% 20%, rgba(229, 173, 56, .18) 0, rgba(229, 173, 56, 0) 27%),
    radial-gradient(circle at 88% 80%, rgba(255, 255, 255, .12) 0, rgba(255, 255, 255, 0) 31%),
    linear-gradient(135deg, #075d62 0%, #0e8a8f 48%, #183f49 100%);
}
.hero::after {
  inset: auto;
  width: clamp(230px, 30vw, 450px);
  height: clamp(230px, 30vw, 450px);
  inset-inline-end: -8%;
  bottom: -36%;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 0 0 55px rgba(255, 255, 255, .025),
    0 0 0 110px rgba(255, 255, 255, .018);
}
@font-face{font-family: "Cairo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/cairo-latin-400-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family: "Cairo Fallback";
  src: local("Segoe UI"),local("Tahoma"),local("Arial");
  size-adjust: 102%;
  ascent-override: 92%;
  descent-override: 32%;
  line-gap-override: 0%;}
:root {
  --source-background: oklch(0.99 0.005 180);
  --source-foreground: oklch(0.22 0.03 220);
  --source-card: oklch(1 0 0);
  --source-primary: oklch(0.52 0.11 195);
  --source-primary-foreground: oklch(0.99 0 0);
  --source-secondary: oklch(0.95 0.02 190);
  --source-muted: oklch(0.96 0.01 200);
  --source-muted-foreground: oklch(0.48 0.03 220);
  --source-accent: oklch(0.78 0.14 75);
  --source-accent-foreground: oklch(0.22 0.05 60);
  --source-border: oklch(0.9 0.015 200);
}
body {
  background: var(--source-background);
  color: var(--source-foreground);
  font-family: Cairo,"Cairo Fallback",system-ui,-apple-system,sans-serif;
  line-height: 1.5;
}
.home .container {
  width: 100%;
  max-width: 1280px;
  padding-inline: 24px;
  margin-inline: auto;
}
.home .hero {
  isolation: auto;
  color: var(--source-primary-foreground);
  background: linear-gradient(to left bottom, var(--source-primary) 0%, oklab(0.52 -0.106252 -0.02847 / 0.95) 50%, oklab(0.52 -0.106252 -0.02847 / 0.7) 100%);
}
.home .hero::after {
  content: none;
}
.home .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to left bottom, oklab(0.52 -0.106252 -0.02847 / 0.9), oklab(0.52 -0.106252 -0.02847 / 0.85), oklab(0.52 -0.106252 -0.02847 / 0.8));
}
.home .hero-bg {
  opacity: .15;
  filter: grayscale(1);
  mix-blend-mode: luminosity;
}
.home .hero-glow {
  z-index: auto;
  filter: blur(64px);
}
.home .hero-glow-a {
  width: 384px;
  height: 384px;
  left: -128px;
  bottom: -128px;
  background: oklab(0.78 0.036235 0.13523 / 0.3);
}
.home .hero-glow-b {
  width: 320px;
  height: 320px;
  right: -80px;
  top: -80px;
  background: rgba(255,255,255,.1);
}
.home .hero-grid {
  z-index: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  padding-top: 96px;
  padding-bottom: 128px;
}
.home .eyebrow-light {
  gap: 8px;
  margin-bottom: 24px;
  padding: 6px 16px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 9999px;
  background: rgba(255,255,255,.15);
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  backdrop-filter: blur(8px);
}
.home .eyebrow-light i {
  width: 8px;
  height: 8px;
  box-shadow: none;
}
.home .hero h1 {
  margin: 0 0 24px;
  font-size: 60px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: 0;
}
.home .hero-copy > p {
  max-width: 576px;
  margin: 0 0 32px;
  font-size: 18px;
  line-height: 1.625;
  opacity: .9;
}
.home .button-row {
  gap: 12px;
}
.home .hero .btn {
  min-height: 0;
  padding: 16px 28px;
  gap: 8px;
  border-radius: 9999px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.home .hero .btn-accent {
  background: var(--source-accent);
  color: var(--source-accent-foreground);
  box-shadow: 0 20px 25px -5px oklab(0.78 0.036235 0.13523 / .3), 0 8px 10px -6px oklab(0.78 0.036235 0.13523 / .3);
}
.home .hero .btn-accent svg {
  width: 20px;
  height: 20px;
}
.home .hero .btn-ghost svg {
  width: 16px;
  height: 16px;
}
.home .hero .btn-ghost {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.25);
  color: var(--source-primary-foreground);
  backdrop-filter: blur(8px);
}
.home .hero-stats {
  max-width: 448px;
  gap: 16px;
  margin-top: 40px;
}
.home .hero-stats strong {
  color: var(--source-accent);
  font-size: 30px;
  line-height: 36px;
}
.home .hero-stats span {
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  opacity: .8;
}
.home .assessment-card {
  padding: 32px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 26px;
  background: rgba(255,255,255,.1);
  box-shadow: 0 25px 50px -12px rgba(0,0,0,.25);
  backdrop-filter: blur(16px);
}
.home .assessment-card::before {
  inset: -16px;
  border-radius: 9999px;
  background: oklab(0.78 0.036235 0.13523 / .2);
  filter: blur(40px);
}
.home .assessment-title {
  gap: 12px;
  margin-bottom: 24px;
}
.home .assessment-title .icon-box {
  width: 48px;
  height: 48px;
  border-radius: 22px;
  background: var(--source-accent);
  color: var(--source-accent-foreground);
}
.home .assessment-title strong {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
.home .assessment-title small {
  font-size: 14px;
  line-height: 20px;
  opacity: .8;
}
.home .assessment-card ul {
  gap: 12px;
  margin-bottom: 0;
}
.home .assessment-card li {
  gap: 10px;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255,255,255,.05);
  font-size: 14px;
  line-height: 20px;
}
.home .assessment-card .wide {
  width: 100%;
  margin-top: 24px;
  padding: 14px 0;
  border-radius: 22px;
}
.home .trust-strip {
  background: color-mix(in oklab, var(--source-secondary) 30%, transparent);
  border-bottom: 1px solid var(--source-border);
}
.home .trust-grid {
  padding-block: 32px;
  gap: 24px;
}
.home .trust-item {
  gap: 12px;
}
.home .trust-item .icon-box {
  width: 48px;
  height: 48px;
  border-radius: 18px;
  background: color-mix(in oklab, var(--source-primary) 10%, transparent);
  color: var(--source-primary);
}
.home .trust-item strong {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.home .trust-item small {
  font-size: 12px;
  line-height: 16px;
  color: var(--source-muted-foreground);
}
.home .section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.home .section-soft {
  background: color-mix(in oklab, var(--source-secondary) 40%, transparent);
}
.home .section-head {
  max-width: 672px;
  margin: 0 auto 56px;
}
.home .section-head > span {
  color: var(--source-primary);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.home .section-head h2 {
  margin: 8px 0 16px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 900;
  letter-spacing: 0;
}
.home .section-head p {
  margin: 0;
  color: var(--source-muted-foreground);
  line-height: 1.625;
}
.home .card {
  background: var(--source-card);
  border: 1px solid var(--source-border);
  border-radius: 26px;
}
.home .service-grid {
  gap: 24px;
}
.home .service-card {
  padding: 28px;
}
.home .service-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  border-radius: 22px;
  background: linear-gradient(to right bottom, var(--source-primary), oklab(0.52 -0.106252 -0.02847 / .7));
}
.home .service-card h3 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
.home .service-card ul {
  gap: 6px;
  margin-bottom: 20px;
  color: var(--source-muted-foreground);
  font-size: 14px;
  line-height: 20px;
}
.home .service-card li {
  gap: 8px;
}
.home .service-card li svg {
  margin-top: 2px;
}
.home .text-link {
  gap: 4px;
  color: var(--source-primary);
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.home .service-grid + .center {
  margin-top: 56px;
}
.home .steps-grid {
  gap: 16px;
}
.home .step {
  padding: 20px;
  border-radius: 22px;
}
.home .step b {
  color: color-mix(in oklab, var(--source-primary) 80%, transparent);
  font-size: 36px;
  line-height: 40px;
}
.home .step h3 {
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 24px;
}
.home .step p {
  font-size: 12px;
  line-height: 19.5px;
  color: var(--source-muted-foreground);
}
.home .team-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--source-border);
}
.home .testimonials {
  background: linear-gradient(to bottom, oklch(0.38 0.09 205), oklch(0.28 0.07 215));
}
.home .testimonials .section-head > span {
  color: var(--source-accent);
}
.home .testimonial-grid {
  gap: 20px;
}
.home .testimonial-grid article {
  padding: 24px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 22px;
  background: rgba(255,255,255,.05);
}
.home .testimonial-grid p {
  min-height: 0;
  margin: 0 0 16px;
  color: #fff;
  font-size: 15px;
  line-height: 1.625;
}
.home .testimonial-grid strong {
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.25);
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.home .stars {
  margin-bottom: 12px;
  color: var(--source-accent);
  font-size: 16px;
  letter-spacing: 0;
  display: flex;
  gap: 2px;
}
.home .stars svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.home .gallery-grid {
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 16px;
}
.home .gallery-grid + * {
  margin-top: 0;
}
.home .gallery-item {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 22px;
}
.home .gallery-item img {
  transition-duration: 500ms;
}
.home .gallery-hover {
  position: absolute;
  inset: 0;
  background: transparent;
  transition: background-color .15s;
}
.home .gallery-item:hover .gallery-hover {
  background: color-mix(in oklab,var(--source-primary) 25%,transparent);
}
.home .gallery-zoom {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 9999px;
  color: var(--source-primary);
  background: color-mix(in oklab,var(--source-background) 85%,transparent);
  opacity: 0;
  transition: opacity .15s;
}
.home .gallery-item:hover .gallery-zoom {
  opacity: 1;
}
.home .gallery-zoom svg {
  width: 16px;
  height: 16px;
}
.home .gallery-caption {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  padding: 28px 12px 12px;
  color: var(--source-primary-foreground);
  background: linear-gradient(to top,color-mix(in oklab,var(--source-primary) 85%,transparent),transparent);
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-align: right;
}
.home .condition-grid {
  gap: 16px;
}
.home .condition {
  padding: 20px;
  gap: 12px;
  border-radius: 22px;
}
.home .condition .icon-box {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 18px;
  background: color-mix(in oklab,var(--source-primary) 10%,transparent);
  color: var(--source-primary);
}
.home .condition h3 {
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.home .condition p {
  margin: 0;
  color: var(--source-muted-foreground);
  font-size: 14px;
  line-height: 1.625;
}
.home .tech-grid {
  gap: 20px;
}
.home .tech {
  padding: 20px;
  border-radius: 22px;
}
.home .tech > div {
  margin-bottom: 12px;
}
.home .tech .icon-box {
  width: 44px;
  height: 44px;
  border-radius: 18px;
  background: color-mix(in oklab,var(--source-primary) 10%,transparent);
  color: var(--source-primary);
}
.home .tech small {
  padding: 4px 10px;
  border: 1px solid var(--source-border);
  border-radius: 9999px;
  background: color-mix(in oklab,var(--source-secondary) 70%,transparent);
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
}
.home .tech h3 {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.home .tech p {
  margin: 0;
  color: var(--source-muted-foreground);
  font-size: 14px;
  line-height: 1.625;
}
.home .why-grid {
  gap: 20px;
}
.home .why {
  padding: 24px;
  border-radius: 22px;
}
.home .why .service-icon {
  margin: 0 auto 16px;
  background: color-mix(in oklab,var(--source-primary) 10%,transparent);
  color: var(--source-primary);
}
.home .why h3 {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.home .why p {
  margin: 0;
  color: var(--source-muted-foreground);
  font-size: 14px;
  line-height: 1.625;
}
.home .areas {
  padding-block: 64px;
  background: color-mix(in oklab,var(--source-primary) 5%,transparent);
}
.home .areas .container {
  max-width: 1152px;
}
.home .areas .section-head {
  margin-bottom: 40px;
}
.home .areas .section-head h2 {
  margin-bottom: 12px;
}
.home .area-list {
  gap: 10px;
}
.home .area-list span {
  gap: 6px;
  padding: 8px 16px;
  border-radius: 9999px;
  background: var(--source-card);
  border: 1px solid var(--source-border);
  color: var(--source-foreground);
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.home .area-list svg {
  width: 14px;
  height: 14px;
}
.home .narrow {
  max-width: 896px;
}
.home .comparison {
  color: var(--source-foreground);
  background: color-mix(in oklab,var(--source-secondary) 40%,transparent);
}
.home .comparison .container {
  max-width: 1152px;
}
.home .comparison-grid {
  max-width: none;
  gap: 20px;
}
.home .compare-card {
  position: relative;
  padding: 28px;
  border-radius: 26px;
}
.home .compare-card.muted {
  background: var(--source-card);
  border: 1px solid var(--source-border);
}
.home .compare-card.featured {
  overflow: hidden;
  color: var(--source-primary-foreground);
  background: linear-gradient(to left bottom,var(--source-primary),color-mix(in oklab,var(--source-primary) 85%,transparent));
  border: 0;
  box-shadow: 0 20px 25px -5px color-mix(in oklab,var(--source-primary) 20%,transparent),0 8px 10px -6px color-mix(in oklab,var(--source-primary) 20%,transparent);
}
.home .compare-glow {
  position: absolute;
  width: 160px;
  height: 160px;
  top: -40px;
  left: -40px;
  border-radius: 9999px;
  background: color-mix(in oklab,var(--source-accent) 20%,transparent);
  filter: blur(40px);
}
.home .compare-card h3 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 20px;
  padding: 4px 12px;
  border: 1px solid var(--source-border);
  border-radius: 9999px;
  color: var(--source-muted-foreground);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.home .compare-card.featured h3 {
  background: rgba(255,255,255,.15);
  border-color: rgba(255,255,255,.2);
  color: inherit;
}
.home .compare-card h3 i {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: color-mix(in oklab,var(--source-muted-foreground) 50%,transparent);
}
.home .compare-card.featured h3 i {
  background: var(--source-accent);
}
.home .compare-card ul {
  position: relative;
  gap: 12px;
}
.home .compare-card li {
  align-items: flex-start;
  gap: 10px;
  color: var(--source-muted-foreground);
  font-size: 14px;
  line-height: 20px;
}
.home .compare-card.featured li {
  color: inherit;
}
.home .compare-card li b {
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  flex: 0 0 16px;
  margin-top: 4px;
  border: 1px solid var(--source-border);
  border-radius: 9999px;
  color: var(--source-muted-foreground);
  font-size: 10px;
  line-height: 1;
}
.home .compare-card li svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin-top: 2px;
  color: var(--source-accent);
}
.home .articles-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}
.home .articles-head > div {
  max-width: 576px;
}
.home .articles-head > div > span {
  color: var(--source-primary);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.home .articles-head h2 {
  margin: 8px 0 12px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 900;
}
.home .articles-head p {
  margin: 0;
  color: var(--source-muted-foreground);
  line-height: 1.625;
}
.home .articles-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--source-primary);
  font-weight: 700;
}
.home .articles-all svg {
  width: 16px;
  height: 16px;
}
.home .article-grid {
  gap: 24px;
}
.home .article-card {
  display: block;
  border-radius: 26px;
  color: inherit;
}
.home .article-image {
  aspect-ratio: 1200/630;
  overflow: hidden;
  background: var(--source-muted);
}
.home .article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s;
}
.home .article-card:hover .article-image img {
  transform: scale(1.05);
}
.home .article-card > div:last-child {
  padding: 24px;
}
.home .article-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--source-muted-foreground);
  font-size: 12px;
  line-height: 16px;
}
.home .article-meta span {
  padding: 2px 10px;
  border-radius: 9999px;
  background: color-mix(in oklab,var(--source-primary) 10%,transparent);
  color: var(--source-primary);
  font-size: 12px;
  font-weight: 700;
}
.home .article-meta small {
  font-size: inherit;
}
.home .article-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.375;
  font-weight: 700;
}
.home .article-card p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: var(--source-muted-foreground);
  font-size: 14px;
  line-height: 1.625;
}
.home .partners {
  padding-block: 48px;
  border-block: 1px solid var(--source-border);
  background: color-mix(in oklab,var(--source-primary) 5%,transparent);
}
.home .partners .container {
  max-width: 1152px;
}
.home .partners .section-head {
  margin-bottom: 24px;
}
.home .partners .section-head h2 {
  margin-bottom: 8px;
  font-size: 30px;
  line-height: 36px;
}
.home .partners .section-head p {
  font-size: 14px;
  line-height: 20px;
}
.home .partner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.home .partner-list span {
  min-height: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  border-radius: 18px;
  background: var(--source-card);
  border: 1px solid var(--source-border);
  color: var(--source-foreground);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.home .partner-list svg {
  width: 16px;
  height: 16px;
  color: var(--source-primary);
}
.home .pricing-section {
  max-width: 1152px;
}
.home .pricing-section .section-head {
  margin-bottom: 48px;
}
.home .pricing-section .section-head h2 {
  margin-bottom: 12px;
}
.home .pricing-grid {
  max-width: none;
  gap: 20px;
}
.home .price {
  position: relative;
  display: block;
  padding: 28px;
  border-radius: 26px;
}
.home .price.highlighted {
  color: var(--source-primary-foreground);
  background: linear-gradient(to left bottom,var(--source-primary),color-mix(in oklab,var(--source-primary) 85%,transparent));
  border-color: var(--source-primary);
  transform: translateY(-8px);
  box-shadow: 0 20px 25px -5px color-mix(in oklab,var(--source-primary) 20%,transparent),0 8px 10px -6px color-mix(in oklab,var(--source-primary) 20%,transparent);
}
.home .price > b {
  position: absolute;
  top: -12px;
  right: 24px;
  margin: 0;
  padding: 4px 12px;
  border-radius: 9999px;
  background: var(--source-accent);
  color: var(--source-accent-foreground);
  font-size: 12px;
  line-height: 16px;
  font-weight: 900;
}
.home .price h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 900;
}
.home .price > p {
  flex: none;
  margin: 0 0 20px;
  color: var(--source-muted-foreground);
  font-size: 14px;
  line-height: 1.625;
}
.home .price.highlighted > p {
  color: color-mix(in oklab,var(--source-primary-foreground) 90%,transparent);
}
.home .price ul {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 20px;
}
.home .price li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.home .price li svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin-top: 2px;
  color: var(--source-primary);
}
.home .price.highlighted li svg {
  color: var(--source-accent);
}
.home .price .btn {
  width: 100%;
  margin-top: 0;
  padding: 12px 20px;
  border-radius: 9999px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.home .price .btn-outline {
  background: var(--source-secondary);
  color: var(--source-foreground);
  border: 1px solid var(--source-border);
}
.home .pricing-note {
  margin: 24px 0 0;
  color: var(--source-muted-foreground);
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.home .final-cta {
  padding: 80px 0;
  background: transparent;
  color: var(--source-primary-foreground);
}
.home .final-cta::after {
  content: none;
}
.home .final-cta .container {
  max-width: 1152px;
}
.home .final-cta-card {
  position: relative;
  overflow: hidden;
  padding: 56px;
  border-radius: 26px;
  background: linear-gradient(to left,var(--source-primary),color-mix(in oklab,var(--source-primary) 80%,transparent));
  text-align: center;
}
.home .final-cta-glow {
  position: absolute;
  width: 256px;
  height: 256px;
  top: -64px;
  left: -64px;
  border-radius: 9999px;
  background: color-mix(in oklab,var(--source-accent) 30%,transparent);
  filter: blur(64px);
}
.home .final-cta-content {
  position: relative;
}
.home .final-cta-content > svg {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  color: var(--source-accent);
}
.home .final-cta h2 {
  margin: 0 0 16px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 900;
}
.home .final-cta p {
  max-width: 576px;
  margin: 0 auto 32px;
  opacity: .9;
}
.home .final-cta .button-row {
  justify-content: center;
}
.home .final-cta .btn {
  gap: 8px;
  padding: 16px 32px;
  border-radius: 9999px;
  font-weight: 700;
}
.home .final-cta .btn-accent svg {
  width: 20px;
  height: 20px;
}
.home .final-cta .btn-ghost svg {
  width: 16px;
  height: 16px;
}
.home .char-count {
  display: block;
  margin-top: 4px;
  color: var(--source-muted-foreground);
  font-size: 11px;
  line-height: 16.5px;
  text-align: left;
}

@media (max-width: 640px) {
.hero::after {
  inset-inline-end: -38%;
  bottom: -25%;
}
}

@media (max-width: 1023px) {
.home .hero-grid {
  grid-template-columns: 1fr;
}
.home .service-grid,.home .condition-grid,.home .tech-grid {
  grid-template-columns: repeat(2,minmax(0,1fr));
}
.home .testimonial-grid {
  grid-template-columns: repeat(2,minmax(0,1fr));
}
.home .pricing-grid {
  grid-template-columns: repeat(3,minmax(0,1fr));
}
}

@media (max-width: 767px) {
.home .container {
  padding-inline: 24px;
}
.home .hero-grid {
  padding-top: 64px;
  padding-bottom: 96px;
}
.home .hero h1 {
  font-size: 36px;
  line-height: 1.15;
}
.home .hero-copy > p {
  font-size: 18px;
  line-height: 1.625;
}
.home .section-head h2 {
  font-size: 30px;
  line-height: 36px;
}
.home .gallery-grid {
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
}
.home .comparison-grid {
  grid-template-columns: 1fr;
}
.home .price.highlighted {
  transform: none;
}
.home .final-cta-card {
  padding: 40px 24px;
}
.home .final-cta h2,.home .articles-head h2 {
  font-size: 30px;
  line-height: 36px;
}
}

@media (max-width: 639px) {
.home .hero .button-row {
  display: flex;
  flex-wrap: wrap;
}
.home .hero .btn {
  width: auto;
}
.home .trust-grid {
  grid-template-columns: repeat(2, minmax(0,1fr));
}
.home .steps-grid,.home .why-grid {
  grid-template-columns: 1fr;
}
}


/* Source: pages.css */
/* Delta pages styles. Generated from the approved Delta design sources. */

.inner-hero {
  padding: 72px 0;
  background: linear-gradient(120deg,var(--primary),var(--primary-deep));
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.inner-hero:after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  left: -120px;
  top: -270px;
}
.inner-hero .container {
  position: relative;
  z-index: 1;
  max-width: 900px;
}
.inner-hero span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
}
.inner-hero h1 {
  font-size: clamp(36px,5vw,58px);
  line-height: 1.25;
  margin: 8px 0 12px;
  font-weight: 900;
}
.inner-hero p {
  max-width: 760px;
  margin: auto;
  opacity: .87;
  font-size: 16px;
}
.section-kicker {
  color: var(--primary);
  font-size: 13px;
  font-weight: 800;
}
.page-cta {
  background: linear-gradient(120deg,var(--primary-deep),var(--primary));
  color: #fff;
  padding: 48px 0;
}
.page-cta .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.page-cta span {
  font-size: 12px;
  color: var(--accent);
  font-weight: 800;
}
.page-cta h2 {
  font-size: 28px;
  margin: 3px 0;
}
.archive-service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.archive-service {
  overflow: hidden;
}
.archive-service-image {
  height: 210px;
  display: block;
  position: relative;
  overflow: hidden;
}
.archive-service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .35s;
}
.archive-service:hover img {
  transform: scale(1.04);
}
.archive-service-image>span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 45px;
  height: 45px;
  border-radius: 13px;
  background: var(--primary);
  color: #fff;
  display: grid;
  place-items: center;
}
.archive-service>div {
  padding: 22px;
}
.archive-service h2 {
  font-size: 19px;
  margin: 0 0 7px;
}
.archive-service p {
  font-size: 12px;
  color: var(--muted);
  margin: 0 0 11px;
}
.archive-service ul {
  list-style: none;
  padding: 0;
  margin: 0 0 13px;
  display: grid;
  gap: 4px;
  font-size: 11px;
  color: #5f7173;
}
.archive-service li {
  display: flex;
  align-items: center;
  gap: 6px;
}
.archive-service li svg {
  color: var(--primary);
}
.service-hero {
  position: relative;
  color: #fff;
  background: var(--primary-deep);
  overflow: hidden;
}
.service-hero>img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .2;
}
.service-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(22,63,73,.95),rgba(14,138,143,.82));
}
.service-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: center;
  gap: 55px;
  padding-top: 82px;
  padding-bottom: 82px;
}
.service-hero h1 {
  font-size: clamp(34px,4.3vw,55px);
  line-height: 1.25;
  margin: 7px 0 15px;
  font-weight: 900;
}
.service-hero-grid>div>span {
  color: var(--accent);
  font-weight: 800;
  font-size: 12px;
}
.service-hero-grid>div>p {
  font-size: 15px;
  opacity: .87;
  max-width: 700px;
}
.service-hero-card {
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 20px;
  padding: 23px;
  display: grid;
  gap: 11px;
}
.service-hero-card>strong {
  font-size: 17px;
  margin-bottom: 4px;
}
.service-hero-card>span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #fff;
}
.service-hero-card svg {
  color: var(--accent);
}
.service-intro {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 45px;
  align-items: start;
}
.prose h2 {
  font-size: 34px;
  margin: 5px 0 15px;
}
.prose p {
  color: var(--muted);
  line-height: 2;
}
.service-side {
  padding: 24px;
}
.service-side h3 {
  margin: 0 0 15px;
}
.service-side ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.service-side li {
  display: flex;
  gap: 8px;
  font-size: 12px;
}
.service-side li svg {
  color: var(--primary);
  margin-top: 4px;
}
.technique-list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
}
.technique-list>div {
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 11px;
}
.technique-list>div>span {
  width: 39px;
  height: 39px;
  border-radius: 11px;
  background: #e9f6f5;
  color: var(--primary);
  display: grid;
  place-items: center;
}
.technique-list strong {
  font-size: 12px;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 14px;
}
.process-grid article {
  padding: 20px;
}
.process-grid b {
  font-size: 32px;
  color: var(--primary);
}
.process-grid h3 {
  font-size: 14px;
  margin: 4px 0;
}
.process-grid p {
  font-size: 11px;
  color: var(--muted);
  margin: 0;
}
.about-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  align-items: center;
}
.about-story h2 {
  font-size: 37px;
  margin: 5px 0 14px;
}
.about-story p {
  color: var(--muted);
}
.about-story>img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 24px;
}
.about-numbers {
  display: flex;
  gap: 22px;
  margin-top: 25px;
}
.about-numbers span {
  font-size: 10px;
  color: var(--muted);
}
.about-numbers strong {
  display: block;
  font-size: 26px;
  color: var(--primary);
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
.values-grid article {
  padding: 28px;
}
.values-grid article>span {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: #e9f6f5;
  color: var(--primary);
  display: grid;
  place-items: center;
}
.values-grid h2 {
  font-size: 20px;
}
.values-grid p {
  font-size: 12px;
  color: var(--muted);
}
.contact-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 28px;
  align-items: start;
}
.contact-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.contact-cards article {
  padding: 18px;
  display: flex;
  gap: 11px;
}
.contact-cards .icon-box {
  width: 41px;
  height: 41px;
}
.contact-cards h2 {
  font-size: 14px;
  margin: 0;
}
.contact-cards p,.contact-cards a {
  font-size: 10px;
  color: var(--muted);
  margin: 0;
}
.map-placeholder {
  background: #eaf3f2;
  padding: 62px 0;
  text-align: center;
}
.map-placeholder>div>span {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  background: var(--primary);
  color: #fff;
}
.map-placeholder h2 {
  margin: 0;
}
.map-placeholder p {
  color: var(--muted);
  margin: 4px 0 17px;
}
.booking-layout {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 30px;
  align-items: start;
}
.booking-info {
  background: var(--primary-deep);
  color: #fff;
  border-radius: 23px;
  padding: 28px;
}
.booking-info>h2 {
  font-size: 21px;
  margin: 0 0 18px;
}
.booking-info>div:not(.booking-assurance) {
  display: flex;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.booking-info>div>b {
  width: 37px;
  height: 37px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: var(--accent);
  color: #273438;
}
.booking-info span strong,.booking-info span small {
  display: block;
}
.booking-info span strong {
  font-size: 13px;
}
.booking-info span small {
  font-size: 10px;
  color: rgba(255,255,255,.65);
}
.booking-assurance {
  margin-top: 18px;
  border-radius: 14px;
  background: rgba(255,255,255,.07);
  padding: 13px;
  display: flex;
  gap: 10px;
}
.booking-assurance svg {
  color: var(--accent);
  width: 26px;
  height: 26px;
}
.booking-assurance p {
  font-size: 9px;
  margin: 0;
  color: rgba(255,255,255,.7);
}
.booking-assurance strong {
  display: block;
  color: #fff;
  font-size: 11px;
}
.blog-toolbar {
  border-bottom: 1px solid var(--border);
  background: #fff;
  position: sticky;
  top: 82px;
  z-index: 30;
}
.blog-toolbar .container {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.blog-categories {
  display: flex;
  align-items: center;
  gap: 7px;
  overflow: auto;
  padding-block: 10px;
}
.blog-categories a {
  white-space: nowrap;
  border: 1px solid var(--border);
  border-radius: 99px;
  padding: 5px 12px;
  font-size: 10px;
  font-weight: 700;
  color: #667678;
}
.blog-categories a:hover,.blog-categories a.is-active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.blog-toolbar form {
  display: flex;
  min-width: 250px;
}
.blog-toolbar input {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 0 9px 9px 0;
  padding: 7px 10px;
}
.blog-toolbar button {
  border: 0;
  background: var(--primary);
  color: #fff;
  border-radius: 9px 0 0 9px;
  padding: 0 13px;
  font-weight: 700;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
.blog-card {
  overflow: hidden;
}
.blog-card-image {
  display: block;
  aspect-ratio: 1.58;
  overflow: hidden;
  background: #e7efee;
}
.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .35s;
}
.blog-card:hover .blog-card-image img {
  transform: scale(1.04);
}
.blog-card>div {
  padding: 19px;
}
.article-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 10px;
}
.article-meta>span,.article-meta>a {
  color: var(--primary);
  background: #e9f6f5;
  border-radius: 99px;
  padding: 2px 8px;
  font-weight: 700;
}
.blog-card h2 {
  font-size: 17px;
  line-height: 1.7;
  margin: 8px 0;
}
.blog-card p {
  font-size: 11px;
  line-height: 1.8;
  color: var(--muted);
  min-height: 59px;
}
.blog-grid.compact .blog-card h2 {
  font-size: 15px;
}
.navigation.pagination {
  margin-top: 36px;
}
.page-numbers {
  font-size: 11px;
  display: grid;
  min-width: 38px;
  height: 38px;
  place-items: center;
  padding-inline: 10px;
  border: 1px solid var(--sp-border);
  border-radius: 12px;
  background: #fff;
  color: var(--sp-text);
}
.page-numbers.current {
  border-color: var(--source-primary);
  background: var(--source-primary);
  color: #fff;
}
.article-header {
  padding: 67px 0 118px;
  background: linear-gradient(160deg,#eef8f7,#fff);
  text-align: center;
}
.article-header h1 {
  font-size: clamp(36px,5vw,59px);
  line-height: 1.35;
  margin: 13px 0 16px;
  font-weight: 900;
}
.article-header>div>p {
  font-size: 16px;
  color: var(--muted);
  max-width: 740px;
  margin: 0 auto;
}
.article-header .article-meta {
  justify-content: center;
}
.article-author {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 23px;
}
.article-author>span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--primary);
  color: #fff;
}
.article-author div {
  text-align: right;
}
.article-author strong,.article-author small {
  display: block;
}
.article-author strong {
  font-size: 11px;
}
.article-author small,.article-author time {
  font-size: 9px;
  color: var(--muted);
}
.article-author time {
  padding-right: 13px;
  border-right: 1px solid var(--border);
}
.article-cover {
  margin-top: -82px;
  position: relative;
}
.article-cover img {
  display: block;
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  border-radius: 27px;
  box-shadow: 0 22px 55px rgba(21,71,74,.15);
}
.article-layout {
  display: grid;
  grid-template-columns: minmax(0,1fr) 300px;
  gap: 50px;
  align-items: start;
  padding-top: 60px;
  padding-bottom: 70px;
  max-width: 1100px;
}
.article-content {
  font-size: 16px;
  line-height: 2.1;
}
.article-content h2 {
  font-size: 28px;
  line-height: 1.55;
  margin: 36px 0 11px;
  color: #183e46;
}
.article-content p {
  color: #46585b;
}
.article-content ul {
  background: #f3f8f8;
  border-right: 4px solid var(--primary);
  border-radius: 12px;
  padding: 18px 35px 18px 18px;
}
.article-content li {
  margin: 5px 0;
}
.article-aside {
  position: sticky;
  top: 115px;
}
.article-aside .card {
  padding: 22px;
}
.article-aside h2 {
  font-size: 17px;
  line-height: 1.5;
  margin: 0;
}
.article-aside p {
  font-size: 11px;
  color: var(--muted);
}
.article-aside .btn {
  margin-top: 8px;
  font-size: 11px;
  padding-inline: 15px;
}
.article-tags {
  border-top: 1px solid var(--border);
  padding-top: 20px;
  margin-top: 35px;
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  font-size: 10px;
}
.article-tags a {
  background: #edf6f5;
  border-radius: 99px;
  padding: 3px 9px;
  color: var(--primary);
}
.article-cta {
  background: linear-gradient(120deg,var(--primary-deep),var(--primary));
  color: #fff;
  text-align: center;
  padding: 60px 0;
}
.article-cta>div>span {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--accent);
  color: #203238;
  margin: auto;
}
.article-cta h2 {
  font-size: 31px;
  margin: 10px 0 6px;
}
.article-cta p {
  opacity: .82;
  margin: 0 auto 18px;
  max-width: 650px;
}
.stories-disclosure {
  padding: 15px 18px;
  margin-top: 40px;
  padding-block: 18px;
  border: 1px solid color-mix(in oklab,var(--source-accent) 35%,var(--sp-border));
  border-radius: 22px;
  background: color-mix(in oklab,var(--source-accent) 10%,transparent);
}
.stories-disclosure strong {
  color: var(--source-accent-foreground);
}
.stories-disclosure p {
  display: inline;
  margin: 5px 0 0;
  color: var(--sp-muted);
  font-size: 13px;
  line-height: 1.7;
}
.stories-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 24px;
}
.story-card {
  padding: 25px;
  overflow: hidden;
  border: 1px solid var(--sp-border);
  border-radius: 26px;
  background: var(--source-card);
}
.story-card header {
  padding-bottom: 16px;
  margin-bottom: 16px;
  position: relative;
  padding: 24px;
  border-bottom: 1px solid var(--sp-border);
  background: color-mix(in oklab,var(--source-secondary) 45%,transparent);
}
.story-card header>span {
  background: #e9f6f5;
  border-radius: 99px;
  padding: 3px 9px;
  color: var(--source-primary);
  font-size: 12px;
  font-weight: 800;
}
.story-card header>b {
  position: absolute;
  top: 20px;
  left: 20px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 9999px;
  background: var(--source-primary);
  color: #fff;
  font-size: 12px;
}
.story-card h2 {
  margin: 9px 0 0;
  padding-left: 44px;
  font-size: 18px;
  line-height: 1.6;
}
.story-card h3 {
  margin: 18px 0 7px;
  color: var(--source-primary);
  font-size: 14px;
}
.story-card p,.story-card li {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.85;
}
.story-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.story-card li {
  display: flex;
  gap: 7px;
  color: var(--sp-muted);
  font-size: 13px;
  line-height: 1.7;
}
.story-card li svg {
  width: 16px;
  height: 16px;
  flex: none;
  margin-top: 3px;
  color: var(--source-primary);
}
.story-result {
  background: #eff8f2;
  border-right: 3px solid #35a36a;
  padding: 9px 11px;
  border-radius: 8px;
  color: #416952;
}
.page-cta p {
  font-size: 11px;
  opacity: .8;
  margin: 0;
}
.reviews-page-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 18px;
  max-width: 1000px;
  margin: auto;
}
.reviews-page-grid article {
  padding: 27px;
}
.reviews-page-grid blockquote {
  font-size: 14px;
  line-height: 2;
  margin: 12px 0 20px;
  color: #44575a;
}
.reviews-page-grid footer {
  display: flex;
  align-items: center;
  gap: 9px;
  border-top: 1px solid var(--border);
  padding-top: 14px;
}
.reviews-page-grid footer>span {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e8f5f4;
  color: var(--primary);
}
.reviews-page-grid footer strong {
  font-size: 12px;
}
.reviews-page-grid .stars {
  color: var(--accent);
}
.source-page {
  --sp-text: var(--source-foreground);
  --sp-muted: var(--source-muted-foreground);
  --sp-border: var(--source-border);
  overflow: clip;
  color: var(--sp-text);
}
.source-container {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 24px;
}
.source-narrow {
  width: 100%;
  max-width: 768px;
  margin-inline: auto;
  padding-inline: 24px;
}
.source-hero {
  padding-block: 64px;
  background: linear-gradient(to left bottom,var(--source-primary),color-mix(in oklab,var(--source-primary) 80%,#fff));
  color: var(--source-primary-foreground);
}
.source-hero--center {
  text-align: center;
}
.source-hero__inner {
  max-width: 896px;
}
.source-hero h1 {
  max-width: 900px;
  margin: 0 auto 16px;
  font-size: 48px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -.025em;
}
.source-hero p {
  max-width: 760px;
  margin: 0 auto;
  color: inherit;
  font-size: 18px;
  line-height: 1.75;
  opacity: .9;
}
.source-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 6px 16px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 9999px;
  background: rgba(255,255,255,.15);
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  backdrop-filter: blur(8px);
}
.source-trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}
.source-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 9999px;
  background: rgba(255,255,255,.1);
  font-size: 12px;
  font-weight: 700;
}
.source-trust-row svg {
  width: 16px;
  height: 16px;
}
.source-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: inherit;
  font-size: 12px;
  opacity: .9;
}
.source-breadcrumbs a {
  color: inherit;
}
.source-breadcrumbs a:hover {
  text-decoration: underline;
}
.source-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.source-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: 9999px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
  transition: .2s;
}
.source-btn:hover {
  transform: translateY(-1px);
  filter: brightness(.98);
}
.source-btn svg {
  width: 18px;
  height: 18px;
}
.source-btn--primary {
  background: var(--source-primary);
  color: var(--source-primary-foreground);
}
.source-btn--accent {
  background: var(--source-accent);
  color: var(--source-accent-foreground);
  box-shadow: 0 10px 15px -3px color-mix(in oklab,var(--source-accent) 25%,transparent);
}
.source-btn--ghost {
  border-color: rgba(255,255,255,.3);
  background: rgba(255,255,255,.1);
  color: #fff;
  backdrop-filter: blur(8px);
}
.source-section-head {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}
.source-section-head>span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--source-primary);
  font-size: 13px;
  font-weight: 800;
}
.source-section-head h2 {
  margin: 0;
  color: var(--sp-text);
  font-size: 30px;
  line-height: 1.3;
  font-weight: 900;
}
.source-section-head p {
  margin: 10px 0 0;
  color: var(--sp-muted);
}
.source-section-head.is-light>span,.source-section-head.is-light h2,.source-section-head.is-light p {
  color: #fff;
}
.source-section-head.is-light p {
  opacity: .85;
}
.source-soft {
  background: color-mix(in oklab,var(--source-secondary) 40%,transparent);
}
.source-icon-box {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 18px;
  background: color-mix(in oklab,var(--source-primary) 10%,transparent);
  color: var(--source-primary);
}
.source-icon-box svg {
  width: 26px;
  height: 26px;
}
.source-services-list {
  display: grid;
  gap: 24px;
  padding-block: 64px;
}
.source-service-row {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  align-items: center;
  gap: 32px;
  padding: 32px;
  border: 1px solid var(--sp-border);
  border-radius: 26px;
  background: var(--source-card);
  box-shadow: 0 1px 2px rgba(0,0,0,.03);
  transition: .25s;
}
.source-service-row:hover {
  border-color: color-mix(in oklab,var(--source-primary) 40%,var(--sp-border));
  box-shadow: 0 20px 25px -5px rgba(0,0,0,.08);
}
.source-service-row__image {
  position: relative;
  grid-column: span 2;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 22px;
  background: var(--source-secondary);
}
.source-service-row__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s;
}
.source-service-row:hover img {
  transform: scale(1.04);
}
.source-service-row__image b {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 9999px;
  background: rgba(255,255,255,.94);
  color: var(--source-primary);
  font-size: 13px;
  box-shadow: 0 4px 12px rgba(0,0,0,.12);
}
.source-service-row__copy {
  grid-column: span 3;
}
.source-service-row.is-reversed .source-service-row__image {
  order: 2;
}
.source-service-row.is-reversed .source-service-row__copy {
  order: 1;
}
.source-service-row h2 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 900;
}
.source-service-row h2 a {
  color: inherit;
}
.source-service-row p {
  margin: 0 0 18px;
  color: var(--sp-muted);
  font-size: 14px;
  line-height: 1.75;
}
.source-service-row ul {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 9px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.source-service-row li {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  font-size: 13px;
}
.source-service-row li svg {
  width: 16px;
  height: 16px;
  flex: none;
  margin-top: 2px;
  color: var(--source-primary);
}
.source-service-single .source-hero h1 {
  margin-inline: 0;
  font-size: 48px;
}
.source-service-single .source-hero p {
  margin-inline: 0;
}
.source-service-single .source-hero .source-narrow {
  max-width: 896px;
  margin-inline: auto;
}
.source-two-cards {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 32px;
  padding-block: 64px;
}
.source-two-cards article,.source-cases article,.source-guide-grid article {
  padding: 24px;
  border: 1px solid var(--sp-border);
  border-radius: 26px;
  background: var(--source-card);
}
.source-two-cards h2 {
  margin: 18px 0 16px;
  font-size: 22px;
  font-weight: 900;
}
.source-two-cards ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.source-two-cards li {
  display: flex;
  gap: 8px;
  color: var(--sp-muted);
  font-size: 14px;
  line-height: 1.65;
}
.source-two-cards li svg {
  width: 17px;
  height: 17px;
  flex: none;
  margin-top: 3px;
  color: var(--source-primary);
}
.source-journey {
  padding-block: 64px;
}
.source-journey-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 24px;
}
.source-journey-grid article {
  position: relative;
  padding: 20px;
  border: 1px solid var(--sp-border);
  border-radius: 22px;
  background: var(--source-card);
}
.source-journey-grid b {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 9999px;
  background: var(--source-primary);
  color: #fff;
  font-size: 13px;
}
.source-journey-grid h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 800;
}
.source-journey-grid p {
  margin: 0;
  color: var(--sp-muted);
  font-size: 13px;
  line-height: 1.7;
}
.source-cases-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 24px;
}
.source-cases h3 {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 900;
}
.source-cases dl {
  display: grid;
  gap: 14px;
  margin: 0;
}
.source-cases dl div {
  padding-top: 12px;
  border-top: 1px solid var(--sp-border);
}
.source-cases dt {
  margin-bottom: 4px;
  color: var(--source-primary);
  font-size: 12px;
  font-weight: 800;
}
.source-cases dd {
  margin: 0;
  color: var(--sp-muted);
  font-size: 13px;
  line-height: 1.65;
}
.source-service-guide {
  padding-top: 0;
}
.source-guide-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 24px;
}
.source-guide-grid article>span {
  color: var(--source-primary);
}
.source-guide-grid article>span svg {
  width: 28px;
  height: 28px;
}
.source-guide-grid h3 {
  margin: 16px 0 8px;
  font-size: 17px;
}
.source-guide-grid p {
  margin: 0;
  color: var(--sp-muted);
  font-size: 13px;
  line-height: 1.7;
}
.source-cases .case-result {
  padding: 12px;
  border: 0;
  border-right: 4px solid var(--source-primary);
  border-radius: 10px;
  background: color-mix(in oklab,var(--source-primary) 6%,transparent);
}
.service-need,.service-why {
  padding-block: 56px;
}
.service-need-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
}
.service-need-grid>div {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 16px;
  border: 1px solid var(--sp-border);
  border-radius: 18px;
  background: var(--source-card);
  font-size: 14px;
  line-height: 1.7;
}
.service-need-grid svg {
  width: 20px;
  height: 20px;
  flex: none;
  margin-top: 2px;
  color: var(--source-primary);
}
.service-practical {
  padding-block: 56px;
}
.service-practical-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 20px;
}
.service-practical article {
  padding: 24px;
  border: 1px solid var(--sp-border);
  border-radius: 26px;
  background: var(--source-card);
}
.service-practical article.is-warning {
  border-color: #edb4b4;
}
.service-practical .source-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 14px;
}
.service-practical .source-icon-box.is-accent {
  background: var(--source-accent);
  color: var(--source-accent-foreground);
}
.service-practical h3 {
  margin: 14px 0;
  font-size: 18px;
}
.service-practical ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-practical li {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  color: var(--sp-muted);
  font-size: 12px;
  line-height: 1.7;
}
.service-practical li svg {
  width: 15px;
  height: 15px;
  flex: none;
  margin-top: 3px;
  color: var(--source-primary);
}
.service-practical li i {
  width: 6px;
  height: 6px;
  flex: none;
  margin-top: 7px;
  border-radius: 50%;
  background: #c43131;
}
.service-why-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
}
.service-why-grid article {
  padding: 20px;
  border: 1px solid var(--sp-border);
  border-radius: 20px;
  background: var(--source-card);
}
.service-why-grid svg {
  width: 20px;
  height: 20px;
  color: var(--source-primary);
}
.service-why-grid p {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.75;
}
.source-related>h2 {
  margin: 0 0 24px;
  font-size: 24px;
}
.source-about-hero {
  position: relative;
}
.source-values {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 24px;
  padding-block: 64px;
}
.source-values article {
  padding: 32px;
  border: 1px solid var(--sp-border);
  border-radius: 26px;
  background: var(--source-card);
  text-align: center;
}
.source-values .source-icon-box {
  margin-inline: auto;
}
.source-values h2 {
  margin: 18px 0 10px;
  font-size: 22px;
  font-weight: 900;
}
.source-values p {
  margin: 0;
  color: var(--sp-muted);
  font-size: 14px;
  line-height: 1.8;
}
.source-credentials {
  padding-bottom: 64px;
}
.source-credentials>div {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 24px;
}
.source-credentials article {
  padding: 28px;
  border: 1px solid var(--sp-border);
  border-radius: 26px;
  background: var(--source-card);
}
.source-credentials h3 {
  margin: 18px 0 8px;
  font-size: 18px;
}
.source-credentials p {
  min-height: 54px;
  margin: 0 0 18px;
  color: var(--sp-muted);
  font-size: 13px;
  line-height: 1.7;
}
.source-credentials b {
  display: block;
  padding-top: 14px;
  border-top: 1px solid var(--sp-border);
  color: var(--source-primary);
  font-size: 12px;
}
.source-equipment {
  padding-block: 64px;
  background: var(--source-primary);
  color: #fff;
}
.source-equipment-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 16px;
}
.source-equipment-grid article {
  padding: 20px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 22px;
  background: rgba(255,255,255,.1);
  text-align: right;
  backdrop-filter: blur(8px);
}
.source-equipment-grid article>span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 10px;
  background: var(--source-accent);
  color: var(--source-accent-foreground);
}
.source-equipment-grid svg {
  width: 18px;
  height: 18px;
}
.source-equipment-grid h3 {
  margin: 12px 0 5px;
  font-size: 14px;
}
.source-equipment-grid p {
  margin: 0;
  font-size: 12px;
  line-height: 1.75;
  opacity: .8;
}
.source-about-why {
  padding-top: 80px;
}
.source-why-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 20px;
}
.source-why-grid article {
  padding: 24px;
  border: 1px solid var(--sp-border);
  border-radius: 22px;
  background: var(--source-card);
  transition: border-color .2s,transform .2s;
}
.source-why-grid article:hover {
  border-color: var(--source-accent);
  transform: translateY(-4px);
}
.source-why-grid article>span {
  color: var(--source-primary);
}
.source-why-grid svg {
  width: 32px;
  height: 32px;
}
.source-why-grid h3 {
  margin: 14px 0 5px;
  font-size: 16px;
}
.source-why-grid p {
  margin: 0;
  color: var(--sp-muted);
  font-size: 13px;
  line-height: 1.7;
}
.source-about-gallery {
  padding-block: 80px;
}
.source-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 20px;
}
.source-gallery-grid .gallery-item {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 22px;
  background: var(--source-secondary);
  cursor: zoom-in;
}
.source-gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
}
.source-gallery-grid button:hover img {
  transform: scale(1.04);
}
.source-gallery-grid span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 5px 11px;
  border-radius: 9999px;
  background: rgba(255,255,255,.92);
  color: var(--sp-text);
  font-size: 11px;
  font-weight: 800;
}
.source-page-cta {
  padding-block: 40px;
  background: var(--source-primary);
  color: #fff;
}
.source-page-cta .source-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.source-page-cta span {
  font-size: 12px;
  opacity: .85;
}
.source-page-cta h2 {
  margin: 4px 0 0;
  font-size: 26px;
}
.source-contact-cards {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 24px;
  padding-block: 64px;
}
.source-contact-cards>a {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--sp-border);
  border-radius: 22px;
  background: var(--source-card);
  color: inherit;
  transition: .2s;
}
.source-contact-cards>a:hover {
  border-color: color-mix(in oklab,var(--source-primary) 40%,var(--sp-border));
  box-shadow: 0 10px 20px rgba(0,0,0,.06);
}
.source-contact-cards h2 {
  margin: 0 0 4px;
  font-size: 16px;
}
.source-contact-cards p {
  margin: 0;
  color: var(--sp-muted);
  font-size: 13px;
  line-height: 1.7;
}
.source-map {
  padding-bottom: 64px;
}
.source-map>header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.source-map h2 {
  margin: 0 0 4px;
  font-size: 26px;
}
.source-map p {
  margin: 0;
  color: var(--sp-muted);
  font-size: 13px;
}
.source-map-frame {
  height: 420px;
  overflow: hidden;
  border: 1px solid var(--sp-border);
  border-radius: 26px;
  box-shadow: 0 4px 14px rgba(0,0,0,.05);
}
.source-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.source-blog-toolbar {
  border-bottom: 1px solid var(--sp-border);
  background: var(--source-card);
}
.source-blog-toolbar>.source-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 20px;
}
.source-blog-toolbar nav {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
}
.source-blog-toolbar nav a {
  padding: 8px 14px;
  border-radius: 9999px;
  background: var(--source-secondary);
  color: var(--sp-text);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}
.source-blog-toolbar nav a.is-active {
  background: var(--source-primary);
  color: #fff;
}
.source-blog-toolbar form {
  display: flex;
  flex: none;
}
.source-blog-toolbar input {
  min-width: 220px;
  padding: 10px 14px;
  border: 1px solid var(--sp-border);
  border-radius: 0 9999px 9999px 0;
  font: inherit;
  font-size: 13px;
}
.source-blog-toolbar button {
  padding: 10px 16px;
  border: 0;
  border-radius: 9999px 0 0 9999px;
  background: var(--source-primary);
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
}
.source-blog-list {
  padding-block: 48px 64px;
}
.source-blog-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 24px;
}
.source-blog-grid>.source-empty {
  grid-column: 1/-1;
}
.source-blog-card {
  overflow: hidden;
  border: 1px solid var(--sp-border);
  border-radius: 26px;
  background: var(--source-card);
  transition: .25s;
}
.source-blog-card:hover {
  border-color: color-mix(in oklab,var(--source-primary) 40%,var(--sp-border));
  box-shadow: 0 20px 25px -5px rgba(0,0,0,.08);
  transform: translateY(-2px);
}
.source-blog-card__image {
  position: relative;
  display: block;
  aspect-ratio: 1200/630;
  overflow: hidden;
  background: var(--source-secondary);
}
.source-blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
}
.source-blog-card:hover img {
  transform: scale(1.05);
}
.source-blog-card__image>span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 5px 11px;
  border-radius: 9999px;
  background: rgba(255,255,255,.95);
  color: var(--source-primary);
  font-size: 11px;
  font-weight: 800;
}
.source-blog-card__body {
  padding: 24px;
}
.source-blog-card__meta {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
  color: var(--sp-muted);
  font-size: 11px;
}
.source-blog-card__meta svg {
  width: 13px;
  height: 13px;
}
.source-blog-card h2 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 800;
}
.source-blog-card h2 a {
  color: inherit;
}
.source-blog-card p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 16px;
  color: var(--sp-muted);
  font-size: 13px;
  line-height: 1.75;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.source-blog-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--source-primary);
  font-size: 13px;
  font-weight: 800;
}
.source-blog-card__link svg {
  width: 16px;
  height: 16px;
}
.source-empty {
  padding: 64px 20px;
  text-align: center;
  color: var(--sp-muted);
}
.source-stories-list {
  padding-block: 40px 64px;
}
.story-card>div {
  padding: 24px;
}
.story-card h3:first-child {
  margin-top: 0;
}
.story-card p {
  margin: 0;
  color: var(--sp-muted);
  font-size: 13px;
  line-height: 1.8;
}
.story-card .story-result {
  padding: 14px;
  border-radius: 14px;
  background: color-mix(in oklab,var(--source-primary) 8%,transparent);
  color: var(--sp-text);
}
.source-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 24px;
  padding-block: 64px;
}
.source-reviews-grid>article {
  padding: 26px;
  border: 1px solid var(--sp-border);
  border-radius: 26px;
  background: var(--source-card);
}
.source-reviews-grid .stars {
  color: var(--source-accent);
  letter-spacing: 2px;
}
.source-reviews-grid blockquote {
  margin: 18px 0;
  color: var(--sp-muted);
  font-size: 14px;
  line-height: 1.9;
}
.source-reviews-grid footer {
  display: flex;
  align-items: center;
  gap: 12px;
}
.source-reviews-grid footer .source-icon-box {
  width: 42px;
  height: 42px;
  border-radius: 9999px;
}
.source-reviews-grid footer svg {
  width: 20px;
  height: 20px;
}
.source-reviews-grid footer strong {
  font-size: 13px;
}
.source-booking .booking-layout {
  display: grid;
  grid-template-columns: minmax(0,1.4fr) minmax(280px,.8fr);
  gap: 32px;
  padding-block: 64px;
}
.source-booking label {
  display: grid;
  gap: 7px;
  font-size: 12px;
  font-weight: 800;
}
.source-booking input,.source-booking textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--sp-border);
  border-radius: 18px;
  background: var(--source-background);
  font: inherit;
  font-size: 14px;
}
.source-booking .btn-wa {
  width: 100%;
  border-radius: 9999px;
  background: var(--source-accent);
  color: var(--source-accent-foreground);
  font-weight: 900;
}
.source-booking .booking-info {
  padding: 28px;
  border: 1px solid var(--sp-border);
  border-radius: 26px;
  background: color-mix(in oklab,var(--source-secondary) 40%,transparent);
}
.source-booking .booking-info h2 {
  margin: 0 0 20px;
  font-size: 20px;
}
.source-booking .booking-info>div {
  display: flex;
  gap: 12px;
  padding-block: 13px;
  border-bottom: 1px solid var(--sp-border);
}
.source-booking .booking-info>div>b {
  display: grid;
  width: 34px;
  height: 34px;
  flex: none;
  place-items: center;
  border-radius: 9999px;
  background: var(--source-primary);
  color: #fff;
  font-size: 11px;
}
.source-booking .booking-info span {
  display: grid;
}
.source-booking .booking-info small {
  margin-top: 3px;
  color: var(--sp-muted);
  line-height: 1.5;
}
.source-booking .booking-assurance {
  margin-top: 14px;
  border: 0;
}
.source-booking .booking-assurance svg {
  width: 28px;
  height: 28px;
  flex: none;
  color: var(--source-primary);
}
.delta-site:not(.home) .container {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 24px;
}
.source-single-article {
  padding-top: 40px;
}
.source-article {
  max-width: 816px;
}
.source-article>.source-breadcrumbs {
  color: var(--sp-muted);
}
.source-category-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
  padding: 5px 12px;
  border-radius: 9999px;
  background: color-mix(in oklab,var(--source-primary) 10%,transparent);
  color: var(--source-primary);
  font-size: 11px;
  font-weight: 800;
}
.source-category-pill svg {
  width: 13px;
  height: 13px;
}
.source-article>h1 {
  margin: 0 0 16px;
  font-size: 38px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: -.02em;
}
.source-article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
  margin-bottom: 24px;
  color: var(--sp-muted);
  font-size: 12px;
}
.source-article-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.source-article-meta svg {
  width: 15px;
  height: 15px;
}
.source-article-cover {
  aspect-ratio: 1200/630;
  overflow: hidden;
  margin: 0 0 32px;
  border: 1px solid var(--sp-border);
  border-radius: 26px;
}
.source-article-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.source-article-excerpt {
  margin: 0 0 32px;
  font-size: 18px;
  line-height: 1.9;
  font-weight: 600;
}
.source-prose {
  font-size: 17px;
  line-height: 2;
  color: color-mix(in oklab,var(--sp-text) 88%,transparent);
}
.source-prose h2 {
  margin: 34px 0 12px;
  color: var(--source-primary);
  font-size: 25px;
  line-height: 1.5;
  font-weight: 900;
}
.source-prose h3 {
  margin: 28px 0 10px;
  font-size: 20px;
}
.source-prose p {
  margin: 0 0 18px;
}
.source-prose ul,.source-prose ol {
  margin: 0 0 20px;
  padding-right: 24px;
}
.source-prose li {
  margin-bottom: 8px;
}
.source-prose a {
  color: var(--source-primary);
  font-weight: 700;
  text-decoration: underline;
}
.source-prose blockquote {
  margin: 24px 0;
  padding: 14px 18px;
  border-right: 4px solid var(--source-primary);
  border-radius: 14px;
  background: color-mix(in oklab,var(--source-secondary) 40%,transparent);
}
.source-prose img {
  height: auto;
  margin-block: 24px;
  border-radius: 22px;
}
.source-article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--sp-border);
  font-size: 12px;
}
.source-article-tags a {
  padding: 4px 10px;
  border-radius: 9999px;
  background: var(--source-secondary);
  color: var(--sp-text);
}
.source-article-cta {
  margin-top: 48px;
  padding: 32px;
  border-radius: 26px;
  background: linear-gradient(to left bottom,var(--source-primary),color-mix(in oklab,var(--source-primary) 80%,#fff));
  color: #fff;
  text-align: center;
}
.source-article-cta h2 {
  margin: 0 0 8px;
  font-size: 24px;
}
.source-article-cta p {
  margin: 0;
  opacity: .9;
}
.source-article-cta .source-actions {
  justify-content: center;
}
.source-author-box {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
  padding: 20px;
  border: 1px solid var(--sp-border);
  border-radius: 22px;
  background: color-mix(in oklab,var(--source-secondary) 40%,transparent);
}
.source-author-box div {
  display: grid;
}
.source-author-box small {
  margin-top: 3px;
  color: var(--sp-muted);
}
.source-article-nav {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
  margin-top: 32px;
}
.source-article-nav a {
  display: grid;
  gap: 5px;
  padding: 18px;
  border: 1px solid var(--sp-border);
  border-radius: 22px;
  color: inherit;
}
.source-article-nav small {
  color: var(--sp-muted);
}
.source-article-nav strong {
  font-size: 13px;
  line-height: 1.6;
}
.source-related {
  padding-inline: 24px;
}
.source-generic-page {
  padding-block: 64px;
}
.source-generic-page article>header {
  text-align: center;
  margin-bottom: 40px;
}
.source-generic-page article>header h1 {
  margin: 0;
  color: var(--source-primary);
  font-size: 44px;
  font-weight: 900;
}
.source-generic-page article>header p {
  color: var(--sp-muted);
  font-size: 18px;
}
.source-generic-page figure {
  overflow: hidden;
  margin: 0 0 40px;
  border-radius: 26px;
}
.source-generic-page figure img {
  width: 100%;
  height: auto;
}
.stories-hero {
  padding-block: 64px;
  background: linear-gradient(to left bottom,var(--source-primary),color-mix(in oklab,var(--source-primary) 80%,#fff));
  color: #fff;
  text-align: center;
}
.stories-hero .source-container {
  max-width: 896px;
}
.stories-hero h1 {
  margin: 0 0 12px;
  font-size: 48px;
  line-height: 1.25;
  font-weight: 900;
}
.stories-hero p {
  max-width: 672px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  opacity: .9;
}
.source-stories .stories-disclosure {
  max-width: 896px;
  margin-top: 32px;
  padding: 20px;
  border: 1px solid #f2d99b;
  border-radius: 18px;
  background: #fffaf0;
  color: #7d5c18;
}
.source-stories .stories-disclosure strong {
  display: block;
  margin-bottom: 4px;
  color: #835d12;
}
.source-stories .stories-disclosure p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}
.stories-filters {
  display: flex;
  max-width: 896px;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 28px;
  padding-bottom: 16px;
}
.stories-filters button {
  padding: 8px 16px;
  border: 0;
  border-radius: 9999px;
  background: var(--source-secondary);
  color: var(--sp-text);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  transition: background .2s,color .2s;
}
.stories-filters button:hover,.stories-filters button:focus-visible {
  background: color-mix(in oklab,var(--source-primary) 16%,var(--source-secondary));
  outline: 2px solid transparent;
}
.stories-filters button.is-active {
  background: var(--source-primary);
  color: #fff;
}
.source-stories .source-stories-list {
  max-width: 896px;
  padding-top: 0;
  padding-bottom: 64px;
}
.stories-accordion {
  display: grid;
  gap: 16px;
}
.story-accordion {
  overflow: hidden;
  border: 1px solid var(--sp-border);
  border-radius: 26px;
  background: var(--source-card);
}
.story-accordion[hidden] {
  display: none;
}
.story-toggle {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: right;
  cursor: pointer;
  transition: background .2s;
}
.story-toggle:hover,.story-toggle:focus-visible {
  background: color-mix(in oklab,var(--source-secondary) 30%,transparent);
  outline: 0;
}
.story-icon {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  border-radius: 16px;
  background: color-mix(in oklab,var(--source-primary) 10%,transparent);
  color: var(--source-primary);
}
.story-icon svg {
  width: 24px;
  height: 24px;
}
.story-heading {
  display: grid;
  min-width: 0;
  flex: 1;
}
.story-heading small {
  justify-self: start;
  margin-bottom: 6px;
  padding: 2px 8px;
  border-radius: 9999px;
  background: color-mix(in oklab,var(--source-primary) 10%,transparent);
  color: var(--source-primary);
  font-size: 10px;
  font-weight: 800;
}
.story-heading strong {
  font-size: 17px;
  line-height: 1.55;
}
.story-panel {
  display: grid;
  gap: 18px;
  padding: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--sp-border);
  font-size: 14px;
  line-height: 1.85;
}
.story-panel[hidden] {
  display: none;
}
.story-panel h2 {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 800;
}
.story-panel p {
  margin: 0;
  color: var(--sp-muted);
}
.story-panel ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.story-panel li {
  display: flex;
  gap: 8px;
  color: var(--sp-muted);
}
.story-panel li span {
  color: var(--source-primary);
}
.stories-cta {
  padding-block: 56px;
  background: linear-gradient(to left bottom,color-mix(in oklab,var(--source-primary) 95%,#fff),color-mix(in oklab,var(--source-primary) 75%,#fff));
  color: #fff;
  text-align: center;
}
.stories-cta h2 {
  margin: 0 0 12px;
  font-size: 30px;
  font-weight: 900;
}
.stories-cta p {
  margin: 0 0 24px;
  opacity: .9;
}
.stories-cta .source-btn--light {
  display: inline-flex;
  background: #fff;
  color: var(--source-primary);
  font-weight: 900;
}
.editor-preview-note {
  margin-top: 20px;
  padding: 11px 15px;
  border: 1px solid color-mix(in oklab,var(--source-primary) 25%,var(--sp-border));
  border-radius: 13px;
  background: color-mix(in oklab,var(--source-primary) 6%,#fff);
  color: var(--sp-text);
  font-size: 12px;
}
.source-blog-card__image .draft-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 10px;
  border-radius: 9999px;
  background: #fff3cd;
  color: #745600;
  font-size: 10px;
}
.source-blog-list>ul.page-numbers {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}
.source-blog-list>ul.page-numbers .page-numbers {
  display: grid;
  min-width: 40px;
  height: 40px;
  place-items: center;
  padding-inline: 10px;
  border: 1px solid var(--sp-border);
  border-radius: 12px;
  background: #fff;
  color: var(--sp-text);
}
.source-blog-list>ul.page-numbers .current {
  border-color: var(--source-primary);
  background: var(--source-primary);
  color: #fff;
}
.home-pediatric-feature {
  padding-block: 72px;
  background: color-mix(in oklab,var(--source-secondary) 30%,#fff);
}
.home-pediatric-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  align-items: center;
  gap: 48px;
}
.home-pediatric-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  border-radius: 32px;
  background: var(--source-secondary);
  box-shadow: 0 24px 50px rgba(19,78,81,.14);
}
.home-pediatric-media:after {
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 23px;
  content: "";
  pointer-events: none;
}
.home-pediatric-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-pediatric-copy>span {
  color: var(--source-primary);
  font-size: 13px;
  font-weight: 900;
}
.home-pediatric-copy h2 {
  margin: 8px 0 14px;
  color: var(--source-foreground);
  font-size: 36px;
  line-height: 1.35;
  font-weight: 900;
}
.home-pediatric-copy p {
  margin: 0 0 24px;
  color: var(--source-muted-foreground);
  font-size: 16px;
  line-height: 1.9;
}
.hero .hero-bg {
  display: none;
}
.home #main-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.home .delta-home-section,.home .delta-builder-section {
  min-width: 0;
}
.booking-benefits {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
  max-width: 896px;
  padding-top: 40px;
}
.booking-benefits article {
  padding: 20px;
  border: 1px solid var(--sp-border);
  border-radius: 20px;
  background: var(--source-card);
  text-align: center;
}
.booking-benefits .source-icon-box {
  width: 42px;
  height: 42px;
  margin-inline: auto;
  border-radius: 13px;
}
.booking-benefits h2 {
  margin: 12px 0 4px;
  font-size: 14px;
}
.booking-benefits p {
  margin: 0;
  color: var(--sp-muted);
  font-size: 12px;
  line-height: 1.7;
}
.booking-call {
  max-width: 768px;
  padding-bottom: 64px;
}
.booking-call>div {
  padding: 20px;
  border: 1px solid var(--sp-border);
  border-radius: 18px;
  background: color-mix(in oklab,var(--source-secondary) 40%,transparent);
  color: var(--sp-muted);
  font-size: 14px;
  text-align: center;
}
.booking-call a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-inline: 6px;
  color: var(--source-primary);
  font-weight: 900;
}
.booking-call svg {
  width: 16px;
  height: 16px;
}
.source-service-list-section {
  padding-block: 32px;
}
.source-service-list-section>article {
  padding: 28px;
  border: 1px solid var(--sp-border);
  border-radius: 24px;
  background: var(--source-card);
  box-shadow: 0 8px 24px rgba(15,138,143,.06);
}
.source-service-list-section h2 {
  margin: 16px 0 18px;
  font-size: 24px;
}
.source-service-list-section ul {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.source-service-list-section li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--sp-muted);
  line-height: 1.7;
}
.source-service-list-section li svg {
  width: 18px;
  flex: 0 0 18px;
  color: var(--source-primary);
}
.source-service-text {
  padding-block: 48px;
}
.source-service-text>p {
  max-width: 850px;
  color: var(--sp-muted);
  font-size: 16px;
  line-height: 1.9;
}

@media(max-width:1080px) {
.technique-list {
  grid-template-columns: repeat(2,1fr);
}
.process-grid {
  grid-template-columns: repeat(2,1fr);
}
.blog-grid {
  grid-template-columns: repeat(2,1fr);
}
}

@media(max-width:782px) {
.archive-service-grid,.service-hero-grid,.service-intro,.about-story,.contact-grid,.booking-layout {
  grid-template-columns: 1fr;
}
.archive-service-image {
  height: 190px;
}
.technique-list {
  grid-template-columns: 1fr;
}
.about-story>img {
  height: 330px;
}
.values-grid {
  grid-template-columns: 1fr;
}
.page-cta .container {
  display: block;
  text-align: center;
}
.page-cta .btn {
  margin-top: 15px;
}
.contact-cards {
  grid-template-columns: 1fr 1fr;
}
.inner-hero {
  padding: 55px 0;
}
.inner-hero h1 {
  font-size: 35px;
}
.service-hero-grid {
  padding-top: 55px;
  padding-bottom: 55px;
}
.service-intro {
  gap: 25px;
}
.blog-toolbar {
  top: 68px;
}
.blog-toolbar .container {
  display: block;
  padding-block: 8px;
}
.blog-toolbar form {
  min-width: 0;
}
.blog-grid {
  grid-template-columns: 1fr;
}
.article-header {
  padding: 50px 0 95px;
}
.article-header h1 {
  font-size: 35px;
}
.article-cover {
  margin-top: -60px;
}
.article-cover img {
  border-radius: 18px;
  height: 280px;
}
.article-layout {
  grid-template-columns: 1fr;
  padding-top: 40px;
  gap: 25px;
}
.article-aside {
  position: static;
  order: -1;
}
.article-content h2 {
  font-size: 24px;
}
.article-author {
  flex-wrap: wrap;
}
.article-cta h2 {
  font-size: 26px;
}
.stories-grid {
  grid-template-columns: 1fr;
}
.stories-disclosure p {
  display: block;
  margin: 4px 0 0;
}
.reviews-page-grid {
  grid-template-columns: 1fr;
}
}

@media(max-width:520px) {
.archive-service-grid,.contact-cards,.process-grid {
  grid-template-columns: 1fr;
}
.about-numbers {
  justify-content: space-between;
}
.page-cta h2 {
  font-size: 23px;
}
.source-trust-row {
  display: grid;
  grid-template-columns: 1fr;
  width: max-content;
  max-width: 100%;
  margin-inline: auto;
}
.source-equipment-grid,.source-gallery-grid,.source-why-grid {
  grid-template-columns: 1fr;
}
.source-actions {
  width: 100%;
}
.source-actions .source-btn {
  flex: 1;
}
.source-article-cta {
  padding: 24px;
}
.source-map-frame {
  height: 360px;
}
}

@media(max-width:1023px) {
.source-journey-grid,.source-equipment-grid,.source-why-grid {
  grid-template-columns: repeat(2,minmax(0,1fr));
}
.source-blog-grid {
  grid-template-columns: repeat(2,minmax(0,1fr));
}
.source-service-row {
  grid-template-columns: repeat(2,minmax(0,1fr));
}
.source-service-row__image,.source-service-row__copy {
  grid-column: span 1;
}
.source-service-row.is-reversed .source-service-row__image,.source-service-row.is-reversed .source-service-row__copy {
  order: initial;
}
.source-reviews-grid {
  grid-template-columns: repeat(2,minmax(0,1fr));
}
}

@media(max-width:767px) {
.source-hero {
  padding-block: 52px;
}
.source-hero h1,.source-service-single .source-hero h1 {
  font-size: 34px;
}
.source-hero p {
  font-size: 16px;
}
.source-values,.source-credentials>div,.source-two-cards,.source-cases-grid,.source-guide-grid,.source-contact-cards,.service-need-grid,.service-practical-grid,.service-why-grid {
  grid-template-columns: 1fr;
}
.source-service-row {
  grid-template-columns: 1fr;
  padding: 20px;
}
.source-service-row__image,.source-service-row__copy {
  grid-column: 1;
}
.source-service-row ul {
  grid-template-columns: 1fr;
}
.source-journey-grid {
  grid-template-columns: 1fr;
}
.source-gallery-grid {
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
}
.source-blog-toolbar>.source-container {
  align-items: stretch;
  flex-direction: column;
}
.source-blog-toolbar form {
  width: 100%;
}
.source-blog-toolbar input {
  min-width: 0;
  flex: 1;
}
.source-blog-grid {
  grid-template-columns: 1fr;
}
.source-page-cta .source-container,.source-map>header {
  align-items: flex-start;
  flex-direction: column;
}
.source-article>h1 {
  font-size: 30px;
}
.source-article-meta time {
  width: 100%;
}
.source-article-nav {
  grid-template-columns: 1fr;
}
.source-generic-page article>header h1 {
  font-size: 34px;
}
.source-reviews-grid,.stories-grid {
  grid-template-columns: 1fr;
}
.source-booking .booking-layout {
  grid-template-columns: 1fr;
  padding-block: 48px;
}
.stories-hero {
  padding-block: 52px;
}
.stories-hero h1 {
  font-size: 36px;
}
.stories-hero p {
  font-size: 15px;
}
.story-toggle {
  gap: 12px;
  padding: 17px;
}
.story-icon {
  width: 44px;
  height: 44px;
  flex-basis: 44px;
}
.story-heading strong {
  font-size: 15px;
}
.story-panel {
  padding: 18px;
}
.stories-cta h2 {
  font-size: 25px;
}
.home-pediatric-feature {
  padding-block: 52px;
}
.home-pediatric-grid {
  grid-template-columns: 1fr;
  gap: 28px;
}
.home-pediatric-media {
  border-radius: 24px;
}
.home-pediatric-copy h2 {
  font-size: 29px;
}
.home-pediatric-copy p {
  font-size: 14px;
}
.source-service-row ul,.source-service-list-section ul {
  grid-template-columns: 1fr;
}
}

@media(max-width:640px) {
.booking-benefits {
  grid-template-columns: 1fr;
}
}
