:root {
  --blue-100: #B6D7E8;
  --blue-200: #8FBFE0;
  --background: #F7FAFD;
  --coral: #FF9A7A;
  --gold: #FFC673;
  --text: #1F2937;
  --muted: #5B6574;
  --white: #FFFFFF;
  --line: rgba(31, 41, 55, 0.1);
  --shadow: 0 24px 70px rgba(73, 112, 138, 0.18);
  --glass: rgba(255, 255, 255, 0.16);
  --glass-strong: rgba(255, 255, 255, 0.24);
  --glass-border: rgba(255, 255, 255, 0.34);
  --radius: 24px;
  --font-heading: "Playfair Display", Georgia, serif;
  --font-body: "Montserrat", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--background);
  font-family: var(--font-body);
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.intro-screen {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background: #fff;
  animation: introFade 3.65s ease forwards;
}

.intro-screen.is-hidden {
  display: none;
}

.legacy-site {
  width: min(720px, calc(100% - 32px));
  color: #000;
  font-family: "Times New Roman", Times, serif;
  text-align: left;
  animation: legacyOut 3.65s ease forwards;
}

.legacy-site h1 {
  margin: 0 0 16px;
  font-family: "Times New Roman", Times, serif;
  font-size: 32px;
}

.legacy-site a {
  display: inline;
  margin-right: 16px;
  color: #0000ee;
  text-decoration: underline;
}

.intro-message {
  position: absolute;
  margin: 0;
  color: var(--text);
  font-family: var(--font-heading);
  font-size: clamp(38px, 8vw, 86px);
  opacity: 0;
  animation: messageIn 3.65s ease forwards;
}

.intro-running {
  overflow: hidden;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 18px 0 0;
  background: transparent;
  pointer-events: none;
}

.nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(720px, calc(100% - 40px));
  min-height: 72px;
  margin: 0 auto;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(9, 18, 28, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    inset 0 -1px 0 rgba(255, 255, 255, 0.16),
    0 0 42px rgba(95, 185, 255, 0.2),
    0 22px 82px rgba(140, 210, 255, 0.14),
    0 28px 92px rgba(7, 23, 42, 0.28);
  -webkit-backdrop-filter: blur(38px) saturate(178%);
  backdrop-filter: blur(38px) saturate(178%);
  overflow: hidden;
  isolation: isolate;
  pointer-events: auto;
  background-clip: padding-box;
}

.nav::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 20% 50%, rgba(88, 190, 255, 0.38), transparent 34%),
    radial-gradient(circle at 70% 40%, rgba(170, 120, 255, 0.32), transparent 37%),
    linear-gradient(110deg, rgba(255, 255, 255, 0.1), rgba(9, 18, 28, 0.08) 45%, rgba(88, 190, 255, 0.2));
  opacity: 0.96;
  transform: translateX(-4%) scale(1.05);
  animation: navLiquidFill 10s ease-in-out infinite alternate;
  pointer-events: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 42px;
  font-weight: 700;
  letter-spacing: 0;
}

.brand-mark {
  width: 42px;
  height: 42px;
  filter: drop-shadow(0 8px 22px rgba(7, 23, 42, 0.2));
}

.nav-links {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex: 0 1 auto;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 600;
}

.nav-links .button {
  margin-left: 2px;
}

.nav-links a {
  transition: color 180ms ease, transform 180ms ease;
}

.nav-links a:hover {
  color: #FFFFFF;
  transform: translateY(-1px);
}

.nav .button-primary {
  color: #102233;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 34px rgba(7, 23, 42, 0.16);
}

.nav .button-primary:hover {
  background: #FFFFFF;
}

.section {
  padding: 104px 0;
}

.section-inner {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 148px 0 70px;
  background-image: url("assets/new_header.jpeg");
  background-position: center 57%;
  background-size: cover;
  background-repeat: no-repeat;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(5, 18, 31, 0.18) 0%, rgba(5, 18, 31, 0.31) 56%, rgba(5, 18, 31, 0.42) 100%),
    linear-gradient(90deg, rgba(5, 18, 31, 0.38) 0%, rgba(5, 18, 31, 0.12) 52%, rgba(5, 18, 31, 0.24) 100%);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 24% 30%, rgba(182, 215, 232, 0.22), transparent 34%),
    radial-gradient(circle at 86% 78%, rgba(255, 255, 255, 0.16), transparent 28%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 42px;
  min-height: calc(100vh - 218px);
  align-content: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: #477899;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-eyebrow {
  width: fit-content;
  padding: 9px 14px;
  border: 1px solid var(--glass-border);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 0 18px 46px rgba(7, 23, 42, 0.12);
  backdrop-filter: blur(18px);
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--text);
  font-family: var(--font-heading);
  line-height: 1.06;
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  font-size: clamp(58px, 9vw, 118px);
}

