/* jft.digital — shared styles */
:root {
  --ink: #0c1222;
  --ink-soft: #1a2336;
  --muted: #5a6578;
  --line: #d5dde8;
  --paper: #f3f6f9;
  --paper-2: #e8eef4;
  --white: #ffffff;
  --accent: #0e8f8a;
  --accent-deep: #0a6b67;
  --accent-soft: rgba(14, 143, 138, 0.12);
  --warn: #c45c26;
  --radius: 4px;
  --max: 1120px;
  --nav-h: 72px;
  --font-display: "Syne", sans-serif;
  --font-logo: "Space Grotesk", sans-serif;
  --font-body: "Figtree", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  min-height: 100vh;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
}

.container {
  width: min(100% - 2.5rem, var(--max));
  margin-inline: auto;
}

/* Atmosphere */
.bg-mesh {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(ellipse 80% 50% at 10% -10%, rgba(14, 143, 138, 0.18), transparent 55%),
    radial-gradient(ellipse 60% 40% at 90% 10%, rgba(26, 35, 54, 0.08), transparent 50%),
    linear-gradient(180deg, #eef3f7 0%, var(--paper) 40%, #e4ebf2 100%);
}

.bg-grid {
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(12, 18, 34, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 18, 34, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 85%);
  pointer-events: none;
}

/* Nav */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--nav-h);
  backdrop-filter: blur(14px);
  background: rgba(243, 246, 249, 0.82);
  border-bottom: 1px solid rgba(213, 221, 232, 0.7);
}

.nav {
  height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.logo {
  font-family: var(--font-logo);
  font-weight: 700;
  font-size: 1.28rem;
  letter-spacing: -0.045em;
  display: inline-flex;
  align-items: baseline;
  gap: 0;
}

.logo span {
  color: var(--accent);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}

.nav-links a {
  font-size: 0.92rem;
  font-weight: 500;
  padding: 0.45rem 0.85rem;
  color: var(--muted);
  transition: color 0.2s var(--ease);
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--ink);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--white);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--ink);
  transition: transform 0.25s var(--ease), opacity 0.2s;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.4rem;
  font-weight: 600;
  font-size: 0.95rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease), transform 0.25s var(--ease);
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--ink);
  color: var(--white);
}

.btn-primary:hover {
  background: var(--ink-soft);
}

.btn-accent {
  background: var(--accent);
  color: var(--white);
}

.btn-accent:hover {
  background: var(--accent-deep);
}

.btn-ghost {
  background: transparent;
  border-color: var(--line);
  color: var(--ink);
}

.btn-ghost:hover {
  border-color: var(--ink);
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* Hero */
.hero {
  position: relative;
  min-height: calc(100vh - var(--nav-h));
  display: grid;
  align-items: end;
  padding: 3rem 0 4.5rem;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(120deg, rgba(12, 18, 34, 0.92) 0%, rgba(12, 18, 34, 0.55) 48%, rgba(14, 143, 138, 0.35) 100%),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.4'/%3E%3C/svg%3E"),
    linear-gradient(160deg, #1a2336 0%, #0c1222 50%, #0a4f4c 100%);
  background-size: cover, 180px, cover;
}

.hero::after {
  content: "";
  position: absolute;
  right: -8%;
  top: 8%;
  width: min(52vw, 560px);
  height: min(52vw, 560px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  z-index: 0;
  animation: drift 14s ease-in-out infinite;
}

/* Home hero ambient animations */
.hero-fx {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-fx__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.45;
  animation: orb-float 12s ease-in-out infinite;
}

.hero-fx__orb--1 {
  width: min(38vw, 340px);
  height: min(38vw, 340px);
  right: 8%;
  top: 12%;
  background: radial-gradient(circle at 35% 35%, rgba(94, 234, 212, 0.55), transparent 68%);
  animation-duration: 11s;
}

.hero-fx__orb--2 {
  width: min(28vw, 240px);
  height: min(28vw, 240px);
  right: 28%;
  bottom: 18%;
  background: radial-gradient(circle at 40% 40%, rgba(14, 143, 138, 0.4), transparent 70%);
  animation-duration: 15s;
  animation-delay: -4s;
}

.hero-fx__orb--3 {
  width: min(22vw, 180px);
  height: min(22vw, 180px);
  left: 42%;
  top: 22%;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.18), transparent 72%);
  animation-duration: 13s;
  animation-delay: -7s;
}

.hero-fx__ring {
  position: absolute;
  border: 1px solid rgba(94, 234, 212, 0.22);
  border-radius: 50%;
  animation: ring-pulse 9s ease-in-out infinite;
}

.hero-fx__ring--1 {
  width: min(46vw, 480px);
  height: min(46vw, 480px);
  right: 4%;
  top: 10%;
}

.hero-fx__ring--2 {
  width: min(34vw, 340px);
  height: min(34vw, 340px);
  right: 12%;
  top: 20%;
  animation-delay: -3s;
  border-color: rgba(255, 255, 255, 0.12);
}

.hero-fx__dot {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(94, 234, 212, 0.85);
  box-shadow: 0 0 12px rgba(94, 234, 212, 0.35);
  animation: dot-drift 8s ease-in-out infinite;
}

.hero-fx__dot:nth-child(6) { top: 22%; right: 18%; animation-delay: 0s; }
.hero-fx__dot:nth-child(7) { top: 48%; right: 32%; animation-delay: -2s; width: 4px; height: 4px; }
.hero-fx__dot:nth-child(8) { top: 68%; right: 12%; animation-delay: -4s; }
.hero-fx__dot:nth-child(9) { top: 35%; right: 42%; animation-delay: -1.5s; width: 3px; height: 3px; }
.hero-fx__dot:nth-child(10) { top: 58%; right: 48%; animation-delay: -5.5s; }

.hero-fx__scan {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 40%,
    rgba(94, 234, 212, 0.06) 50%,
    transparent 60%
  );
  background-size: 220% 100%;
  animation: scan-sweep 10s ease-in-out infinite;
}

