:root {
  --ink: #132028;
  --ink-soft: #2a3a40;
  --muted: #66746b;
  --green: #81d537;
  --green-2: #9bea54;
  --green-dark: #2d7130;
  --mint: #edf8e8;
  --cream: #fbfef8;
  --pink: #f6aebe;
  --yellow: #ffd15a;
  --white: #ffffff;
  --dark: #0f1d23;
  --radius-pill: 999px;
  --radius-xl: 42px;
  --radius-lg: 28px;
  --shadow-soft: 0 30px 90px rgba(48, 85, 43, 0.13);
  --shadow-card: 0 22px 50px rgba(44, 76, 41, 0.12);
  --container: 1180px;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  background: var(--cream);
}
body {
  margin: 0;
  font-family: "Nunito Sans", ui-rounded, "SF Pro Rounded", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 90% 6%, rgba(246, 174, 190, .23), transparent 28rem),
    radial-gradient(circle at 2% 12%, rgba(128, 213, 55, .10), transparent 24rem),
    var(--cream);
  min-width: 320px;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; display: block; }

.skip-link {
  position: fixed;
  left: 14px;
  top: 14px;
  z-index: 999;
  transform: translateY(-160%);
  padding: 10px 14px;
  background: var(--dark);
  color: var(--white);
  border-radius: var(--radius-pill);
}
.skip-link:focus { transform: translateY(0); }

.container {
  width: min(var(--container), calc(100% - 36px));
  margin-inline: auto;
}
.section {
  position: relative;
  padding: 118px 0;
}
.decor {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  filter: saturate(1.05);
}

.site-header {
  position: fixed;
  top: 18px;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0 18px;
}
.nav-shell {
  width: min(1120px, 100%);
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-radius: var(--radius-pill);
  box-shadow: 0 22px 58px rgba(22, 54, 30, 0.14);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 1000;
  letter-spacing: -0.025em;
  font-size: 1.38rem;
  white-space: nowrap;
}
.brand-mark {
  width: 43px;
  height: 43px;
  flex: 0 0 auto;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
}
.nav-links > a {
  color: rgba(20, 32, 38, 0.77);
  font-size: .96rem;
  font-weight: 850;
  padding: 12px 15px;
  border-radius: var(--radius-pill);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}