.hero h1 {
  max-width: 850px;
  color: #FFFFFF;
  text-shadow: 0 18px 55px rgba(3, 14, 24, 0.4);
}

.hero h1 span {
  background: linear-gradient(105deg, #FFFFFF 0%, #B6D7E8 44%, #7FB7DC 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

h2 {
  max-width: 760px;
  font-size: clamp(38px, 5.4vw, 70px);
}

h3 {
  font-size: 28px;
}

.hero-text,
.section-heading p,
.about-copy,
.contact-copy p,
.site-footer p {
  color: var(--muted);
}

.hero-text {
  max-width: 660px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 2.3vw, 23px);
  text-shadow: 0 10px 30px rgba(3, 14, 24, 0.34);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button-primary {
  color: var(--text);
  background: var(--coral);
  box-shadow: 0 14px 34px rgba(255, 154, 122, 0.32);
}

.hero-primary {
  color: #0F1D2A;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 46px rgba(7, 23, 42, 0.24);
}

.button-primary.hero-primary:hover {
  background: #FFFFFF;
}

.button-primary:hover {
  background: #ffad91;
}

.button-secondary,
.button-ghost {
  color: var(--text);
  background: var(--white);
  border: 1px solid var(--line);
}

.hero-secondary {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.14);
  border-color: var(--glass-border);
  box-shadow: 0 18px 46px rgba(7, 23, 42, 0.14);
  backdrop-filter: blur(18px);
}

.hero-secondary:hover {
  background: rgba(255, 255, 255, 0.22);
}

.button-secondary:hover,
.button-ghost:hover {
  box-shadow: 0 14px 36px rgba(73, 112, 138, 0.14);
}

.button-small {
  min-height: 42px;
  padding: 0 18px;
}

.hero-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.hero-feature-card {
  min-height: 178px;
  padding: 22px;
  border: 1px solid var(--glass-border);
  border-radius: 22px;
  color: #FFFFFF;
  background: var(--glass);
  box-shadow: 0 22px 70px rgba(7, 23, 42, 0.2);
  backdrop-filter: blur(22px) saturate(145%);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.hero-feature-card:hover {
  border-color: rgba(255, 255, 255, 0.52);
  background: var(--glass-strong);
  transform: translateY(-4px);
}

.hero-feature-card h3 {
  color: #FFFFFF;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.25;
}

.hero-feature-card p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.55;
}

.section-heading {
  display: grid;
  gap: 18px;
  margin-bottom: 44px;
}

.section-heading p {
  max-width: 660px;
  margin: 0;
}

.split-heading {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.service-grid,
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.service-card,
.price-card,
.project-card,
.contact-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 42px rgba(73, 112, 138, 0.08);
}

.service-card {
  min-height: 290px;
  padding: 28px;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.service-card:hover {
  border-color: rgba(255, 154, 122, 0.5);
  box-shadow: var(--shadow);
  transform: translateY(-8px);
}

.service-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 26px;
}

.service-card p,
.project-content p,
.price-card li {
  color: var(--muted);
}

.filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-button {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: var(--white);
  cursor: pointer;
  font-weight: 700;
}

.filter-button.active,
.filter-button:hover {
  color: var(--text);
  background: var(--gold);
}

.portfolio-section {
  position: relative;
  overflow: hidden;
  background-image: url("assets/images/portfolio-section.jpeg");
  background-position: center 44%;
  background-size: cover;
  background-repeat: no-repeat;
  isolation: isolate;
}

.portfolio-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(247, 250, 253, 0.1) 0%, rgba(8, 25, 39, 0.42) 34%, rgba(8, 25, 39, 0.58) 100%),
    linear-gradient(90deg, rgba(8, 25, 39, 0.54) 0%, rgba(8, 25, 39, 0.2) 55%, rgba(8, 25, 39, 0.38) 100%);
}