.hero-inner {
  position: relative;
  z-index: 1;
  color: var(--white);
  max-width: 36rem;
}

.hero-brand {
  font-family: var(--font-logo);
  font-weight: 700;
  font-size: clamp(2.8rem, 8vw, 5.2rem);
  letter-spacing: -0.06em;
  line-height: 0.95;
  margin-bottom: 1.25rem;
}

.hero-brand span {
  color: #5eead4;
}

.hero h1 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin-bottom: 0.85rem;
  max-width: 22ch;
}

.hero p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  margin-bottom: 1.75rem;
  max-width: 38ch;
}

.hero .btn-primary {
  background: var(--white);
  color: var(--ink);
}

.hero .btn-primary:hover {
  background: #e8eef4;
}

.hero .btn-ghost {
  border-color: rgba(255, 255, 255, 0.35);
  color: var(--white);
}

.hero .btn-ghost:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

@keyframes drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-18px, 22px) scale(1.04); }
}

@keyframes orb-float {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.4; }
  50% { transform: translate(-24px, 18px) scale(1.08); opacity: 0.65; }
}

@keyframes ring-pulse {
  0%, 100% { transform: scale(1); opacity: 0.55; }
  50% { transform: scale(1.06); opacity: 1; }
}

@keyframes dot-drift {
  0%, 100% { transform: translate(0, 0); opacity: 0.45; }
  50% { transform: translate(-10px, -16px); opacity: 1; }
}

@keyframes scan-sweep {
  0%, 100% { background-position: 120% 0; }
  50% { background-position: -20% 0; }
}

/* Sections */
.section {
  padding: 5rem 0;
}

.section-tight {
  padding: 3.5rem 0;
}

.section-label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.75rem;
}

.section-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.85rem, 4vw, 2.6rem);
  letter-spacing: -0.035em;
  line-height: 1.15;
  margin-bottom: 0.85rem;
}

.section-lead {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 40rem;
  margin-bottom: 2.5rem;
}

.page-hero {
  padding: 4rem 0 2.5rem;
  border-bottom: 1px solid var(--line);
}

.page-hero .section-title {
  margin-bottom: 0.65rem;
}

.page-hero .section-lead {
  margin-bottom: 0;
}

/* Reveal motion */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* Work list (no cards in hero; simple list below) */
.work-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.work-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--line);
  transition: padding-left 0.3s var(--ease);
}

.work-item:hover {
  padding-left: 0.5rem;
}

.work-item h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.25rem;
}

.work-item p {
  color: var(--muted);
  font-size: 0.95rem;
}

.work-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-end;
}

.tag {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid var(--line);
  padding: 0.3rem 0.55rem;
  background: var(--white);
}

.tag-wip {
  color: var(--warn);
  border-color: rgba(196, 92, 38, 0.35);
  background: rgba(196, 92, 38, 0.08);
}

.tag-live {
  color: var(--accent-deep);
  border-color: rgba(14, 143, 138, 0.35);
  background: var(--accent-soft);
}

