:root {
  --ink: #14213d;
  --muted: #657086;
  --line: #e6edf5;
  --soft: #f7fafc;
  --paper: #ffffff;
  --primary: #0f766e;
  --primary-2: #14b8a6;
  --accent: #d8a23a;
  --danger: #ef4444;
  --shadow: 0 24px 70px rgba(20, 33, 61, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(20, 184, 166, 0.12), transparent 34rem),
    linear-gradient(180deg, #fbfdff 0%, #f7fafc 42%, #ffffff 100%);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background:
    radial-gradient(circle at 18% 50%, rgba(15, 118, 110, 0.2), transparent 15rem),
    linear-gradient(90deg, rgba(20, 184, 166, 0.34) 0%, rgba(20, 184, 166, 0.2) 30%, rgba(255, 255, 255, 0.93) 58%, rgba(255, 255, 255, 0.96) 100%);
  border-bottom: 1px solid rgba(230, 237, 245, 0.85);
  backdrop-filter: blur(18px);
}

.nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin-right: auto;
  position: relative;
}

.brand-logo {
  width: 178px;
  height: 54px;
  display: block;
  object-fit: contain;
}

.brand-logo-full {
  width: 318px;
  height: 64px;
  object-fit: contain;
  object-position: center;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter:
    drop-shadow(0 1px 2px rgba(20, 33, 61, 0.42))
    drop-shadow(0 0 10px rgba(15, 118, 110, 0.16));
}

.brand-logo-mark {
  width: 58px;
  height: 58px;
  object-position: right center;
}

.brand-domain {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  color: #17233d;
  font-size: clamp(1.12rem, 1.4vw, 1.45rem);
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0;
  text-shadow: 0 1px 10px rgba(255, 255, 255, 0.78);
}

.brand-domain b,
.brand-domain strong,
.brand-domain em {
  font: inherit;
  font-style: normal;
}

.brand-domain strong {
  color: #09b3ad;
}

.brand-domain em {
  color: #0f766e;
  font-size: 0.78em;
}

.brand-wordmark {
  width: 210px;
  height: 46px;
  display: block;
  object-fit: contain;
  object-position: left center;
  padding: 0;
  border-radius: 0;
  background: transparent;
  margin-left: -30px;
  filter:
    drop-shadow(0 1px 1px rgba(20, 33, 61, 0.34))
    drop-shadow(0 0 12px rgba(15, 118, 110, 0.24));
}

.admin-brand-copy {
  display: grid;
  gap: 6px;
}

.admin-brand-copy .brand-wordmark {
  width: 190px;
  height: 42px;
  margin-left: -24px;
}

.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  box-shadow: 0 14px 30px rgba(15, 118, 110, 0.22);
  font-size: 1.4rem;
  font-weight: 900;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.05;
}

.brand-logo + span {
  display: block;
}

.brand strong {
  font-size: 1.08rem;
}

.brand small {
  color: var(--muted);
  margin-top: 4px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #24324c;
  font-weight: 700;
  font-size: 0.92rem;
}

.nav-links a:hover {
  color: var(--primary);
}

.nav-cta,
.button,
.package-card a,
.contact-form button {
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  box-shadow: 0 14px 30px rgba(15, 118, 110, 0.2);
  cursor: pointer;
  font-weight: 800;
}

.nav-cta {
  padding: 13px 18px;
  white-space: nowrap;
}

.campaign-hero {
  padding: 0 0 44px;
  background: #fff;
}

.campaign-shell {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(15, 118, 110, 0.98) 0%, rgba(20, 184, 166, 0.92) 42%, rgba(255, 255, 255, 0) 42%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0 2px, transparent 2px 42px),
    #f8fbff;
}

.campaign-shell::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 48%;
  background:
    linear-gradient(45deg, transparent 0 32px, rgba(255, 255, 255, 0.09) 32px 34px, transparent 34px 72px),
    linear-gradient(135deg, transparent 0 26px, rgba(20, 33, 61, 0.08) 26px 28px, transparent 28px 64px);
  opacity: 0.65;
  pointer-events: none;
}

.campaign-slider {
  position: relative;
  min-height: 540px;
}

.campaign-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(330px, 0.78fr) minmax(0, 1.22fr);
  gap: 34px;
  align-items: center;
  width: min(1220px, calc(100% - 64px));
  margin: 0 auto;
  padding: 26px 0 56px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(18px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    visibility 0.35s ease;
}