.portfolio-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 18%, rgba(182, 215, 232, 0.2), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 28%);
}

.portfolio-section .section-heading {
  padding: 28px;
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 76px rgba(7, 23, 42, 0.22);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  backdrop-filter: blur(24px) saturate(150%);
}

.portfolio-section .eyebrow,
.portfolio-section h2,
.portfolio-section .section-heading p {
  color: #FFFFFF;
}

.portfolio-section .filter-button {
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.14);
  border-color: var(--glass-border);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.portfolio-section .filter-button.active,
.portfolio-section .filter-button:hover {
  color: var(--text);
  background: rgba(255, 198, 115, 0.9);
}

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

.project-card {
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.project-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-6px);
}

.project-card.is-hidden {
  display: none;
}

.project-card img,
.project-visual {
  width: 100%;
  aspect-ratio: 1.42;
  object-fit: cover;
  background: var(--blue-100);
}

.project-visual {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 22px;
}

.botanix-visual {
  background:
    linear-gradient(135deg, rgba(247, 250, 253, 0.92), rgba(192, 223, 198, 0.9)),
    #d8ead8;
}

.botanix-visual::before,
.snaik-demo-card::before {
  content: "";
  position: absolute;
  inset: -28%;
  pointer-events: none;
}

.botanix-visual::before {
  background: radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.72), transparent 26%);
  animation: portfolioLightDrift 9s ease-in-out infinite;
}

.snaik-demo-card {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: clamp(210px, 18vw, 250px);
  min-height: 220px;
  overflow: hidden;
  padding: 16px;
  color: #FFFFFF;
  background:
    radial-gradient(circle at 18% 20%, rgba(79, 195, 247, 0.28), transparent 34%),
    radial-gradient(circle at 78% 82%, rgba(255, 255, 255, 0.12), transparent 30%),
    linear-gradient(135deg, #08131f, #10263d, #16395d, #214f80);
}

.snaik-demo-card::before {
  background:
    radial-gradient(circle at 20% 28%, rgba(79, 195, 247, 0.28), transparent 28%),
    radial-gradient(circle at 74% 76%, rgba(255, 255, 255, 0.12), transparent 24%);
  animation: neonLightDrift 8s ease-in-out infinite;
}

.snaik-demo-glow {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 18px 48px rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.snaik-demo-board {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2px;
  width: min(86%, 188px);
  aspect-ratio: 1;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.26);
}

.snaik-demo-cell {
  min-width: 0;
  min-height: 0;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.045);
  transition: background 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

.snaik-demo-cell.is-snake,
.snaik-demo-cell.is-ai {
  border-radius: 7px;
}

.snaik-demo-cell.is-snake {
  background: #4FC3F7;
  box-shadow: 0 0 10px rgba(79, 195, 247, 0.72);
}

.snaik-demo-cell.is-ai {
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.78);
}

.snaik-demo-cell.is-head {
  filter: brightness(1.2);
}

.snaik-demo-cell.is-food {
  border-radius: 50%;
  background: #8FD4FF;
  box-shadow: 0 0 14px rgba(143, 212, 255, 0.9);
  animation: snaikDemoPulse 1s ease-in-out infinite;
}

.snaik-demo-cell.is-obstacle {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.24);
}

.lucid-visual {
  padding: 0;
  background:
    radial-gradient(circle at 50% 36%, rgba(52, 122, 170, 0.18), transparent 34%),
    radial-gradient(circle at 70% 22%, rgba(184, 140, 255, 0.1), transparent 30%),
    linear-gradient(180deg, #020712 0%, #061827 48%, #01040b 100%);
}

.mock-browser {
  position: relative;
  width: min(100%, 360px);
  height: 100%;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(7, 23, 42, 0.2);
}

.mock-browser {
  background: rgba(255, 255, 255, 0.66);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.lucid-poster-frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 42%, rgba(52, 122, 170, 0.14), transparent 34%),
    radial-gradient(circle at 70% 22%, rgba(184, 140, 255, 0.08), transparent 30%),
    linear-gradient(180deg, #020712 0%, #061827 48%, #01040b 100%);
}

.lucid-poster-frame::before,
.lucid-poster-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.lucid-poster-frame::before {
  z-index: 0;
  background:
    radial-gradient(circle at 50% 34%, transparent 0 19%, rgba(255, 255, 255, 0.12) 20%, transparent 24%),
    radial-gradient(circle at 52% 38%, rgba(0, 0, 0, 0.96) 0 19%, transparent 20%);
  opacity: 0.62;
  filter: blur(1px);
  animation: lucidEclipseDrift 22s ease-in-out infinite;
}

.lucid-poster-frame::after {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.45), transparent 66%);
  opacity: 0.24;
}