.nav-links > a:hover,
.nav-links > a:focus-visible {
  background: rgba(130, 207, 57, 0.13);
  color: var(--green-dark);
  transform: translateY(-1px);
  outline: none;
}
.nav-links .nav-cta {
  margin-left: 6px;
  color: #fff;
  background: linear-gradient(180deg, #9be552, #6fc02d);
  box-shadow: inset 0 -5px 0 rgba(47, 111, 41, .22), 0 13px 27px rgba(111, 190, 45, .27);
}
.nav-links .nav-cta:hover,
.nav-links .nav-cta:focus-visible {
  color: #fff;
  background: linear-gradient(180deg, #a7ee60, #6fc02d);
}
.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(20, 32, 38, 0.08);
  cursor: pointer;
}
.menu-line {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--ink);
  margin: 5px auto;
  border-radius: 999px;
  transition: transform 200ms ease, opacity 200ms ease;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero {
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 170px;
  overflow: hidden;
  background:
    radial-gradient(circle at 81% 17%, rgba(246, 174, 190, 0.24), transparent 30rem),
    radial-gradient(circle at 7% 84%, rgba(128, 213, 55, 0.20), transparent 30rem),
    linear-gradient(180deg, #fbfef8 0%, #fbfef8 72%, #eef8e9 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 102px 4.1% 68px;
  border-radius: 56px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.42)),
    radial-gradient(circle at 84% 10%, rgba(245, 166, 185, 0.28), transparent 21rem),
    radial-gradient(circle at 11% 90%, rgba(130, 207, 57, 0.22), transparent 25rem);
  border: 1px solid rgba(255, 255, 255, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 44px 120px rgba(46, 91, 40, 0.10);
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.82fr);
  gap: 94px;
  align-items: center;
}
.hero-copy { max-width: 690px; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  font-size: clamp(2.85rem, 5.6vw, 5.4rem);
  line-height: 1.05;
  letter-spacing: -0.036em;
  font-weight: 1000;
  margin: 0 0 26px;
  max-width: 640px;
  text-wrap: balance;
}
h2 {
  font-size: clamp(2.35rem, 4.55vw, 4.7rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 1000;
  margin-bottom: 14px;
  text-wrap: balance;
}
h3 {
  font-size: 1.45rem;
  line-height: 1.09;
  letter-spacing: -0.035em;
  font-weight: 950;
  margin-bottom: 12px;
}
.hero-text {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.38vw, 1.14rem);
  line-height: 1.55;
  margin-bottom: 30px;
  font-weight: 700;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.btn {
  min-height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 23px;
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
  font-weight: 1000;
  letter-spacing: -0.018em;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  outline: none;
}
.btn-primary {
  color: #fff;
  background: linear-gradient(180deg, #9de84f, #70bd2d);
  box-shadow: inset 0 -6px 0 rgba(47, 111, 41, 0.24), 0 20px 34px rgba(111, 190, 45, 0.28);
}
.btn-primary:hover,
.btn-primary:focus-visible {
  box-shadow: inset 0 -4px 0 rgba(47, 111, 41, 0.22), 0 26px 44px rgba(111, 190, 45, 0.33);
}
.btn-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(32, 59, 32, 0.12);
  box-shadow: 0 15px 34px rgba(30, 62, 27, 0.08);
}
.btn-secondary:hover,
.btn-secondary:focus-visible {
  background: #fff;
  box-shadow: 0 22px 40px rgba(30, 62, 27, 0.13);
}
.btn-package {
  color: var(--green-dark);
  background: rgba(232, 247, 218, 0.92);
  border-color: rgba(95, 174, 37, 0.22);
  width: 100%;
}
.btn-gold {
  color: #1b241c;
  background: linear-gradient(180deg, #ffe07a, #ffc83a);
  box-shadow: inset 0 -5px 0 rgba(126, 90, 0, 0.18), 0 18px 35px rgba(255, 200, 58, 0.24);
}

.hero-corner {
  left: -78px;
  bottom: 24px;
  width: min(31vw, 420px);
  opacity: .72;
}
.hero-bougainvillea {
  right: -48px;
  top: -48px;
  width: min(21vw, 290px);
  opacity: .76;
}
.hero-sparkles {
  left: .6vw;
  top: 44%;
  width: min(11vw, 155px);
  opacity: .68;
}
.hero-orb {
  right: 12vw;
  top: 22vh;
  width: min(14vw, 190px);
  opacity: .35;
  transform: rotate(-8deg);
}

.hero-visual {
  position: relative;
  min-height: 540px;
  z-index: 2;
}
.visual-blob {
  position: absolute;
  inset: 9% auto auto 10%;
  width: 62%;
  opacity: .34;
  transform: rotate(-7deg);
  z-index: -1;
  pointer-events: none;
}
.main-dashboard {
  position: absolute;
  top: 42px;
  right: 8px;
  width: min(100%, 470px);
  padding: 26px 24px 24px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,255,255,.65)),
    radial-gradient(circle at 85% 0%, rgba(246,174,190,.18), transparent 18rem),
    radial-gradient(circle at 0% 94%, rgba(129,213,55,.16), transparent 22rem);
  border: 1px solid rgba(255,255,255,.92);
  box-shadow: 0 34px 90px rgba(47, 78, 45, .16);
  transform: rotate(1.6deg);
  overflow: hidden;
}
.main-dashboard::after {
  content: "";
  position: absolute;
  inset: auto -15% -22% 42%;
  height: 210px;
  background: radial-gradient(circle, rgba(129,213,55,.25), transparent 65%);
  pointer-events: none;
}
.dashboard-top {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 14px;
  color: rgba(34, 52, 37, .74);
  font-size: 1.08rem;
  font-weight: 1000;
}
.window-dots {
  display: flex;
  gap: 8px;
}
.window-dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f0d9d0;
}