.campaign-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.campaign-copy {
  position: relative;
  z-index: 1;
  color: #fff;
  padding-left: 18px;
  align-self: center;
}

.campaign-copy .eyebrow {
  color: rgba(255, 255, 255, 0.82);
  background: none;
  -webkit-text-fill-color: currentColor;
}

.campaign-copy h1 {
  max-width: 520px;
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(2.15rem, 3.45vw, 3.45rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.campaign-copy p:not(.eyebrow) {
  max-width: 490px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.48;
  font-weight: 650;
}

.campaign-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
}

.campaign-actions .primary {
  color: var(--primary);
  background: #fff;
  box-shadow: 0 18px 42px rgba(20, 33, 61, 0.17);
}

.link-button {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(230, 237, 245, 0.95);
  box-shadow: 0 14px 30px rgba(20, 33, 61, 0.12);
}

.campaign-visual {
  position: relative;
  min-height: 360px;
  margin-right: -12px;
}

.campaign-visual img {
  width: 100%;
  height: 360px;
  display: block;
  object-fit: cover;
  border-radius: 34px;
  box-shadow: 0 26px 80px rgba(20, 33, 61, 0.18);
}

.campaign-badge {
  position: absolute;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  width: 112px;
  height: 112px;
  padding: 14px;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #14213d, #0f766e);
  border: 6px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  box-shadow: 0 18px 42px rgba(20, 33, 61, 0.24);
}

.campaign-badge b,
.campaign-badge span {
  display: block;
}

.campaign-badge b {
  font-size: 0.94rem;
  line-height: 1.15;
}

.campaign-badge span {
  margin-top: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.22;
}

.badge-one {
  left: 7%;
  bottom: -28px;
}

.badge-two {
  left: 26%;
  bottom: -24px;
  background: linear-gradient(135deg, #d8a23a, #0f766e);
}

.campaign-next {
  position: absolute;
  right: 18px;
  top: 50%;
  z-index: 2;
  width: 54px;
  height: 54px;
  border: 0;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: rgba(15, 118, 110, 0.95);
  box-shadow: 0 14px 34px rgba(20, 33, 61, 0.2);
  cursor: pointer;
  font-size: 2.4rem;
  line-height: 1;
}

.campaign-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 2;
  display: flex;
  gap: 14px;
  transform: translateX(-50%);
}

.campaign-dots button {
  width: 14px;
  height: 14px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 6px 18px rgba(20, 33, 61, 0.18);
  cursor: pointer;
  opacity: 0.82;
}

.campaign-dots button.is-active {
  background: #0f766e;
  opacity: 1;
}

.hero {
  padding: 86px 0 64px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.75fr);
  gap: 42px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 12px;
  display: inline-flex;
  color: var(--primary);
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.76rem;
  background: linear-gradient(135deg, #0f766e 0%, #14b8a6 58%, #244566 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(2.4rem, 6vw, 5.4rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

h2 {
  font-size: clamp(2rem, 3.6vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.section-head h2,
.split > div:first-child h2,
.contact h2,
.faq h2,
.blog-detail-body h1 {
  color: var(--ink);
  background: linear-gradient(135deg, #244566 0%, #0f766e 58%, #20c9ba 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.campaign-copy h1,
.campaign-copy h2,
.site-footer h2 {
  background: none;
  -webkit-text-fill-color: currentColor;
}

h3 {
  letter-spacing: -0.02em;
}

.hero-text,
.section-head p,
.split > div:first-child + div p,
.contact p,
.site-footer p {
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 32px 0 26px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  text-align: center;
  line-height: 1.2;
}

.button.ghost {
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: none;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.trust-row span {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--muted);
}

.trust-row b {
  color: var(--ink);
}

.hero-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 36px;
  background:
    linear-gradient(160deg, rgba(15, 118, 110, 0.96), rgba(20, 184, 166, 0.78)),
    radial-gradient(circle at 80% 20%, rgba(216, 162, 58, 0.62), transparent 18rem);
  box-shadow: var(--shadow);
}

.hero-card::before,
.hero-card::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.hero-card::before {
  width: 260px;
  height: 260px;
  right: -60px;
  top: -40px;
}

.hero-card::after {
  width: 180px;
  height: 180px;
  left: -50px;
  bottom: 80px;
}

.score-orbit {
  position: absolute;
  inset: 38px 38px auto auto;
  width: 220px;
  height: 220px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}

.score-circle {
  width: 158px;
  height: 158px;
  display: grid;
  place-items: center;
  padding: 24px;
  text-align: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
}

.score-circle strong {
  font-size: 2.6rem;
  line-height: 1;
}

.mini-dashboard {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  display: grid;
  gap: 14px;
}

.mini-dashboard div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 22px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
}

.mini-dashboard b {
  color: #fff;
}

.section {
  padding: 70px 0;
}

.section-head {
  max-width: 760px;
  margin-bottom: 30px;
}

.slider-head {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.slider-controls {
  display: flex;
  gap: 10px;
}

.slider-controls button {
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--primary);
  background: #fff;
  box-shadow: 0 10px 24px rgba(20, 33, 61, 0.08);
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
}

.board-slider {
  display: grid;
  grid-auto-columns: minmax(280px, 390px);
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  padding: 8px 2px 22px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.board-slider::-webkit-scrollbar {
  display: none;
}

.slide-board,
.project-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(20, 33, 61, 0.08);
}

.slide-board {
  min-height: 456px;
  scroll-snap-align: start;
}

.slide-media,
.project-media {
  min-height: 206px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.92);
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.92), rgba(20, 184, 166, 0.76)),
    radial-gradient(circle at 20% 10%, rgba(216, 162, 58, 0.74), transparent 12rem);
}

.slide-media img,
.project-media img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}