.lucid-poster-frame canvas {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
}

.mock-browser-bar {
  display: flex;
  gap: 7px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(31, 41, 55, 0.08);
}

.mock-browser-bar span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(71, 120, 153, 0.45);
}

.botanix-dashboard {
  display: grid;
  grid-template-columns: 0.78fr 1.55fr;
  gap: 14px;
  height: calc(100% - 37px);
  padding: 16px;
}

.botanix-side,
.botanix-plant-card {
  border: 1px solid rgba(46, 125, 50, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.botanix-side {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 14px;
}

.botanix-side p {
  margin: 0 0 4px;
  color: #1e3d2b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.botanix-side span,
.botanix-stat-row span,
.botanix-plant-card small {
  color: rgba(31, 41, 55, 0.62);
  font-size: 10px;
  font-weight: 700;
}

.botanix-main {
  display: grid;
  gap: 12px;
}

.botanix-stat-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.botanix-stat-row span {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(46, 125, 50, 0.1);
}

.botanix-plant-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.botanix-plant-card {
  display: grid;
  gap: 6px;
  min-height: 82px;
  padding: 12px;
  animation: plantCardFloat 6.4s ease-in-out infinite;
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.botanix-plant-card:nth-child(2) {
  animation-delay: -2.3s;
}

.project-card:hover .botanix-plant-card {
  box-shadow: 0 16px 34px rgba(46, 125, 50, 0.12);
}

.botanix-plant-card strong {
  color: #183122;
  font-size: 13px;
}

.leaf-shape {
  width: 28px;
  height: 34px;
  border-radius: 20px 20px 20px 4px;
  background: linear-gradient(135deg, #8bbf72, #2e7d32);
  transform: rotate(-18deg);
  animation: leafBreathe 5.2s ease-in-out infinite;
}

.leaf-alt {
  background: linear-gradient(135deg, #a7c49a, #477899);
  animation-delay: -1.7s;
}

.growth-track {
  display: flex;
  align-items: end;
  gap: 8px;
  height: 44px;
  padding: 8px 10px;
  border-radius: 16px;
  background: rgba(30, 61, 43, 0.1);
}

.growth-track span {
  flex: 1;
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(180deg, #8bbf72, #2e7d32);
  transform-origin: bottom;
  animation: growthPulse 4.8s ease-in-out infinite;
}

.growth-bar-1 { height: 34%; }
.growth-bar-2 { height: 58%; animation-delay: -0.6s; }
.growth-bar-3 { height: 46%; animation-delay: -1.2s; }
.growth-bar-4 { height: 76%; animation-delay: -1.8s; }
.growth-bar-5 { height: 68%; animation-delay: -2.4s; }

@keyframes portfolioLightDrift {
  0%, 100% {
    transform: translate3d(-5%, -3%, 0) scale(1);
    opacity: 0.72;
  }

  50% {
    transform: translate3d(6%, 4%, 0) scale(1.06);
    opacity: 0.92;
  }
}

@keyframes neonLightDrift {
  0%, 100% {
    transform: translate3d(-4%, -2%, 0) scale(1);
    opacity: 0.82;
  }

  50% {
    transform: translate3d(5%, 3%, 0) scale(1.08);
    opacity: 1;
  }
}

@keyframes lucidEclipseDrift {
  0%, 60%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.42;
  }

  76%, 90% {
    transform: translate3d(3%, -2%, 0) scale(1.08);
    opacity: 0.78;
  }
}

@keyframes plantCardFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -5px, 0);
  }
}

@keyframes leafBreathe {
  0%, 100% {
    transform: rotate(-18deg) scale(1);
  }

  50% {
    transform: rotate(-12deg) scale(1.05);
  }
}

@keyframes growthPulse {
  0%, 100% {
    transform: scaleY(0.94);
    opacity: 0.78;
  }

  50% {
    transform: scaleY(1.06);
    opacity: 1;
  }
}

@keyframes snaikDemoPulse {
  0%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.18);
  }
}

@media (prefers-reduced-motion: reduce) {
  .botanix-visual::before,
  .snaik-demo-card::before,
  .botanix-plant-card,
  .leaf-shape,
  .growth-track span,
  .snaik-demo-cell.is-food,
  .lucid-poster-frame::before {
    animation: none;
  }
}

.project-content {
  padding: 24px;
}

.project-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 0;
}