.window-dots span:nth-child(1),
.mock-bar span:nth-child(1) { background: #ff605c; }
.window-dots span:nth-child(2),
.mock-bar span:nth-child(2) { background: #ffbd44; }
.window-dots span:nth-child(3),
.mock-bar span:nth-child(3) { background: #00ca4e; }

.metric-row {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 14px;
}
.metric-label {
  display: block;
  color: rgba(35, 52, 42, .74);
  font-weight: 1000;
  font-size: 1.08rem;
  margin-bottom: 2px;
}
.metric-number {
  display: block;
  font-size: clamp(3.5rem, 5.9vw, 5rem);
  line-height: .9;
  letter-spacing: -0.055em;
  font-weight: 1000;
}
.mini-badge {
  border-radius: var(--radius-pill);
  background: #e8f8dc;
  color: var(--green-dark);
  padding: 11px 18px;
  font-weight: 1000;
  font-size: 1.02rem;
  transform: rotate(3deg);
}
.growth-chart {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  margin: 4px 0 18px;
  overflow: visible;
}
.chart-area { fill: url(#chartFill); }
.chart-line {
  fill: none;
  stroke: #59b926;
  stroke-width: 10;
  stroke-linecap: round;
}
.growth-chart circle {
  fill: #8fe43d;
  stroke: white;
  stroke-width: 7;
}
.dashboard-list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
}
.dash-item {
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 11px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(35,64,38,.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
  color: var(--ink);
  font-weight: 1000;
  font-size: .98rem;
}
.icon-chip {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(180deg, #96e74d, #62c02b);
  color: white;
  box-shadow: 0 10px 22px rgba(98, 192, 43, .25);
}
.floating-card {
  position: absolute;
  z-index: 4;
  width: 188px;
  padding: 20px 20px 18px;
  border-radius: 24px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(255,255,255,.82);
  box-shadow: 0 24px 54px rgba(39, 62, 41, .15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transform: rotate(-7deg);
}
.floating-card strong,
.floating-card small { display: block; }
.floating-card strong {
  margin-top: 10px;
  font-size: 1.08rem;
  font-weight: 1000;
  letter-spacing: -0.04em;
}
.floating-card small {
  margin-top: 4px;
  color: var(--muted);
  font-weight: 850;
  line-height: 1.35;
}
.tiny-icon { font-size: 1.15rem; }
.float-one { left: 8px; top: 176px; }
.float-two { right: 4px; bottom: 66px; transform: rotate(4deg); }

.hero-divider {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -62px;
  height: 146px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(251,254,248,0), rgba(238,248,233,.92) 50%, rgba(238,248,233,0));
}
.hero-divider::before {
  content: "";
  position: absolute;
  inset: 38px 0 58px;
  background: rgba(225, 242, 219, .58);
  border-top: 1px solid rgba(80, 130, 65, .07);
  border-bottom: 1px solid rgba(255,255,255,.85);
  box-shadow: 0 8px 45px rgba(59,100,49,.08);
}
.hero-divider img {
  width: min(640px, 72vw);
  opacity: .62;
  transform: translateY(-8px);
}

.services {
  overflow: hidden;
  background:
    radial-gradient(circle at 91% 18%, rgba(130,207,57,.18), transparent 22rem),
    linear-gradient(180deg, #eef8e9 0%, #f7fcf3 46%, #fbfef8 100%);
  padding-top: 132px;
}
.service-bubbles {
  right: -165px;
  top: 20px;
  width: min(40vw, 450px);
  opacity: .48;
}
.section-heading {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 830px;
  margin: 0 auto 54px;
}
.section-heading p {
  color: var(--muted);
  font-weight: 740;
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  line-height: 1.6;
  margin-bottom: 0;
}
.split-heading {
  text-align: left;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(260px, .28fr);
  align-items: end;
  gap: 44px;
}
.service-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.service-card {
  min-height: 310px;
  padding: 34px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(155deg, rgba(255,255,255,.82), rgba(255,255,255,.56));
  border: 1px solid rgba(255,255,255,.86);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.service-icon,
.package-icon {
  width: 76px;
  height: 76px;
  border-radius: 25px;
  display: grid;
  place-items: center;
  background: #ecf8df;
  color: var(--green-dark);
  font-size: 2rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75), 0 16px 32px rgba(86, 142, 42, .12);
  margin-bottom: 30px;
}
.service-card p,
.project-content p,
.package-description,
.contact-copy p,
.footer p {
  color: var(--muted);
  font-weight: 720;
  line-height: 1.55;
}

.work {
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 20%, rgba(246,174,190,.12), transparent 20rem),
    var(--cream);
}
.work-olive {
  left: -24px;
  top: 18px;
  width: min(22vw, 250px);
  opacity: .78;
  transform: rotate(-10deg);
}
.carousel {
  position: relative;
  z-index: 2;
}
.carousel-window {
  overflow: hidden;
  border-radius: 46px;
}
.carousel-track {
  display: flex;
  transition: transform 500ms cubic-bezier(.21,.75,.28,.99);
  will-change: transform;
}
.project-slide {
  flex: 0 0 100%;
  padding: 4px;
}
.project-card {
  min-height: 500px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  overflow: hidden;
  border-radius: 46px;
  border: 1px solid rgba(255,255,255,.86);
  background:
    linear-gradient(145deg, rgba(255,255,255,.88), rgba(255,255,255,.58));
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.project-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 390px;
  overflow: hidden;
}
.project-visual::before {
  content: "";
  position: absolute;
  inset: 9%;
  border-radius: 40px;
  background: rgba(255,255,255,.42);
  border: 1px solid rgba(255,255,255,.62);
}
.shop-visual {
  background:
    radial-gradient(circle at 72% 24%, rgba(246,174,190,.28), transparent 13rem),
    linear-gradient(135deg, #f7faef, #eff8e8);
}
.forest-visual {
  background:
    radial-gradient(circle at 30% 35%, rgba(80,133,99,.25), transparent 16rem),
    linear-gradient(135deg, #ecf7ec, #f9fff4);
}
.bakery-visual {
  background:
    radial-gradient(circle at 70% 22%, rgba(244,174,138,.32), transparent 14rem),
    linear-gradient(135deg, #fff3e8, #f7fbef);
}
.mock-browser,
.forest-card-mini,
.bakery-mini {
  position: relative;
  z-index: 2;
  width: min(72%, 320px);
  aspect-ratio: 1.25;
  border-radius: 32px;
  background: rgba(255,255,255,.84);
  border: 1px solid rgba(255,255,255,.86);
  box-shadow: 0 24px 60px rgba(44,76,41,.16);
}
.mock-bar {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(20, 32, 38, .06);
}
.mock-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dcefd4;
}
.shop-grid-mini {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 22px;
}
.shop-grid-mini span {
  height: 78px;
  border-radius: 18px;
  background: linear-gradient(145deg, #fff, #eef4ea);
  border: 1px solid rgba(22, 32, 38, .05);
}
.mock-product-card {
  position: absolute;
  right: 25px;
  bottom: 24px;
  width: 110px;
  height: 135px;
  border-radius: 26px;
  background: linear-gradient(145deg, #fff, #f6d7df);
  box-shadow: 0 16px 34px rgba(91,52,52,.12);
}
.forest-card-mini::before,
.forest-card-mini::after,
.bakery-mini::before,
.bakery-mini::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}
.tree {
  position: absolute;
  bottom: 86px;
  width: 72px;
  height: 118px;
  border-radius: 60px 60px 18px 18px;
  background: linear-gradient(180deg, #7cb88a, #245f4d);
}
.tree-one { left: 90px; }
.tree-two { left: 165px; height: 155px; background: linear-gradient(180deg,#aacb8b,#3a7854); }
.tree-three { left: 250px; height: 132px; background: linear-gradient(180deg,#5e9f78,#1e5548); }
.forest-line {
  position: absolute;
  left: 60px;
  right: 60px;
  bottom: 70px;
  height: 8px;
  border-radius: 999px;
  background: #d8ead4;
}
.bun {
  position: absolute;
  width: 96px;
  height: 72px;
  border-radius: 999px;
  background: linear-gradient(180deg,#e8b777,#c97942);
  bottom: 120px;
  box-shadow: inset 0 12px 18px rgba(255,255,255,.28);
}
.bun-one { left: 86px; }
.bun-two { left: 168px; bottom: 145px; }
.bun-three { left: 247px; }
.bakery-card-line {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: 78px;
  height: 10px;
  border-radius: 999px;
  background: #f0d7bf;
}

.project-object {
  position: relative;
  z-index: 2;
  max-width: 76%;
  max-height: 78%;
  object-fit: contain;
  filter: drop-shadow(0 24px 48px rgba(31, 60, 33, 0.16));
}
.lemon-object {
  max-width: 84%;
  transform: translateY(18px) rotate(-5deg);
}
.door-object {
  max-width: 58%;
  max-height: 96%;
  transform: translateY(18px);
}
.shop-visual::after,
.bakery-visual::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(129,213,55,.16), rgba(129,213,55,0));
  right: 10%;
  bottom: 10%;
}
.shop-visual::after {
  width: 210px;
  height: 210px;
  background: radial-gradient(circle, rgba(246,174,190,.20), rgba(246,174,190,0));
  left: 14%;
  right: auto;
  bottom: 14%;
}
.forest-card-mini {
  width: min(68%, 290px);
}

.project-content {
  padding: 46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.project-tag {
  align-self: flex-start;
  display: inline-flex;
  padding: 8px 12px;
  border-radius: var(--radius-pill);
  background: rgba(232, 247, 218, .92);
  color: var(--green-dark);
  font-weight: 1000;
  font-size: .86rem;
  margin-bottom: 20px;
}
.project-content h3 {
  font-size: clamp(2rem, 3.3vw, 3.35rem);
  line-height: 1.02;
}
.project-link {
  margin-top: 12px;
  color: var(--green-dark);
  font-weight: 1000;
}
.carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 24px;
}
.circle-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(22,32,38,.08);
  background: rgba(255,255,255,.82);
  box-shadow: 0 13px 26px rgba(30,62,27,.10);
  color: var(--ink);
  font-size: 1.5rem;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}
.circle-btn:hover,
.circle-btn:focus-visible {
  transform: translateY(-2px);
  outline: none;
}
.circle-btn.active {
  color: #fff;
  background: linear-gradient(180deg, #9de84f, #70bd2d);
}
.carousel-dots {
  display: flex;
  gap: 10px;
}
.carousel-dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(20,32,38,.18);
  cursor: pointer;
}
.carousel-dots button[aria-current="true"] {
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(129,213,55,.16);
}

.packages {
  overflow: hidden;
  background:
    radial-gradient(circle at 2% 35%, rgba(129,213,55,.16), transparent 22rem),
    linear-gradient(180deg, #fbfef8, #f3faef 55%, #fbfef8);
}
.packages-flower {
  right: -170px;
  top: 150px;
  width: min(38vw, 520px);
  opacity: .56;
  transform: rotate(7deg);
}
.packages-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}
.package-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 34px;
  border-radius: var(--radius-xl);
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(255,255,255,.88);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);
}
.package-card.featured {
  border-color: rgba(130,207,57,.48);
  box-shadow: 0 28px 70px rgba(94, 161, 46, .18);
  transform: translateY(-8px);
}
.package-card.enterprise {
  color: #fff;
  background:
    radial-gradient(circle at 78% 0%, rgba(129,213,55,.22), transparent 17rem),
    linear-gradient(160deg, #132229, #0c171c);
  border-color: rgba(255,255,255,.10);
  box-shadow: 0 30px 70px rgba(12, 23, 28, .24);
}
.package-card.enterprise p,
.package-card.enterprise .check-list li { color: rgba(255,255,255,.74); }
.package-card.enterprise .package-kicker { color: #c7f88f; }
.package-card.enterprise .package-icon {
  color: #c7f88f;
  background: rgba(129,213,55,.14);
  box-shadow: inset 0 0 0 1px rgba(129,213,55,.22);
}
.floating-label {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  padding: 9px 18px;
  border-radius: var(--radius-pill);
  color: #fff;
  background: linear-gradient(180deg, #9de84f, #70bd2d);
  box-shadow: 0 14px 26px rgba(111,190,45,.22);
  font-weight: 1000;
  font-size: .88rem;
  white-space: nowrap;
}
.dark-label {
  color: #1b241c;
  background: linear-gradient(180deg, #ffe07a, #ffc83a);
}
.package-kicker {
  margin-bottom: 8px;
  color: var(--green-dark);
  font-weight: 1000;
}
.package-description { margin-bottom: 26px; }
.check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
}
.check-list li {
  position: relative;
  padding-left: 30px;
  color: var(--ink-soft);
  font-weight: 760;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--green-dark);
  background: #e9f8df;
  font-size: .76rem;
  font-weight: 1000;
}
.package-card.enterprise .check-list li::before {
  background: rgba(129,213,55,.16);
  color: #bdf477;
}
.package-card .btn { margin-top: auto; }

.contact {
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 20%, rgba(246,174,190,.18), transparent 23rem),
    var(--cream);
}
.contact-corner {
  right: -118px;
  bottom: -88px;
  width: min(44vw, 580px);
  opacity: .60;
}
.contact-card {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 44px;
  align-items: start;
  padding: 50px;
  border-radius: 48px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.84), rgba(255,255,255,.58));
  border: 1px solid rgba(255,255,255,.9);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.contact-copy h2 { margin-bottom: 14px; }
.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.contact-form label {
  display: grid;
  gap: 8px;
}
.contact-form span {
  color: var(--ink-soft);
  font-weight: 900;
  font-size: .96rem;
}
input, select, textarea {
  width: 100%;
  border: 1px solid rgba(20, 32, 38, .10);
  background: rgba(255,255,255,.76);
  color: var(--ink);
  border-radius: 18px;
  padding: 15px 16px;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}
input:focus, select:focus, textarea:focus {
  border-color: rgba(129,213,55,.72);
  box-shadow: 0 0 0 5px rgba(129,213,55,.14);
}
textarea { resize: vertical; min-height: 132px; }
.full-field { grid-column: 1 / -1; }
.form-note {
  grid-column: 1 / -1;
  margin: -3px 0 0;
  color: var(--muted);
  font-weight: 740;
}

.footer {
  position: relative;
  overflow: hidden;
  padding: 86px 0 30px;
  background:
    radial-gradient(circle at 88% 0%, rgba(129,213,55,.18), transparent 22rem),
    linear-gradient(155deg, #0f1d23, #0b1519);
  color: #fff;
  border-radius: 48px 48px 0 0;
}
.footer-glow {
  position: absolute;
  right: -200px;
  top: -220px;
  width: 600px;
  opacity: .20;
  pointer-events: none;
}
.footer-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.3fr .7fr .7fr .9fr;
  gap: 38px;
  padding-bottom: 50px;
}
.footer-brand { margin-bottom: 14px; }
.footer p { color: rgba(255,255,255,.70); max-width: 340px; }
.footer-links,
.footer-cta { display: grid; align-content: start; gap: 11px; }
.footer h2 {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 8px;
  color: rgba(255,255,255,.54);
}
.footer a:not(.brand):not(.btn) {
  color: rgba(255,255,255,.76);
  font-weight: 800;
}
.footer a:not(.brand):not(.btn):hover { color: #fff; }
.footer-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.66);
  font-weight: 750;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
#home, #work, #packages, #contact { scroll-margin-top: 112px; }

@media (max-width: 1100px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .hero-copy { max-width: 820px; }
  .hero-visual {
    min-height: 620px;
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
  }
  .main-dashboard { left: 50%; right: auto; transform: translateX(-50%) rotate(2deg); }
  .float-one { left: 42px; }
  .float-two { right: 36px; }
  .service-grid, .packages-grid { grid-template-columns: 1fr; max-width: 720px; margin-inline: auto; }
  .package-card.featured { transform: none; }
  .project-card { grid-template-columns: 1fr; }
  .project-content { padding: 42px; }
  .split-heading { grid-template-columns: 1fr; gap: 16px; text-align: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 800px) {
  .site-header { top: 10px; padding: 0 10px; }
  .nav-shell { min-height: 66px; }
  .menu-toggle { display: block; }
  .nav-links {
    position: fixed;
    inset: 84px 12px auto;
    display: grid;
    gap: 8px;
    padding: 18px;
    border-radius: 26px;
    background: rgba(255,255,255,.94);
    border: 1px solid rgba(255,255,255,.86);
    box-shadow: 0 25px 70px rgba(28,55,35,.18);
    transform: translateY(-18px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }
  .menu-open .nav-links {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .menu-open .menu-line:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-line:nth-child(2) { opacity: 0; }
  .menu-open .menu-line:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-links > a { width: 100%; text-align: center; }
  .nav-links .nav-cta { margin-left: 0; }

  .section { padding: 86px 0; }
  .hero { padding-top: 130px; padding-bottom: 122px; }
  .hero::before { inset: 86px 10px 48px; border-radius: 36px; }
  h1 { font-size: clamp(3.05rem, 16vw, 5rem); letter-spacing: -0.045em; }
  h2 { font-size: clamp(2.2rem, 10vw, 3.5rem); letter-spacing: -0.045em; }
  .hero-corner { width: 640px; left: -250px; bottom: 52px; opacity: .42; }
  .hero-bougainvillea { width: 320px; top: -35px; right: -115px; opacity: .52; }
  .hero-sparkles { width: 160px; opacity: .78; top: 48%; }
  .hero-orb { opacity: .22; }
  .hero-visual { min-height: 550px; }
  .main-dashboard {
    width: min(100%, 520px);
    padding: 26px 22px;
    border-radius: 34px;
  }
  .metric-number { font-size: clamp(3.6rem, 16vw, 5rem); }
  .floating-card { width: 190px; padding: 20px; }
  .float-one { left: 0; top: 190px; }
  .float-two { right: 0; bottom: 45px; }
  .contact-card { grid-template-columns: 1fr; padding: 30px; border-radius: 34px; }
  .contact-form { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 540px) {
  .container { width: min(100% - 26px, var(--container)); }
  .brand { font-size: 1.18rem; }
  .brand-mark { width: 38px; height: 38px; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .hero-visual { min-height: 500px; }
  .main-dashboard {
    top: 50px;
    padding: 20px 18px;
    border-radius: 30px;
  }
  .dashboard-top { font-size: .88rem; }
  .window-dots span { width: 10px; height: 10px; }
  .metric-label { font-size: .95rem; }
  .mini-badge { padding: 9px 13px; font-size: .9rem; }
  .dash-item { min-height: 54px; font-size: .92rem; border-radius: 18px; }
  .icon-chip { width: 31px; height: 31px; border-radius: 10px; }
  .floating-card { width: 166px; border-radius: 18px; padding: 17px; }
  .floating-card strong { font-size: 1.05rem; }
  .floating-card small { font-size: .82rem; }
  .float-one { top: 180px; left: -4px; }
  .float-two { bottom: 36px; right: -4px; }
  .service-card, .package-card { padding: 26px; border-radius: 32px; }
  .service-icon, .package-icon { width: 64px; height: 64px; border-radius: 21px; margin-bottom: 14px; }
  .project-card { border-radius: 34px; }
  .project-visual { min-height: 310px; }
  .project-content { padding: 30px 26px; }
  .carousel-window { border-radius: 34px; }
  .circle-btn { width: 48px; height: 48px; }
  .packages-flower, .contact-corner { opacity: .34; }
}