.slide-media img {
  height: 224px;
}

.slide-placeholder,
.project-placeholder {
  font-size: 3rem;
  font-weight: 950;
}

.slide-content,
.project-content {
  padding: 24px;
}

.slide-content p,
.project-content p {
  color: var(--muted);
  line-height: 1.65;
}

.project-content h3 {
  min-height: 2.7em;
  margin-bottom: 14px;
}

.project-content p {
  min-height: 6.6em;
}

.project-link {
  display: inline-flex;
  align-items: center;
  margin-top: 4px;
  color: var(--primary);
  font-weight: 900;
  font-size: 0.92rem;
}

.slide-tag,
.project-tag {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #0f766e;
  background: rgba(20, 184, 166, 0.1);
  font-weight: 900;
  font-size: 0.78rem;
}

.split {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 30px;
}

.feature-grid,
.info-grid,
.blog-grid,
.project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.info-grid article,
.blog-grid article,
.package-card,
.contact-form,
.calculator,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 50px rgba(20, 33, 61, 0.06);
}

.info-grid article {
  padding: 26px;
}

.blog-grid span,
.blog-detail-category {
  color: var(--primary);
  font-weight: 900;
}

.feature-card {
  position: relative;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 28px;
  border: 0;
  border-radius: 28px;
  color: #171629;
  box-shadow: 0 22px 60px rgba(20, 33, 61, 0.09);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 78px rgba(20, 33, 61, 0.14);
}

.feature-card::after {
  content: "";
  position: absolute;
  inset: auto -70px -90px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}

.feature-card.mint {
  background: #5de3a0;
}

.feature-card.gold {
  background: #ffd34f;
}

.feature-card.coral {
  background: #ff8368;
}

.feature-top {
  position: absolute;
  inset: 26px 26px auto 26px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.feature-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #171629;
  background: rgba(20, 33, 61, 0.1);
  font-size: 1.35rem;
  font-weight: 950;
}

.feature-top small {
  max-width: 120px;
  color: rgba(23, 22, 41, 0.72);
  text-align: right;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1.25;
}

.feature-card h3,
.feature-card p {
  position: relative;
  z-index: 1;
}

.feature-card h3 {
  margin-bottom: 10px;
  color: #07122f;
  font-size: clamp(1.45rem, 2.1vw, 1.9rem);
  line-height: 1.08;
}

.feature-card p {
  margin-bottom: 0;
  color: rgba(23, 22, 41, 0.72);
  font-weight: 650;
  line-height: 1.55;
}

.calculator {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  padding: 24px;
}

.calc-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

label {
  color: var(--ink);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  margin-top: 8px;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 15px 16px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  outline: none;
}

input[readonly] {
  cursor: not-allowed;
  color: #0f766e;
  background: rgba(20, 184, 166, 0.08);
  border-color: rgba(20, 184, 166, 0.32);
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(20, 184, 166, 0.85);
  box-shadow: 0 0 0 4px rgba(20, 184, 166, 0.12);
}