.project-skills span {
  padding: 7px 10px;
  border: 1px solid rgba(71, 120, 153, 0.14);
  border-radius: 999px;
  color: rgba(31, 41, 55, 0.72);
  background: rgba(247, 250, 253, 0.8);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.project-status {
  margin: 0 0 14px;
  color: #477899;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portfolio-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 16px;
  padding: 0;
  border: 0;
  color: #477899;
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}

.portfolio-chevron {
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transform-origin: center;
  transition: transform 220ms ease;
}

.portfolio-accordion-card.is-open .portfolio-chevron {
  transform: rotate(225deg);
}

.portfolio-panel {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 300ms ease, opacity 220ms ease;
}

.portfolio-accordion-card.is-open .portfolio-panel {
  max-height: 900px;
  opacity: 1;
}

.portfolio-panel-inner {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(71, 120, 153, 0.14);
}

.project-category,
.package-name {
  margin: 0 0 8px;
  color: #477899;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.project-content .button {
  margin-top: 8px;
}

.pricing-section {
  background: linear-gradient(180deg, var(--background), #FFFFFF 54%, var(--background));
}

.pricing-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  grid-auto-rows: auto;
}

.price-card {
  position: relative;
  align-self: start;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 580px;
  padding: 36px 32px;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.price-card:hover {
  border-color: rgba(71, 120, 153, 0.28);
  box-shadow: 0 22px 56px rgba(73, 112, 138, 0.14);
  transform: translateY(-4px);
}

.price-card.featured {
  padding-top: 62px;
  border-color: rgba(255, 154, 122, 0.78);
  box-shadow: 0 24px 64px rgba(255, 154, 122, 0.18), 0 18px 48px rgba(73, 112, 138, 0.12);
  transform: none;
}

.price-card.featured:hover {
  border-color: rgba(255, 154, 122, 0.9);
  box-shadow: 0 28px 72px rgba(255, 154, 122, 0.22), 0 20px 56px rgba(73, 112, 138, 0.16);
  transform: translateY(-4px);
}

.popular-pill {
  position: absolute;
  top: 20px;
  right: 24px;
  z-index: 2;
  margin: 0;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--gold);
  font-size: 12px;
  font-weight: 800;
}

.accordion-trigger {
  width: 100%;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.price-card-trigger {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  gap: 14px;
}

.accordion-title {
  display: block;
  color: var(--text);
  font-family: var(--font-heading);
  font-size: 28px;
  line-height: 1.06;
}

.price {
  display: block;
  margin: 4px 0;
  font-size: 28px;
  font-weight: 800;
}

.price-preview {
  display: block;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.package-toggle-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: auto 0 6px;
  color: #477899;
  font-size: 13px;
  font-weight: 800;
}

.package-chevron {
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transform-origin: center;
  transition: transform 220ms ease;
}

.price-card.is-open .package-chevron {
  transform: rotate(225deg);
}

.accordion-panel {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 300ms ease, opacity 220ms ease;
}

.accordion-card.is-open > .accordion-panel {
  max-height: 2600px;
  opacity: 1;
}

.accordion-panel-inner {
  min-height: 0;
  margin-top: 18px;
  padding-top: 24px;
  border-top: 1px solid rgba(71, 120, 153, 0.14);
}

.package-detail + .package-detail {
  margin-top: 20px;
}

.package-detail h4 {
  margin: 0 0 10px;
  color: var(--text);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-card ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.price-card .button {
  width: 100%;
  margin-top: 0;
}

.price-card .accordion-panel + .button {
  margin-top: 28px;
}

.pricing-card-note {
  margin: 20px 0 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.price-card .pricing-card-note + .button {
  margin-top: 0;
}

.price-card li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 999px;
  background: var(--blue-200);
}

.consultation-note,
.pricing-extra {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 42px rgba(73, 112, 138, 0.08);
}

.consultation-note {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.45fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 22px;
  padding: 26px 30px;
}

.consultation-note .button {
  min-height: 56px;
  white-space: nowrap;
}

.consultation-note h3 {
  max-width: 360px;
  font-size: clamp(28px, 2.6vw, 38px);
}

.consultation-note p {
  max-width: 580px;
}

.consultation-note h3,
.pricing-extra h3 {
  font-family: var(--font-heading);
}

.consultation-note p {
  margin: 0;
  color: var(--muted);
}

.pricing-extra-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 22px;
}

.pricing-support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 22px;
}

.pricing-extra ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pricing-extra li {
  color: var(--muted);
}

.pricing-extra li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border-radius: 999px;
  background: var(--blue-200);
}