/* Split */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

/* Capability rows */
.cap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1.5rem;
}

.cap-item h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
  letter-spacing: -0.02em;
}

.cap-item p {
  color: var(--muted);
  font-size: 0.95rem;
}

.cap-item .num {
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
  display: block;
}

/* Tech stacks */
.tech-block {
  margin-bottom: 3.5rem;
}

.tech-block:last-child {
  margin-bottom: 0;
}

.tech-block h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--line);
}

.tech-block > p {
  color: var(--muted);
  margin: 0.85rem 0 1.25rem;
  max-width: 40rem;
}

.tech-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.chip {
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.55rem 0.9rem;
  background: var(--white);
  border: 1px solid var(--line);
}

/* Portfolio grid */
.portfolio-grid {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.portfolio-row {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.8fr) auto;
  gap: 1.5rem;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid var(--line);
}

.portfolio-row h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.portfolio-row .status {
  margin-top: 0.4rem;
}

.portfolio-row p {
  color: var(--muted);
}

.portfolio-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
}

/* About */
.about-prose {
  display: grid;
  gap: 1.25rem;
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 42rem;
}

.about-prose strong {
  color: var(--ink);
  font-weight: 600;
}

.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--line);
}

.values h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.values p {
  color: var(--muted);
  font-size: 0.95rem;
}

/* Contact form */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3rem;
  align-items: start;
}

.contact-aside p {
  color: var(--muted);
  margin-bottom: 1.5rem;
}

.contact-aside a {
  color: var(--accent-deep);
  font-weight: 600;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}

.contact-aside a:hover {
  border-bottom-color: var(--accent);
}

.form {
  display: grid;
  gap: 1.1rem;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 1.75rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
}

.field label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  letter-spacing: 0.02em;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--line);
  background: var(--paper);
  outline: none;
  transition: border-color 0.2s, background 0.2s;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: var(--accent);
  background: var(--white);
}

.field textarea {
  min-height: 140px;
  resize: vertical;
}

.form-note {
  font-size: 0.85rem;
  color: var(--muted);
}

.form-success {
  display: none;
  padding: 1rem;
  background: var(--accent-soft);
  border: 1px solid rgba(14, 143, 138, 0.3);
  color: var(--accent-deep);
  font-weight: 500;
}

.form-success.is-shown {
  display: block;
}

/* MUTO page */
.muto-hero {
  position: relative;
  padding: 4.5rem 0 3.5rem;
  color: var(--white);
  overflow: hidden;
}

.muto-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, #0c1222 0%, #12353a 55%, #0e8f8a 140%);
  z-index: 0;
}

.muto-hero .container {
  position: relative;
  z-index: 1;
}

.muto-hero .badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5eead4;
  margin-bottom: 1rem;
}

.muto-hero h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.4rem, 7vw, 4.2rem);
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin-bottom: 1rem;
  max-width: 12ch;
}

.muto-hero .lead {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.1rem;
  max-width: 40rem;
  margin-bottom: 1.75rem;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.stat-row strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.stat-row span {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
}

.module-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.module-row {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 1.25rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--line);
}

.module-row .idx {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--accent);
  font-size: 0.95rem;
}

.module-row h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.3rem;
}

.module-row p {
  color: var(--muted);
  font-size: 0.95rem;
}

.feature-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.feature-cols h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.feature-cols p {
  color: var(--muted);
  font-size: 0.95rem;
}

.feature-cols ul {
  margin-top: 0.85rem;
  display: grid;
  gap: 0.4rem;
}

.feature-cols li {
  font-size: 0.9rem;
  color: var(--ink-soft);
  padding-left: 0.9rem;
  position: relative;
}

.feature-cols li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  background: var(--accent);
}

/* CTA band */
.cta-band {
  margin: 2rem 0 5rem;
  padding: 3rem;
  background: var(--ink);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.cta-band::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -60px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(94, 234, 212, 0.25);
  border-radius: 50%;
}

.cta-band h2 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3.5vw, 2.1rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 0.6rem;
  position: relative;
  z-index: 1;
}

.cta-band p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1.4rem;
  max-width: 34rem;
  position: relative;
  z-index: 1;
}

.cta-band .btn-group {
  position: relative;
  z-index: 1;
}

.cta-band .btn-primary {
  background: var(--accent);
  color: var(--white);
}

.cta-band .btn-primary:hover {
  background: var(--accent-deep);
}

.cta-band .btn-ghost {
  border-color: rgba(255, 255, 255, 0.3);
  color: var(--white);
}