.calc-result {
  display: grid;
  align-content: center;
  min-height: 240px;
  padding: 28px;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(135deg, var(--ink), #1e3a5f);
}

.calc-result > span {
  color: rgba(255, 255, 255, 0.72);
}

.calc-result strong {
  display: block;
  margin: 8px 0 22px;
  font-size: clamp(2rem, 5vw, 3.6rem);
  letter-spacing: -0.04em;
}

.result-lines p {
  margin: 7px 0;
  color: rgba(255, 255, 255, 0.82);
}

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

.package-card {
  padding: 28px;
}

.package-card.highlighted {
  border-color: rgba(20, 184, 166, 0.42);
  box-shadow: 0 26px 70px rgba(15, 118, 110, 0.14);
  transform: translateY(-10px);
}

.package-card p,
.package-card li,
.info-grid p,
.blog-grid p,
.faq-list p {
  color: var(--muted);
  line-height: 1.65;
}

.package-card ul {
  padding-left: 18px;
}

.package-card a {
  display: inline-flex;
  margin-top: 12px;
  padding: 13px 17px;
}

.blog-card {
  display: block;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(20, 33, 61, 0.06);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
  border-color: rgba(20, 184, 166, 0.38);
  box-shadow: 0 26px 70px rgba(20, 33, 61, 0.12);
}

.blog-media {
  height: 190px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(15, 118, 110, 0.92), rgba(20, 184, 166, 0.76)),
    radial-gradient(circle at 20% 10%, rgba(216, 162, 58, 0.74), transparent 12rem);
}

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

.blog-placeholder {
  display: grid;
  place-items: center;
  height: 100%;
  color: #fff;
  font-size: 3rem;
  font-weight: 950;
}

.blog-content {
  padding: 24px 26px 26px;
}

.blog-content h3 {
  min-height: 2.8em;
}

.blog-content p {
  min-height: 5.1em;
}

.blog-content b {
  color: var(--primary);
  font-size: 0.92rem;
}

.blog-detail-page {
  padding: 54px 0 82px;
  background:
    radial-gradient(circle at top left, rgba(20, 184, 166, 0.12), transparent 28rem),
    #f8fafc;
}

.blog-detail {
  max-width: 960px;
}

.back-link {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--primary);
  font-weight: 900;
}

.blog-detail-image {
  width: 100%;
  max-height: 430px;
  display: block;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(20, 33, 61, 0.12);
}

.blog-detail-body {
  margin-top: 28px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(20, 33, 61, 0.06);
}

.blog-detail-body h1 {
  max-width: 820px;
  margin-top: 10px;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
}

.blog-detail-body p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

.blog-detail-body .lead {
  color: #334155;
  font-size: 1.22rem;
  font-weight: 750;
}

.project-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.projects-section {
  background: #f6f8fb;
}

.projects-section .section-head {
  max-width: 860px;
}