.pricing-section .pricing-extra,
.pricing-section .consultation-note {
  margin-bottom: 22px;
}

.pricing-extra {
  align-self: start;
  padding: 28px;
}

.pricing-extra-trigger {
  display: grid;
  gap: 12px;
}

.pricing-extra-summary {
  max-width: 560px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.compact-accordion {
  display: grid;
  gap: 10px;
}

.compact-accordion-item {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #FBFDFF;
  overflow: hidden;
}

.compact-trigger {
  position: relative;
  min-height: 52px;
  padding: 14px 46px 14px 16px;
  font-weight: 800;
}

.compact-trigger::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  color: var(--text);
  background: var(--gold);
  line-height: 24px;
  text-align: center;
  transform: translateY(-50%);
}

.compact-accordion-item.is-open .compact-trigger::after {
  content: "-";
}

.compact-accordion-item .accordion-panel > p,
.compact-accordion-item .accordion-panel > ul {
  min-height: 0;
  margin: 0;
  padding: 0 16px 16px;
  color: var(--muted);
}

.compact-accordion-item ul {
  display: grid;
  gap: 8px;
  list-style: none;
}

.compact-accordion-item li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border-radius: 999px;
  background: var(--blue-200);
}

.pricing-disclaimer {
  max-width: 920px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.about-section {
  position: relative;
  overflow: hidden;
  background-image: url("assets/images/about-section.jpg");
  background-position: center 45%;
  background-size: cover;
  background-repeat: no-repeat;
  isolation: isolate;
}

.about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(247, 250, 253, 0.88) 0%, rgba(247, 250, 253, 0.48) 46%, rgba(247, 250, 253, 0.18) 100%),
    linear-gradient(180deg, rgba(8, 25, 39, 0.06), rgba(8, 25, 39, 0.24));
}

.about-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: 58px;
}

.about-section .about-grid {
  align-items: center;
  min-height: 520px;
}

.about-section .eyebrow {
  color: #477899;
}

.about-section h2 {
  max-width: 620px;
}

.about-copy {
  display: grid;
  gap: 26px;
  font-size: 18px;
}

.about-section .about-copy {
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 24px 76px rgba(73, 112, 138, 0.18);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  backdrop-filter: blur(22px) saturate(150%);
}

.about-copy h3 {
  font-family: var(--font-heading);
  font-size: 32px;
}

.about-copy p {
  max-width: 620px;
  margin: 0;
}

.about-expectations {
  display: grid;
  gap: 18px;
}

.about-expectations ul {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.about-expectations li {
  position: relative;
  padding-left: 34px;
  color: var(--text);
  font-weight: 700;
  line-height: 1.45;
}

.about-expectations li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #477899;
  font-weight: 800;
}

.about-closing {
  color: var(--text);
  font-weight: 700;
}

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

.form-row {
  display: grid;
  gap: 8px;
}

.form-row.full,
.contact-form .button,
.form-status {
  grid-column: 1 / -1;
}

label {
  font-size: 13px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 15px;
  color: var(--text);
  background: #FBFDFF;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue-200);
  box-shadow: 0 0 0 4px rgba(143, 191, 224, 0.22);
}

textarea {
  resize: vertical;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: #477899;
  font-weight: 700;
}

.site-footer {
  padding: 76px 0 48px;
  background: #FFFFFF;
  border-top: 1px solid var(--line);
}

.footer-placeholder {
  display: grid;
  justify-items: center;
  gap: 16px;
  text-align: center;
}