/* Footer */
.site-footer {
  border-top: 1px solid var(--line);
  padding: 2.5rem 0;
  background: rgba(255, 255, 255, 0.45);
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: center;
}

.footer-brand {
  font-family: var(--font-logo);
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: -0.045em;
}

.footer-brand span {
  color: var(--accent);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
}

.footer-links a {
  font-size: 0.9rem;
  color: var(--muted);
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--ink);
}

.footer-copy {
  width: 100%;
  padding-top: 1.25rem;
  margin-top: 0.5rem;
  border-top: 1px solid var(--line);
  font-size: 0.85rem;
  color: var(--muted);
}

/* Pricing — Hostinger-style plan cards */
.container-wide {
  width: min(100% - 2.5rem, 1180px);
  margin-inline: auto;
}

.pricing-hero .section-title {
  max-width: 18ch;
}

.pricing-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  margin-top: 1.35rem;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 500;
}

.pricing-assurances li {
  position: relative;
  padding-left: 1.15rem;
}

.pricing-assurances li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--accent);
}

.price-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 1.75rem;
  padding: 0.35rem;
  background: var(--white);
  border: 1px solid var(--line);
}

.price-tabs a {
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.65rem 1.1rem;
  color: var(--muted);
  transition: background 0.2s, color 0.2s;
}

.price-tabs a:hover,
.price-tabs a.is-active {
  background: var(--ink);
  color: var(--white);
}

.pricing-block {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.pricing-block + .pricing-block {
  border-top: 1px solid var(--line);
}

.pricing-block__head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 2.25rem;
}

.pricing-block__head .section-lead {
  margin-inline: auto;
  margin-bottom: 0;
}

.plan-cards {
  display: grid;
  gap: 1.15rem;
  align-items: stretch;
}

.plan-cards--3 {
  grid-template-columns: repeat(3, 1fr);
}

.plan-cards--2 {
  grid-template-columns: repeat(2, minmax(0, 420px));
  justify-content: center;
}

.plan-cards--center {
  justify-items: center;
}

.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 1.65rem 1.45rem 1.5rem;
  box-shadow: 0 10px 30px rgba(12, 18, 34, 0.04);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), border-color 0.25s;
}

.plan-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(12, 18, 34, 0.08);
}

.plan-card--featured {
  border-color: var(--accent);
  box-shadow: 0 14px 36px rgba(14, 143, 138, 0.14);
  background: linear-gradient(180deg, rgba(14, 143, 138, 0.08) 0%, var(--white) 28%);
}

.plan-card--wide {
  width: min(100%, 560px);
}

.plan-card__badge {
  position: absolute;
  top: -0.7rem;
  left: 1.25rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--accent);
  padding: 0.3rem 0.65rem;
  border-radius: 4px;
}

.plan-card__name {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 0.45rem;
}

.plan-card__desc {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
  min-height: 3rem;
  margin-bottom: 1.1rem;
}

.plan-card__price {
  font-family: var(--font-logo);
  font-size: clamp(1.7rem, 2.4vw, 2.15rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin-bottom: 0.3rem;
}

.plan-card__price span {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0;
  margin-left: 0.15rem;
}

.plan-card__meta {
  color: var(--muted);
  font-size: 0.86rem;
  margin-bottom: 1.15rem;
}

.plan-card__cta {
  width: 100%;
  margin-bottom: 1.15rem;
}

.plan-card__why {
  background: var(--accent-soft);
  border: 1px solid rgba(14, 143, 138, 0.22);
  border-radius: 8px;
  padding: 0.85rem 0.95rem;
  margin-bottom: 1.1rem;
}

.plan-card__why strong {
  display: block;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 0.25rem;
}

.plan-card__why p {
  font-size: 0.9rem;
  color: var(--ink-soft);
}

.plan-card__features {
  display: grid;
  gap: 0.55rem;
  margin-top: auto;
  padding-top: 0.35rem;
  border-top: 1px solid var(--line);
}

.plan-card__features--grid {
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem 1rem;
}

.plan-card__features li {
  position: relative;
  padding-left: 1.35rem;
  font-size: 0.92rem;
  color: var(--ink-soft);
  line-height: 1.4;
}

.plan-card__features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  background: var(--accent-soft);
  box-shadow: inset 0 0 0 1px rgba(14, 143, 138, 0.35);
}