.project-card {
  background: #fff;
  box-shadow: 0 16px 40px rgba(20, 33, 61, 0.07);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.project-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(20, 33, 61, 0.11);
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.faq-list details {
  padding: 22px 24px;
  min-height: 118px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 900;
  color: var(--ink);
  line-height: 1.35;
}

.faq-list details[open] {
  border-color: rgba(20, 184, 166, 0.36);
  box-shadow: 0 22px 58px rgba(15, 118, 110, 0.1);
}

.faq-list details:hover {
  transform: translateY(-2px);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 32px;
  align-items: start;
}

.contact-lines {
  display: grid;
  gap: 12px;
  margin-top: 26px;
  color: var(--muted);
  font-weight: 700;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 26px;
}

.contact-form label:nth-child(4),
.contact-form button,
.contact-form small {
  grid-column: 1 / -1;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-form button {
  min-height: 54px;
}

.contact-form small {
  color: var(--muted);
}

.contact-form button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.form-status {
  min-height: 1.35em;
  font-weight: 800;
}

.form-status[data-state="success"] {
  color: #0f766e;
}

.form-status[data-state="error"] {
  color: #b42318;
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 70px 0 36px;
  color: #667085;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.7), transparent 40%),
    #eeeeef;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(30deg, transparent 0 38px, rgba(255, 255, 255, 0.45) 38px 40px, transparent 40px 82px),
    linear-gradient(150deg, transparent 0 34px, rgba(20, 33, 61, 0.035) 34px 36px, transparent 36px 76px);
  opacity: 0.55;
  pointer-events: none;
}

.admin-body {
  min-height: 100vh;
  color: #1f212d;
  background: #f2f6f9;
  font-family: "Fira Sans", "Segoe UI", Arial, sans-serif;
}

.admin-body a {
  text-decoration: none;
}

.admin-scroller {
  min-height: 100vh;
  background: #f2f6f9;
}

.admin-navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  height: 63px;
  display: flex;
  align-items: stretch;
  padding: 0;
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.admin-navbar-brand {
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  background: #ffffff;
  border-right: 1px solid #e9e8ef;
  color: #3c4876;
  font-size: 1rem;
  font-weight: 700;
}

.admin-navbar-brand img {
  width: 208px;
  height: 46px;
  object-fit: contain;
  filter: drop-shadow(0 1px 2px rgba(60, 72, 118, 0.35));
}

.admin-navbar-menu {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  padding: 0 30px;
}

.admin-search {
  width: min(360px, 38vw);
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 14px;
  border: 1px solid #e9e8ef;
  border-radius: 2px;
  color: #a7a7a7;
  background: #ffffff;
}

.admin-search input {
  width: 100%;
  border: 0;
  outline: 0;
  color: #607d8b;
  background: transparent;
  font: inherit;
  font-size: 0.875rem;
}

.admin-view-site {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.45rem 0.8rem;
  border-radius: 0.1875rem;
  color: #ffffff;
  background: #0f9f95;
  font-size: 0.8125rem;
  font-weight: 500;
}

.admin-body .button.primary {
  border-radius: 0.1875rem;
  padding: 0.65rem 1rem;
  color: #ffffff;
  background: #0f9f95;
  box-shadow: none;
  font-size: 0.875rem;
  font-weight: 500;
}

.admin-mail {
  position: relative;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #3c4876;
  font-size: 1.2rem;
}

.admin-mail i {
  position: absolute;
  top: 10px;
  right: 8px;
  width: 9px;
  height: 9px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #ff5661;
}

.admin-user {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 0;
  color: #3c4876;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-weight: 600;
}

.admin-user span,
.admin-profile > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: #3c4876;
  font-size: 0.82rem;
  font-weight: 700;
}

.admin-shell {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  min-height: 100vh;
  padding-top: 63px;
}

.admin-sidebar {
  position: sticky;
  top: 63px;
  height: calc(100vh - 63px);
  overflow-y: auto;
  padding: 22px 0 34px;
  background: #ffffff;
  border-right: 1px solid #e9e8ef;
  box-shadow: none;
}

.admin-profile {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 0 25px 22px;
  border-bottom: 1px solid #f2f6f9;
}

.admin-profile b,
.admin-profile small {
  display: block;
}

.admin-profile b {
  color: #3c4876;
  font-size: 0.92rem;
  font-weight: 700;
}

.admin-profile small {
  margin-top: 4px;
  color: #9b9b9b;
  font-size: 0.78rem;
}

.admin-menu {
  display: grid;
  gap: 0;
  margin-top: 12px;
}

.sidebar-category {
  display: block;
  padding: 18px 35px 8px;
  color: #9b9b9b;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

.admin-menu a,
.admin-menu-group button {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 0 35px;
  border: 0;
  border-radius: 0;
  color: #3c4876;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: left;
}

.admin-menu a span,
.admin-menu-group button span {
  width: 18px;
  display: inline-grid;
  place-items: center;
  color: #0f9f95;
  font-size: 1rem;
}

.admin-menu a:hover,
.admin-menu a.active,
.admin-menu-group button:hover {
  color: #0f9f95;
  background: #f7f7fa;
}

.admin-menu-group button i {
  margin-left: auto;
  color: #c0c9cc;
  font-style: normal;
}

.admin-menu-group > div {
  display: grid;
  padding: 2px 0 8px;
}

.admin-menu-group > div a {
  min-height: 34px;
  padding-left: 67px;
  color: #8d9498;
  font-size: 0.8125rem;
}

.admin-main {
  min-width: 0;
  padding: 24px 28px 42px;
  background: #f2f6f9;
}

.admin-page-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  min-height: 52px;
  margin: 0 0 20px;
}

.admin-page-header .page-title h3 {
  margin: 0 0 10px;
  color: #1f212d;
  font-size: 20px;
  font-weight: 600;
}

.admin-page-header .page-title span {
  display: block;
  color: #888888;
  font-size: 11px;
  font-weight: 400;
}

.admin-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 8px;
  list-style: none;
  background: #f2f6f9;
}