.footer-divider {
  width: min(360px, 78vw);
  height: 1px;
  margin: 0 0 8px;
  background: var(--muted);
  opacity: 0.42;
}

.footer-placeholder h2 {
  font-size: clamp(32px, 4.4vw, 52px);
}

.footer-placeholder p {
  margin: 0;
  color: var(--muted);
}

.footer-placeholder .copyright {
  margin-top: 12px;
  font-size: 13px;
}

.simple-page {
  min-height: 100vh;
  padding: 72px 0;
}

.simple-card {
  width: min(820px, calc(100% - 40px));
  margin: 0 auto;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

@keyframes introFade {
  0%, 84% { opacity: 1; visibility: visible; }
  100% { opacity: 0; visibility: hidden; }
}

@keyframes legacyOut {
  0%, 42% { opacity: 1; transform: scale(1); filter: blur(0); }
  64%, 100% { opacity: 0; transform: scale(1.04); filter: blur(8px); }
}

@keyframes messageIn {
  0%, 48% { opacity: 0; transform: translateY(14px); }
  62%, 84% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(-12px); }
}

@keyframes navLiquidFill {
  0% {
    transform: translateX(-4%) scale(1.05);
    filter: hue-rotate(0deg);
  }

  100% {
    transform: translateX(4%) scale(1.08);
    filter: hue-rotate(8deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .nav::before {
    animation: none;
  }
}

@media (max-width: 980px) {
  .nav {
    width: min(760px, calc(100% - 28px));
    padding: 0 12px;
  }

  .nav-links {
    gap: 12px;
    font-size: 13px;
  }

  .nav-links a {
    touch-action: manipulation;
  }

  .nav-links .button {
    margin-left: 0;
  }

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

  .hero-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .consultation-note,
  .pricing-support-grid {
    grid-template-columns: 1fr;
  }

  .consultation-note {
    align-items: start;
  }

  .price-card.featured {
    transform: none;
  }

}

@media (max-width: 640px) {
  .section {
    padding: 76px 0;
  }

  .site-header {
    padding-top: 12px;
  }

  .nav {
    min-height: 64px;
    padding: 0 12px;
  }

  .section-inner,
  .nav {
    width: min(100% - 28px, 1160px);
  }

  .hero {
    min-height: 100svh;
    padding: 120px 0 34px;
    background-position: center 54%;
  }

  .portfolio-section {
    background-position: center 42%;
  }

  .about-section {
    background-position: center 48%;
  }

  .portfolio-section .section-heading,
  .about-section .about-copy {
    padding: 22px;
  }

  .hero-grid {
    min-height: 0;
    gap: 36px;
  }

  .hero-feature-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-feature-card {
    min-height: auto;
    padding: 18px;
  }

  .hero-actions,
  .filter-group {
    flex-direction: column;
  }

  .button,
  .filter-button {
    width: 100%;
  }

  .service-grid,
  .portfolio-grid,
  .pricing-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .price-card,
  .pricing-extra {
    padding: 22px;
  }

  .price-card {
    min-height: 500px;
  }

  .price-card.featured {
    padding-top: 56px;
  }

  .accordion-title,
  .price {
    font-size: 25px;
  }

  .consultation-note {
    padding: 22px;
  }

  .contact-form {
    padding: 20px;
  }

  .simple-card {
    padding: 28px;
  }
}

@media (max-width: 560px) {
  .intro-screen {
    padding: 20px 16px;
  }

  .legacy-site {
    width: 100%;
  }

  .legacy-site h1 {
    font-size: 28px;
    line-height: 1.15;
  }

  .intro-message {
    width: calc(100% - 32px);
    text-align: center;
  }

  .site-header {
    padding-top: 10px;
  }

  .nav {
    width: calc(100% - 12px);
    min-height: 0;
    padding: 8px 10px;
    border-radius: 28px;
  }

  .nav-links {
    flex-wrap: wrap;
    gap: 5px 9px;
    line-height: 1;
    font-size: 11px;
  }

  .nav-links a {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .nav-links .button {
    min-height: 32px;
    padding: 8px 10px;
  }
}

@media (max-width: 380px) {
  .nav {
    width: calc(100% - 8px);
    padding: 7px 8px;
  }

  .nav-links {
    gap: 4px 7px;
    font-size: 10px;
  }

  .nav-links .button {
    padding: 7px 9px;
  }
}