.plan-card__features li::after {
  content: "";
  position: absolute;
  left: 0.28rem;
  top: 0.52em;
  width: 0.28rem;
  height: 0.45rem;
  border: solid var(--accent-deep);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.compare-panel {
  margin-top: 1.75rem;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
}

.compare-panel > summary {
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: -0.02em;
  padding: 1rem 1.25rem;
  background: rgba(243, 246, 249, 0.8);
  border-bottom: 1px solid transparent;
}

.compare-panel > summary::-webkit-details-marker {
  display: none;
}

.compare-panel > summary::after {
  content: "Show";
  float: right;
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--accent-deep);
}

.compare-panel[open] > summary {
  border-bottom-color: var(--line);
}

.compare-panel[open] > summary::after {
  content: "Hide";
}

.price-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
  font-size: 0.92rem;
}

.price-table--2 {
  min-width: 420px;
}

.price-table th,
.price-table td {
  padding: 0.9rem 1rem;
  border-bottom: 1px solid var(--line);
  text-align: center;
  vertical-align: middle;
}

.price-table tbody th[scope="row"],
.price-table__feature {
  text-align: left;
  font-weight: 600;
  color: var(--ink);
  width: 30%;
  background: rgba(243, 246, 249, 0.55);
}

.price-table thead th {
  background: var(--paper);
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.price-table thead th.is-featured,
.price-table td.is-featured {
  background: rgba(14, 143, 138, 0.08);
}

.price-table tbody tr:last-child th,
.price-table tbody tr:last-child td {
  border-bottom: none;
}

.tick,
.cross {
  display: inline-block;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  position: relative;
  vertical-align: middle;
}

.tick {
  background: var(--accent-soft);
  box-shadow: inset 0 0 0 1px rgba(14, 143, 138, 0.35);
}

.tick::after {
  content: "";
  position: absolute;
  left: 0.38rem;
  top: 0.22rem;
  width: 0.28rem;
  height: 0.5rem;
  border: solid var(--accent-deep);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.cross {
  background: rgba(90, 101, 120, 0.1);
}

.cross::before,
.cross::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.55rem;
  height: 2px;
  background: var(--muted);
}

.cross::before { transform: translate(-50%, -50%) rotate(45deg); }
.cross::after { transform: translate(-50%, -50%) rotate(-45deg); }

.seo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem 1.5rem;
}

.seo-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 1.25rem 1.2rem;
}

.seo-item h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.4rem;
}

.seo-item p {
  color: var(--muted);
  font-size: 0.95rem;
}

.faq-list {
  display: grid;
  gap: 0.65rem;
}

.faq-list details {
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 10px;
  padding: 0.95rem 1.1rem;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  font-family: var(--font-display);
  letter-spacing: -0.01em;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--accent);
  font-weight: 700;
}

.faq-list details[open] summary::after {
  content: "–";
}

.faq-list details p {
  margin-top: 0.7rem;
  color: var(--muted);
  font-size: 0.95rem;
}
/* Responsive */
@media (max-width: 900px) {
  .split,
  .contact-layout,
  .portfolio-row,
  .cap-grid,
  .values,
  .feature-cols,
  .stat-row {
    grid-template-columns: 1fr;
  }

  .portfolio-actions {
    justify-content: flex-start;
  }

  .work-item {
    grid-template-columns: 1fr;
  }

  .work-meta {
    justify-content: flex-start;
  }

  .stat-row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 980px) {
  .plan-cards--3 {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin-inline: auto;
  }

  .plan-cards--2 {
    grid-template-columns: 1fr;
    max-width: 440px;
  }

  .plan-card__features--grid {
    grid-template-columns: 1fr;
  }

  .seo-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .seo-grid {
    grid-template-columns: 1fr;
  }

  .price-table {
    min-width: 560px;
  }

  .price-table--2 {
    min-width: 360px;
  }

  .price-tabs {
    width: 100%;
  }

  .price-tabs a {
    flex: 1 1 auto;
    text-align: center;
  }
}

@media (max-width: 760px) {
  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: fixed;
    inset: var(--nav-h) 0 auto 0;
    flex-direction: column;
    align-items: stretch;
    background: rgba(243, 246, 249, 0.97);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--line);
    padding: 0.75rem 1.25rem 1.25rem;
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.35s var(--ease), opacity 0.25s;
  }

  .nav-links.is-open {
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }

  .nav-links a {
    padding: 0.85rem 0.5rem;
    border-bottom: 1px solid var(--line);
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .cta-band {
    padding: 2rem 1.35rem;
  }

  .hero {
    min-height: calc(100svh - var(--nav-h));
    align-items: center;
  }
}