.admin-breadcrumb li,
.admin-breadcrumb a {
  color: #555555;
  font-size: 15px;
}

.admin-breadcrumb li + li::before {
  content: "›";
  padding-right: 8px;
  color: #000000;
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 0 0 24px;
}

.admin-stats article,
.admin-top,
.admin-card {
  border: 1px solid #e9e8ef;
  border-radius: 0.25rem;
  background: #ffffff;
  box-shadow: none;
}

.admin-stats article {
  min-height: 132px;
  padding: 1.5rem;
}

.admin-stats span,
.admin-stats small {
  display: block;
  color: #9b9b9b;
}

.admin-stats b {
  display: block;
  margin: 12px 0 6px;
  color: #3c4876;
  font-size: 1.8rem;
  font-weight: 600;
}

.admin-stats article::after {
  content: "";
  display: block;
  height: 6px;
  margin-top: 16px;
  border-radius: 30px;
  background: linear-gradient(90deg, #0f9f95 0 68%, #edf2f7 68% 100%);
}

.admin-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 20px;
}

.admin-top h1 {
  margin: 0 0 8px;
  color: #1f212d;
  font-size: 1.25rem;
  font-weight: 600;
}

.admin-top p {
  max-width: 760px;
  margin: 0;
  color: #607d8b;
  line-height: 1.5;
}

.admin-card {
  padding: 1.25rem;
  margin: 0 0 24px;
}

.admin-card h2 {
  margin: 0 0 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f6f9;
  color: #000000;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.admin-form-grid,
.admin-blog-editor {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.admin-form-grid .wide,
.admin-blog-editor .wide {
  grid-column: 1 / -1;
}

.admin-list {
  display: grid;
  gap: 10px;
}

.admin-list article {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 0.7rem;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  background: #ffffff;
}

.admin-list span {
  color: #0f9f95;
  font-weight: 600;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.admin-actions button,
.mini-button {
  border: 1px solid transparent;
  border-radius: 0.1875rem;
  padding: 0.55rem 0.85rem;
  color: #ffffff;
  background: #3c4876;
  cursor: pointer;
  font: inherit;
  font-size: 0.8125rem;
  font-weight: 500;
}

.mini-button.danger {
  color: #ffffff;
  border-color: #ff5661;
  background: #ff5661;
}

.admin-table-wrap {
  overflow-x: auto;
  border: 1px solid #e9e9e9;
  border-radius: 0;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 780px;
}

.admin-table th,
.admin-table td {
  padding: 0.7rem;
  border-bottom: 1px solid #e9e9e9;
  color: #607d8b;
  line-height: normal;
  text-align: left;
  vertical-align: middle;
}

.admin-table th {
  color: #607d8b;
  background: #f7f7fa;
  font-size: 0.8125rem;
  font-weight: 600;
}

.admin-table tr:last-child td {
  border-bottom: 0;
}

.status-pill {
  display: inline-flex;
  padding: 0.25rem 0.45rem;
  border-radius: 0.1875rem;
  color: #71c016;
  border: 1px solid #71c016;
  background: #ffffff;
  font-weight: 600;
  font-size: 0.75rem;
}

.status-pill.passive {
  color: #ff5661;
  border-color: #ff5661;
  background: #ffffff;
}

.admin-editor {
  display: none;
  margin-top: 20px;
  padding: 1.25rem;
  border: 1px solid #e9e8ef;
  border-radius: 0.25rem;
  background: #fdfdfd;
}

.admin-editor.is-open {
  display: block;
}

.admin-editor h3 {
  margin: 0 0 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f6f9;
  color: #000000;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}

.admin-body label {
  display: grid;
  gap: 8px;
  color: #607d8b;
  font-size: 0.875rem;
  font-weight: 500;
}

.admin-body input,
.admin-body textarea,
.admin-body select {
  width: 100%;
  min-height: 46px;
  border: 1px solid #e9e8ef;
  border-radius: 0;
  color: #607d8b;
  background: #ffffff;
  font: inherit;
  padding: 0.875rem 1rem;
}

.admin-body input[type="checkbox"] {
  width: 18px;
  min-height: auto;
  accent-color: #0f9f95;
}

.admin-body label:has(input[type="checkbox"]) {
  display: flex;
  align-items: center;
  gap: 8px;
}

.admin-body textarea {
  min-height: 126px;
  resize: vertical;
}

.admin-body input:focus,
.admin-body textarea:focus,
.admin-body select:focus {
  outline: 0;
  border-color: #0f9f95;
}

.image-preview {
  min-height: 120px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  color: #9b9b9b;
  background: #fff;
}

.image-preview img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.admin-notice {
  margin: 0 0 18px;
  padding: 0.85rem 1rem;
  border: 1px solid #71c016;
  border-radius: 0.1875rem;
  color: #4caf50;
  background: #ffffff;
  font-weight: 600;
}

.footer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.95fr 0.95fr 0.85fr;
  gap: 52px;
}

.footer-grid strong,
.footer-grid span {
  display: block;
  color: #111827;
  font-weight: 900;
  margin-bottom: 18px;
}

.footer-grid a {
  display: block;
  margin: 11px 0;
  color: #667085;
  font-weight: 750;
}

.footer-about p,
.footer-contact p {
  color: #667085;
  line-height: 1.8;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.footer-logo img {
  width: 66px;
  height: 58px;
  object-fit: contain;
}

.footer-logo-full {
  width: 318px !important;
  height: 68px !important;
  object-fit: contain !important;
  object-position: center;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter:
    drop-shadow(0 1px 2px rgba(20, 33, 61, 0.42))
    drop-shadow(0 0 10px rgba(15, 118, 110, 0.16));
}

.footer-brand-domain {
  font-size: 1.32rem;
}

.footer-wordmark {
  width: 196px !important;
  height: 42px !important;
  padding: 0;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
  filter:
    drop-shadow(0 1px 2px rgba(20, 33, 61, 0.44))
    drop-shadow(0 0 14px rgba(15, 118, 110, 0.34));
}

.footer-logo span {
  margin: 0;
  color: #111827;
  font-size: 1.65rem;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.footer-logo b {
  font-weight: 950;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
}

.social-links a {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin: 0;
  border-radius: 50%;
  color: #667085;
  background: #fff;
  box-shadow: 0 14px 34px rgba(20, 33, 61, 0.07);
  font-weight: 950;
  font-size: 1.1rem;
}

.footer-column a::before {
  content: "•";
  margin-right: 10px;
  color: var(--primary);
  font-weight: 900;
}

.footer-contact a {
  color: #667085;
  font-weight: 850;
}

.invoice-badge {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
}

.invoice-badge b,
.invoice-badge small {
  display: block;
}

.invoice-badge b {
  color: #111827;
  font-weight: 950;
}

.invoice-badge small {
  margin-top: 6px;
  color: var(--primary);
  font-weight: 800;
}

.payment-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 16px;
  margin-top: 46px;
  padding: 16px 28px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(20, 33, 61, 0.08);
  text-align: center;
}

.payment-strip span,
.payment-strip strong {
  display: block;
  color: #21406a;
  font-size: clamp(1rem, 2vw, 1.4rem);
  font-weight: 950;
}

.payment-strip strong {
  color: var(--primary);
  font-size: clamp(1.35rem, 2.7vw, 2rem);
}

.footer-bottom {
  position: relative;
  z-index: 1;
  margin-top: 54px;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  color: #667085;
  font-weight: 750;
}

.quick-contact {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
  display: grid;
  justify-items: center;
  gap: 8px;
}

.quick-contact a {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 14px 32px rgba(20, 33, 61, 0.22);
  font-size: 1.5rem;
  font-weight: 950;
}

.quick-contact .whatsapp {
  background: #14d414;
}

.quick-contact .telegram {
  background: #ef4444;
}

.quick-contact span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #fff;
  background: #14213d;
  font-weight: 900;
  font-size: 0.82rem;
  line-height: 1;
}

@media (max-width: 980px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 0;
  }

  .nav-links {
    flex-wrap: wrap;
  }

  .hero-grid,
  .split,
  .calculator,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .campaign-shell,
  .campaign-slider {
    min-height: 900px;
  }

  .campaign-shell {
    background:
      linear-gradient(180deg, rgba(15, 118, 110, 0.98) 0%, rgba(20, 184, 166, 0.9) 58%, #f8fbff 58%),
      #f8fbff;
  }

  .campaign-shell::before {
    width: 100%;
    height: 58%;
  }

  .campaign-slide {
    grid-template-columns: 1fr;
    gap: 22px;
    align-content: start;
    width: min(720px, calc(100% - 40px));
    padding: 72px 0 112px;
  }

  .campaign-copy {
    padding-left: 0;
    max-width: 100%;
  }

  .campaign-copy h1 {
    max-width: 620px;
    font-size: clamp(2.15rem, 7.2vw, 3.55rem);
    line-height: 1.05;
  }

  .campaign-copy p:not(.eyebrow) {
    max-width: 610px;
    color: rgba(255, 255, 255, 0.94);
  }

  .campaign-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 610px;
  }

  .campaign-actions .button {
    width: 100%;
    min-width: 0;
  }

  .campaign-visual {
    min-height: auto;
    margin-right: 0;
  }

  .campaign-visual img {
    height: 300px;
    border-radius: 28px;
  }

  .campaign-next {
    right: 18px;
    bottom: 22px;
    top: auto;
  }

  .link-button {
    color: var(--primary);
    background: #fff;
  }

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

  .project-grid,
  .faq-list,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    gap: 30px;
  }

  .payment-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 28px;
  }

  .package-card.highlighted {
    transform: none;
  }

  .admin-shell {
    grid-template-columns: 1fr;
  }

  .admin-navbar {
    position: relative;
    height: auto;
    flex-wrap: wrap;
  }

  .admin-navbar-brand {
    width: 100%;
    justify-content: flex-start;
    min-height: 63px;
    border-right: 0;
    border-bottom: 1px solid #e9e8ef;
  }

  .admin-navbar-menu {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 14px 20px;
  }

  .admin-search {
    width: 100%;
  }

  .admin-shell {
    padding-top: 0;
  }

  .admin-sidebar {
    position: relative;
    top: auto;
    height: auto;
  }

  .admin-stats {
    grid-template-columns: 1fr;
  }

  .admin-top {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .feature-grid,
  .info-grid,
  .blog-grid,
  .project-grid,
  .calc-form,
  .contact-form,
  .admin-form-grid,
  .admin-blog-editor {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 230px;
    padding: 24px;
    border-radius: 24px;
  }

  .feature-top {
    inset: 22px 22px auto 22px;
  }

  .site-footer {
    padding-bottom: 96px;
  }

  .brand-wordmark,
  .footer-wordmark {
    width: 190px !important;
    height: 42px !important;
    padding: 0;
  }

  .brand-logo-full {
    width: 248px;
    height: 54px;
    padding: 0;
    border-radius: 0;
  }

  .brand-domain {
    font-size: 1.04rem;
  }

  .footer-logo-full {
    width: 260px !important;
    height: 58px !important;
    padding: 0;
  }

  .footer-brand-domain {
    font-size: 1.12rem;
  }

  .social-links a {
    width: 54px;
    height: 54px;
  }

  .payment-strip {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .quick-contact {
    right: 14px;
    bottom: 10px;
  }

  .quick-contact a {
    width: 50px;
    height: 50px;
  }

  .quick-contact span {
    min-width: 50px;
    font-size: 0.76rem;
  }

  .hero {
    padding-top: 48px;
  }

  .campaign-shell,
  .campaign-slider {
    min-height: 860px;
  }

  .campaign-copy h1 {
    max-width: 100%;
    font-size: clamp(1.85rem, 9.2vw, 2.65rem);
    line-height: 1.08;
  }

  .campaign-copy p:not(.eyebrow) {
    max-width: 100%;
    font-size: 0.98rem;
    line-height: 1.48;
  }

  .campaign-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 16px;
  }

  .campaign-actions .button {
    width: 100%;
    min-height: 50px;
  }

  .campaign-visual img {
    height: 220px;
  }

  .campaign-badge {
    width: 104px;
    height: 104px;
    border-width: 6px;
    gap: 8px;
  }

  .campaign-badge b {
    font-size: 0.9rem;
  }

  .campaign-badge span {
    font-size: 0.72rem;
  }

  .badge-one {
    left: 4%;
    bottom: -28px;
  }

  .badge-two {
    left: 34%;
    bottom: -24px;
  }

  .hero-card {
    min-height: 430px;
  }

  .score-orbit {
    inset: 24px auto auto 24px;
  }
}
