:root{
  --bg:#fcfaf7;
  --bg-2:#f5f0e6;
  --bg-3:#ede7db;
  --ink:#221d18;
  --muted:#786e62;
  --muted-2:#9c9285;
  --gold:#c9a25b;
  --gold-soft:#b8862f;
  --gold-deep:#8e651e;
  --gold-text:#704e13;
  --line:rgba(201,162,91,.28);
  --line-soft:rgba(43,38,32,.08);
  --maxw:1120px;
  --grad-gold:linear-gradient(135deg,#b8862f 0%,#e8cf94 45%,#c9a25b 100%);
  --grad-gold-text:linear-gradient(135deg,#704e13 0%,#a37b37 100%);
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;overflow-x:clip}
body{
  background:var(--bg);
  max-width:100%;
  color:var(--ink);
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  font-weight:400;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
h1,h2,h3{font-family:'Inter Tight',sans-serif;font-weight:400;letter-spacing:-.02em;line-height:1.08}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}

.wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}

/* Gold accents */
.gold{color:var(--gold-text)}
.gold-text{
  background:var(--grad-gold-text);
  -webkit-background-clip:text;background-clip:text;
  -webkit-text-fill-color:transparent;color:transparent;
}
.eyebrow{
  font-size:.72rem;letter-spacing:.28em;text-transform:uppercase;
  color:var(--gold-text);font-weight:400;
}
.hr-gold{width:64px;height:1px;background:var(--grad-gold);border:0;margin:0 auto;opacity:.7}

/* Buttons */
.btn{
  display:inline-block;font-family:'Inter',sans-serif;font-weight:400;
  font-size:.95rem;letter-spacing:.01em;padding:15px 34px;border-radius:2px;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
  cursor:pointer;border:1px solid transparent;
}
.btn-primary{background:var(--grad-gold);color:#1a1408;font-weight:500;box-shadow:0 8px 30px rgba(201,162,91,.18)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 40px rgba(201,162,91,.3)}
.btn-ghost{border-color:var(--line);color:var(--ink)}
.btn-ghost:hover{border-color:var(--gold);color:var(--gold-soft)}
.btn-block{display:block;width:100%;text-align:center}

/* App store badges */
.app-badges{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.badge{
  display:inline-flex;align-items:center;gap:12px;
  border:1px solid var(--line);border-radius:9px;padding:11px 22px;
  background:rgba(43,38,32,.015);
  transition:transform .25s ease, border-color .25s ease, background .25s ease;
}
.badge:hover{transform:translateY(-2px);border-color:var(--gold);background:rgba(201,162,91,.07)}
.badge svg.glyph{width:26px;height:26px;flex-shrink:0;fill:var(--gold-soft)}
.badge .bt{display:flex;flex-direction:column;line-height:1.15;text-align:left}
.badge .bt small{font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}
.badge .bt strong{font-family:'Inter Tight',sans-serif;font-size:1.06rem;font-weight:400;color:var(--ink)}
.badge-label{text-align:center;font-size:.72rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin-bottom:22px}

/* Nav */
header{
  position:fixed;top:0;left:0;right:0;z-index:50;
  transition:background .3s ease, border-color .3s ease, backdrop-filter .3s ease;
  border-bottom:1px solid transparent;
}
header.scrolled{
  background:rgba(252,250,247,.82);backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line);
}
.nav{display:flex;align-items:center;justify-content:space-between;height:78px}
.nav-actions{display:flex;gap:12px;align-items:center}
.brand{display:flex;align-items:center;gap:12px}
.brand img{width:40px;height:40px;object-fit:contain}
.brand span{font-family:'Inter Tight',sans-serif;font-size:1.85rem;font-weight:500;letter-spacing:.02em;color:var(--ink)}
.nav-cta{font-size:.85rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-text);
  border:1px solid var(--line);padding:10px 22px;border-radius:2px;transition:all .25s ease}
.nav-cta:hover{border-color:var(--gold-text);background:rgba(201,162,91,.06)}
.nav-cta-solid{font-size:.85rem;letter-spacing:.16em;text-transform:uppercase;
  background:var(--grad-gold);color:#1a1408;font-weight:500;
  border:1px solid transparent;padding:10px 22px;border-radius:2px;
  transition:all .25s ease;box-shadow:0 4px 15px rgba(201,162,91,.12)}
.nav-cta-solid:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(201,162,91,.25);filter:brightness(1.05)}

/* Hero */
.hero{
  min-height:100vh;display:flex;align-items:center;justify-content:center;
  position:relative;padding:140px 0 80px;
}
.hero::before{
  content:"";position:absolute;inset:0;z-index:-1;
  background:radial-gradient(ellipse 60% 50% at 50% 38%,rgba(201,162,91,.10),transparent 70%);
}
.hero-grid{
  display:grid;
  grid-template-columns:1fr 1.25fr;
  align-items:center;
  gap:48px;
}
.hero-left{
  text-align:left;
}
.hero-left h1{
  font-size:clamp(2.2rem,4.5vw,3.5rem);font-weight:300;letter-spacing:-.03em;
  margin-bottom:24px;
  line-height:1.1;
}
.hero-left h1 .line2{color:var(--muted)}
.hero-left p{
  font-size:clamp(1.05rem,1.8vw,1.25rem);
  color:var(--muted);
  font-weight:400;
  margin-bottom:36px;
  line-height:1.7;
  max-width:540px;
}
.hero-buttons{
  display:flex;
  gap:16px;
}
.hero-right{
  display:flex;
  justify-content:center;
  align-items:center;
  position:relative;
  overflow:hidden;
}
/* 3D Scene and Platforms */
.hero-3d-stage {
  position: relative;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 1.25;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  overflow: hidden;
}

.platform-container {
  display: none;
}

/* Glassmorphic Dashboard Window */
.dashboard-window {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 1px solid #e1dbcf;
  border-radius: 12px;
  box-shadow: 0 30px 70px rgba(43,38,32,0.14), 0 0 0 1px rgba(43,38,32,0.02);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
  z-index: 10;
}
.dashboard-window:hover {
  transform: translateY(-8px);
  box-shadow: 0 40px 90px rgba(43,38,32,0.22);
}

/* Tablet Device Status Bar */
.tablet-status-bar {
  height: 26px;
  background: #fdfcfb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  font-size: 0.68rem;
  font-weight: 400;
  color: #4a453f;
  border-bottom: 1px solid rgba(201,162,91,0.08);
  flex-shrink: 0;
  user-select: none;
}
.status-left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.status-left span {
  font-family: 'Inter', sans-serif;
}
.status-right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.status-icon {
  width: 13px;
  height: 13px;
  fill: currentColor;
}
.battery-icon-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.62rem;
  font-weight: 500;
}
.battery-icon-wrapper svg {
  width: 14px;
  height: 14px;
}

/* App Main Navigation Header */
.app-header {
  height: 48px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  flex-shrink: 0;
  border-bottom: 1px solid rgba(201,162,91,0.1);
}
.app-header h2 {
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--ink);
  font-family: 'Inter Tight', sans-serif;
  letter-spacing: -0.01em;
}
.app-header-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  color: #4a453f;
}
.app-header-actions svg {
  width: 20px;
  height: 20px;
  cursor: pointer;
  stroke: currentColor;
  stroke-width: 1.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: color 0.2s;
}
.app-header-actions svg:hover {
  color: var(--gold-soft);
}

/* Collapsible Vision section under app header */
.app-vision-bar {
  background: #ffffff;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(201,162,91,0.08);
  flex-shrink: 0;
  cursor: pointer;
  user-select: none;
}
.vision-bar-info {
  text-align: left;
}
.vision-bar-title {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 1px;
}
.vision-bar-subtext {
  font-size: 0.68rem;
  color: var(--muted);
}
.vision-bar-arrow {
  width: 12px;
  height: 12px;
  fill: #8e8374;
}

/* Subpage navigation bar: Circle of life back arrow */
.app-subpage-header {
  height: 48px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-bottom: 1px solid rgba(201,162,91,0.08);
  flex-shrink: 0;
}
.subpage-title-area {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  cursor: pointer;
}
.subpage-title-area svg.back-arrow {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.subpage-title-area span {
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.chat-button-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #735ad9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(115, 90, 217, 0.25);
  transition: transform 0.2s, background-color 0.2s;
}
.chat-button-circle:hover {
  transform: scale(1.05);
  background: #6248c5;
}
.chat-button-circle svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

/* Tablet app inner scroll container */
.app-main-content {
  flex-grow: 1;
  background: #faf9f6;
  padding: 16px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  text-align: left;
}

/* Goal card stylings */
.app-goal-card {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #eae6df;
  padding: 16px;
  box-shadow: 0 4px 15px rgba(43,38,32,0.02);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.goal-card-header {
  display: flex;
  align-items: center;
  gap: 8px;
}
.goal-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d4a753;
  flex-shrink: 0;
}
.goal-card-header span {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--ink);
}

/* Rating inputs grid */
.rating-inputs-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.rating-field-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.rating-field-wrapper label {
  font-size: 0.68rem;
  color: var(--muted);
  font-weight: 400;
  text-align: left;
}
.rating-input-box {
  width: 100%;
  height: 42px;
  border: 1px solid #e1dbcf;
  border-radius: 6px;
  font-size: 1.15rem;
  font-weight: 500;
  text-align: center;
  font-family: inherit;
  color: var(--ink);
  background: #ffffff;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.rating-input-box:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,162,91,0.15);
}

/* Teal improvement score display */
.improvement-text {
  font-size: 0.72rem;
  font-weight: 500;
  color: #00a499; /* Teal from screenshot */
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: -2px;
}
.improvement-text.neutral {
  color: var(--muted);
}
.improvement-text.negative {
  color: #d9534f;
}

/* Monthly focus input area */
.habit-focus-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.habit-focus-wrapper label {
  font-size: 0.68rem;
  color: var(--muted);
  font-weight: 400;
  text-align: left;
}
.habit-textarea {
  width: 100%;
  height: 52px;
  border: 1px solid #e1dbcf;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 0.78rem;
  line-height: 1.5;
  font-family: inherit;
  color: var(--ink);
  background: #ffffff;
  resize: none;
  outline: none;
  transition: border-color 0.2s;
}
.habit-textarea::placeholder {
  color: #b3a99c;
}
.habit-textarea:focus {
  border-color: var(--gold);
}

/* Floating Action Button inside app */
.app-fab {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #8e877e;
  box-shadow: 0 4px 12px rgba(0,0,0,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  cursor: pointer;
  transition: transform 0.2s, background-color 0.2s;
  z-index: 5;
}
.app-fab:hover {
  transform: scale(1.05);
  background: #7a736a;
}
.app-fab svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* App Bottom Navigation Bar */
.app-bottom-nav {
  height: 52px;
  background: #f4f3ef;
  border-top: 1px solid rgba(201,162,91,0.12);
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-shrink: 0;
  padding: 0 8px;
  user-select: none;
}
.app-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  color: var(--muted);
  cursor: pointer;
  flex: 1;
  padding: 4px 0;
  transition: color 0.25s ease;
  font-family: 'Inter Tight', sans-serif;
  text-align: center;
}
.app-nav-item span {
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.app-nav-item svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.25s ease, fill 0.25s ease;
}
.app-nav-item.active {
  color: var(--gold-soft);
}
.app-nav-item.active svg {
  stroke: var(--gold-soft);
}
.app-nav-item.active svg.filled-path {
  fill: var(--gold-soft);
}

/* 3D spheres and props styling */
.props-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.prop-rail, .prop-rail-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9; /* Behind dashboard window */
}

.prop-sphere {
  position: absolute;
  border-radius: 50%;
  box-shadow: inset -6px -6px 15px rgba(0,0,0,0.1), 0 10px 25px rgba(43,38,32,0.12);
  animation: floatProp 4s ease-in-out infinite alternate;
}

.sphere-gold {
  width: 48px;
  height: 48px;
  background: radial-gradient(circle at 35% 35%, #fff 0%, #eacb8d 30%, #a07421 80%, #68490e 100%);
  right: -4%;
  top: 15%;
  z-index: 11; /* In front of dashboard window */
  animation-delay: 0.2s;
}

.sphere-pink {
  width: 40px;
  height: 40px;
  background: radial-gradient(circle at 35% 35%, #fff 0%, #ffabbf 30%, #e25877 80%, #7e1e32 100%);
  left: -5%;
  bottom: 22%;
  z-index: 9; /* Behind dashboard window */
  animation-delay: 0.8s;
  animation-duration: 4.5s;
}

.sphere-blue {
  width: 36px;
  height: 36px;
  background: radial-gradient(circle at 35% 35%, #fff 0%, #add5f7 30%, #3e8bcc 80%, #174872 100%);
  right: 12%;
  bottom: -6%;
  z-index: 11; /* In front of dashboard window */
  animation-delay: 1.4s;
  animation-duration: 3.8s;
}

.sphere-small-1 {
  width: 20px;
  height: 20px;
  background: radial-gradient(circle at 35% 35%, #fff 0%, #e0d8c5 40%, #877d68 100%);
  left: 18%;
  top: -10%;
  z-index: 9; /* Behind dashboard window */
  animation-delay: 0.5s;
  animation-duration: 3.5s;
}

.sphere-small-2 {
  width: 16px;
  height: 16px;
  background: radial-gradient(circle at 35% 35%, #fff 0%, #eacb8d 40%, #a07421 100%);
  right: 28%;
  top: -6%;
  z-index: 9; /* Behind dashboard window */
  animation-delay: 1.1s;
}

@keyframes floatProp {
  0% {
    transform: translate3d(0, 0, 0) translateY(0);
  }
  100% {
    transform: translate3d(0, -14px, 0) translateY(-14px);
  }
}

.scroll-cue{position:absolute;bottom:34px;left:50%;transform:translateX(-50%);
  display:flex;flex-direction:column;align-items:center;gap:9px;
  font-size:.7rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold-text);
  font-weight:400;transition:opacity .25s ease}
.scroll-cue:hover{opacity:.75}
.scroll-cue .chev{width:30px;height:30px;display:block;
  border-radius:50%;border:1px solid var(--line);padding:5px;
  animation:cue 1.8s ease-in-out infinite}
.scroll-cue .chev svg{width:100%;height:100%;display:block;
  stroke:var(--gold-text);stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
@keyframes cue{0%,100%{transform:translateY(0);opacity:.65}50%{transform:translateY(7px);opacity:1}}

/* Sections */
section{padding:128px 0}
.section-tight{padding:88px 0}
.center{text-align:center}
.lead-line{
  font-family:'Inter Tight',sans-serif;font-weight:300;letter-spacing:-.02em;
  font-size:clamp(1.8rem,4.5vw,3rem);line-height:1.2;text-align:center;color:var(--ink);
}

.spread{display:block;margin:0 auto;max-width:920px}
.spread img{
  border-radius:4px;
  box-shadow:0 30px 80px rgba(43,38,32,.10);
  border:1px solid var(--line-soft);
}
.img-cap{margin-top:26px;text-align:center;color:var(--muted);font-size:.95rem;letter-spacing:.02em}

.object-row{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.object-row .copy h2{font-size:clamp(1.7rem,3.6vw,2.6rem);margin-bottom:20px;font-weight:300}
.object-row .copy p{color:var(--muted);max-width:420px}
.object-row img{border-radius:4px;box-shadow:0 30px 70px rgba(43,38,32,.08);border:1px solid var(--line-soft)}

.planner-showcase{
  background:#fff;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.planner-showcase .object-row{
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  gap:72px;
  position:relative;
  padding:52px 56px;
  border:1px solid rgba(201,162,91,.14);
  border-radius:28px;
  background:linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(251,248,242,.96) 100%);
  box-shadow:0 18px 50px rgba(43,38,32,.06);
  overflow:hidden;
}
.planner-showcase .object-row::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(ellipse 52% 60% at 18% 50%, rgba(201,162,91,.08), transparent 72%);
  pointer-events:none;
}
.planner-showcase .object-row > *{position:relative;z-index:1}
.planner-visual{
  position:relative;
  min-height:auto;
  padding:0;
  display:flex;
  align-items:center;
  justify-content:center;
}
.planner-shot{
  position:relative;
  width:100%;
  max-width:560px;
  overflow:hidden;
  border-radius:18px;
  background:transparent;
  box-shadow:none;
}
.planner-shot img{
  width:100%;
  height:auto;
  object-fit:contain;
  display:block;
}
.planner-shot-wide{
  inset:auto;
  transform:none;
}
.planner-shot-wide img{background:transparent}
.planner-copy h2{max-width:12ch}
.planner-copy p + p{margin-top:16px}
.planner-note{
  color:var(--muted-2);
  font-size:.98rem;
  line-height:1.75;
  margin-bottom:30px;
}

/* Problem */
.problem{background:var(--bg-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.problem .inner{max-width:760px;margin:0 auto;text-align:center}
.problem h2{font-size:clamp(2rem,5vw,3.4rem);font-weight:300;margin:22px 0 26px}
.problem p{color:var(--muted);font-size:1.12rem;max-width:540px;margin:0 auto;line-height:1.8}

/* System */
.system .head{text-align:center;max-width:620px;margin:0 auto 72px}
.system .head h2{font-size:clamp(2rem,5vw,3.4rem);font-weight:300;margin:22px 0 18px}
.system .head p{color:var(--muted)}
.pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:0}
.pillar{padding:0 40px;text-align:center;position:relative}
.pillar + .pillar::before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:1px;background:var(--line)}
.pillar .num{font-family:'Inter Tight',sans-serif;font-size:1.1rem;color:var(--gold-text);letter-spacing:.04em;margin-bottom:20px}
.pillar h3{font-size:1.5rem;font-weight:400;margin-bottom:16px}
.pillar p{color:var(--muted);font-size:.98rem;line-height:1.7}

/* Result */
.result{text-align:center;position:relative}
.result::before{content:"";position:absolute;inset:0;z-index:-1;
  background:radial-gradient(ellipse 50% 60% at 50% 50%,rgba(201,162,91,.08),transparent 70%)}
.result h2{font-size:clamp(2.4rem,6vw,4.2rem);font-weight:300;line-height:1.12;margin-bottom:24px}
.result p{color:var(--muted);font-size:1.15rem}

/* Pricing */
.pricing {
  position: relative;
  background: 
    radial-gradient(ellipse 70% 50% at 10% 25%, rgba(201, 162, 91, 0.22), transparent 75%),
    radial-gradient(ellipse 70% 50% at 90% 75%, rgba(184, 134, 47, 0.18), transparent 75%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.65), transparent 70%),
    #faf9f6;
  border-top: 1px solid var(--line);
  overflow: hidden;
}
.pricing .head{text-align:center;max-width:640px;margin:0 auto 72px;position:relative;z-index:2}
.pricing .head h2{font-size:clamp(2rem,5vw,3.4rem);font-weight:300;margin:22px 0 18px}
.pricing .head p{color:var(--muted)}

.card{
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  padding:38px 34px;
  transition: transform .3s cubic-bezier(.16,1,.3,1), border-color .3s cubic-bezier(.16,1,.3,1), box-shadow .3s cubic-bezier(.16,1,.3,1);
  box-shadow: 0 10px 30px rgba(43,38,32,0.03);
  position: relative;
  z-index: 2;
}
.card:hover{
  transform: translateY(-6px);
  border-color: rgba(201, 162, 91, 0.35);
  box-shadow: 0 20px 48px rgba(43, 38, 32, 0.08);
}
.card .label{font-size:.7rem;letter-spacing:.24em;text-transform:uppercase;color:var(--gold-text);margin-bottom:18px;display:block}
.card .title{font-family:'Inter Tight',sans-serif;font-size:1.35rem;font-weight:400;margin:0 0 24px}
.card .title sub{font-size:0.78rem;letter-spacing:0.02em;color:var(--muted);vertical-align:middle;margin-left:6px;font-weight:300}
.card .price{font-family:'Inter Tight',sans-serif;font-size:2.4rem;font-weight:400;letter-spacing:-.02em;margin:14px 0 4px}
.card .price .per{font-size:1rem;color:var(--muted);font-weight:300}
.card .sub{color:var(--muted);font-size:.92rem;margin-bottom:24px;line-height:1.6}
.card ul{list-style:none;margin:0 0 28px}
.card ul li{color:var(--muted);font-size:.95rem;padding:7px 0 7px 24px;position:relative}
.card ul li::before{content:"";position:absolute;left:0;top:14px;width:8px;height:8px;border-radius:50%;
  background:var(--grad-gold)}
.card .note{margin-top:16px;font-size:.82rem;color:var(--muted-2);text-align:center}

.featured{
  max-width:480px;margin:0 auto 56px;position:relative;
  background: linear-gradient(180deg, rgba(253, 250, 242, 0.92), rgba(250, 244, 229, 0.92));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border:1px solid rgba(201,162,91,.45);
  border-radius: 16px;
  box-shadow:0 30px 80px rgba(43,38,32,.08),0 0 60px rgba(201,162,91,.04);
  transform:scale(1.0);
}
.featured:hover {
  transform: translateY(-8px) scale(1.015);
  border-color: rgba(201, 162, 91, 0.75);
  box-shadow: 0 35px 90px rgba(43, 38, 32, 0.12), 0 0 70px rgba(201, 162, 91, 0.08);
}
.featured .label{text-align:center}
.featured .title,.featured .price,.featured .sub{text-align:center}
.featured ul{max-width:300px;margin:0 auto 28px}
.quiet-line{text-align:center;color:var(--gold-text);font-style:italic;font-size:.95rem;margin-top:20px;opacity:.85}

.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;position:relative;z-index:2}
.highlight{
  border-color: rgba(201, 162, 91, 0.45);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(253, 250, 242, 0.92));
}
.micro{text-align:center;color:var(--muted-2);font-size:.82rem;margin-top:30px;position:relative;z-index:2}

.secondary{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:64px;position:relative;z-index:2}

/* Final CTA */
.final{text-align:center;position:relative;padding:150px 0}
.final::before{content:"";position:absolute;inset:0;z-index:-1;
  background:radial-gradient(ellipse 55% 60% at 50% 45%,rgba(201,162,91,.12),transparent 70%)}
.final img.mark{width:54px;margin:0 auto 30px;opacity:.95}
.final h2{font-size:clamp(2.4rem,6vw,4.4rem);font-weight:300;line-height:1.1;margin-bottom:18px}
.final h2 .sub{color:var(--muted);display:block}
.final p{color:var(--muted);margin-bottom:40px;font-size:1.1rem}

/* Footer */
.back-to-top{
  position:fixed;
  right:24px;
  bottom:24px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:12px 16px;
  border:1px solid rgba(201,162,91,.34);
  border-radius:999px;
  background:rgba(252,250,247,.92);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  box-shadow:0 18px 40px rgba(43,38,32,.12);
  color:var(--gold-text);
  font-family:'Inter Tight',sans-serif;
  font-size:.82rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  z-index:60;
  opacity:0;
  visibility:hidden;
  transform:translateY(12px);
  pointer-events:none;
  transition:opacity .25s ease, transform .25s ease, visibility .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.back-to-top.visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
  pointer-events:auto;
}
.back-to-top:hover{
  border-color:rgba(201,162,91,.62);
  box-shadow:0 22px 50px rgba(43,38,32,.16);
}
.back-to-top svg{
  width:16px;
  height:16px;
  stroke:currentColor;
  stroke-width:1.8;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
}

footer{border-top:1px solid var(--line);padding:54px 0 46px;text-align:center}
footer .brand{justify-content:center;margin-bottom:18px}
footer p{color:var(--muted-2);font-size:.85rem;letter-spacing:.04em}

/* Reveal animation (only hidden when JS is active, so content never gets stuck invisible) */
.js .reveal{opacity:0;transform:translateY(28px);transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1)}
.reveal.in{opacity:1;transform:none}
/* Hero animates itself on load — no dependency on observers firing */
.js .hero .reveal{animation:heroIn .9s cubic-bezier(.16,1,.3,1) forwards}
.js .hero h1.reveal{animation-delay:.15s}
.js .hero p.reveal{animation-delay:.34s}
@keyframes heroIn{to{opacity:1;transform:none}}

/* Overview section (Benchmark: Microsoft Planner Overview) */
.overview-section {
  padding: 120px 0;
  background: #ffffff;
  border-bottom: 1px solid rgba(201,162,91,0.12);
}
.center-head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
}
.center-head h2 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 300;
  margin-top: 14px;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.capsule-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 54px;
  flex-wrap: wrap;
}
.caps-btn {
  background: rgba(43,38,32,0.05);
  border: 1px solid transparent;
  color: var(--ink);
  padding: 10px 24px;
  border-radius: 30px;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}
.caps-btn:hover {
  border-color: var(--gold);
}
.caps-btn.active {
  background: var(--ink);
  color: #ffffff;
  border-color: var(--ink);
}

.overview-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 64px;
  align-items: center;
}
.overview-left {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.accordion-item {
  border-left: 3px solid transparent;
  padding: 12px 0 12px 20px;
  cursor: pointer;
  transition: border-color 0.25s;
}
.accordion-item.active {
  border-left-color: var(--gold-soft);
}
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion-header h3 {
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--ink);
  text-align: left;
}
.accordion-header svg.arrow-icon {
  width: 18px;
  height: 18px;
  stroke: var(--muted);
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.3s;
}
.accordion-item.active .accordion-header svg.arrow-icon {
  transform: rotate(180deg);
  stroke: var(--gold-soft);
}
.accordion-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease, margin-top 0.35s;
}
.accordion-item.active .accordion-content {
  max-height: 120px;
  opacity: 1;
  margin-top: 10px;
}
.accordion-content p {
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.6;
  text-align: left;
}

.overview-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.visual-wrapper {
  position: relative;
  width: 100%;
  max-width: 520px;
  overflow: hidden;
}
.visual-bg-pill {
  position: absolute;
  right: -24px;
  top: -15px;
  width: 50px;
  height: 280px;
  background: linear-gradient(180deg, #ff4081, #d500f9);
  border-radius: 30px;
  transform: rotate(-12deg);
  z-index: 1;
  opacity: 0.85;
}
.visual-bg-grid {
  position: absolute;
  left: -28px;
  bottom: -20px;
  width: 160px;
  height: 200px;
  background: linear-gradient(135deg, #90caf9, #42a5f5);
  border-radius: 8px;
  z-index: 1;
  opacity: 0.9;
  box-shadow: 0 10px 25px rgba(66, 165, 245, 0.2);
}
.visual-frame {
  position: relative;
  z-index: 2;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(43,38,32,0.15);
  border: 1px solid rgba(43,38,32,0.06);
  background: #ffffff;
}
.visual-frame img {
  width: 100%;
  display: block;
}
/* Get Started section (Benchmark: See What's Possible) */
.get-started-section {
  padding: 120px 0;
  background: radial-gradient(ellipse 60% 50% at 85% 85%, rgba(255, 64, 129, 0.06), transparent 70%), 
              radial-gradient(ellipse 60% 50% at 15% 15%, rgba(81, 161, 224, 0.06), transparent 70%), 
              #fdfcfb;
  border-bottom: 1px solid rgba(201,162,91,0.12);
}
.gs-hero-card {
  background: #faf9f6;
  border: 1px solid #eae6df;
  border-radius: 16px;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  overflow: hidden;
  padding: 48px 64px;
  align-items: center;
  box-shadow: 0 20px 50px rgba(43,38,32,0.06);
}
.gs-card-left {
  text-align: left;
}
.gs-eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink);
  font-weight: 600;
  display: block;
}
.gs-card-left h2 {
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.15;
  margin: 14px 0 18px;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.gs-card-left p {
  color: #4a453f;
  font-size: 1.02rem;
  line-height: 1.6;
  margin-bottom: 32px;
  max-width: 400px;
}
.gs-cta-btn {
  display: inline-block;
  background: var(--ink);
  color: #ffffff;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 0.92rem;
  transition: background-color 0.25s, transform 0.25s;
}
.gs-cta-btn:hover {
  background-color: var(--gold-deep);
  transform: translateY(-2px);
}
.gs-card-right {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.gs-visual-frame {
  width: 100%;
  height: 320px;
  background: linear-gradient(135deg, #ffffff 0%, #faf9f7 100%);
  border: 1px solid rgba(43,38,32,0.04);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  padding-top: 20px;
}
.gs-phone-img {
  width: 62%;
  height: auto;
  display: block;
  transform: translateY(10px);
}

.gs-cards-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}
.gs-sub-card {
  background: #ffffff;
  border: 1px solid rgba(201, 162, 91, 0.1);
  border-radius: 12px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  box-shadow: 0 10px 25px rgba(43,38,32,0.02);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.gs-sub-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold);
  box-shadow: 0 18px 40px rgba(43,38,32,0.06);
}
.gs-card-icon {
  color: var(--ink);
  margin-bottom: 22px;
}
.gs-card-icon svg {
  width: 28px;
  height: 28px;
}
.gs-sub-card h3 {
  font-size: 1.18rem;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 10px;
}
.gs-sub-card p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
  margin-bottom: 24px;
  flex-grow: 1;
}
.gs-card-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 0.9rem;
  color: var(--ink);
  transition: color 0.2s;
}
.gs-card-link:hover {
  color: var(--gold-soft);
}
.gs-link-arrow {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--ink);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}
.gs-card-link:hover .gs-link-arrow {
  background-color: var(--gold-soft);
}
.gs-link-arrow svg {
  width: 10px;
  height: 10px;
}

/* Responsive */
@media(max-width:860px){
  section{padding:88px 0}
  .hero{min-height:auto;padding:118px 0 72px}
  .hero-grid{grid-template-columns:1fr;gap:36px;text-align:center;align-items:start}
  .hero-left{text-align:center;display:flex;flex-direction:column;align-items:center;max-width:31rem;margin:0 auto}
  .hero-left h1{font-size:clamp(2.5rem,9vw,3.45rem);margin-bottom:18px;max-width:11ch}
  .hero-left p{margin-left:auto;margin-right:auto;max-width:28rem;margin-bottom:32px}
  .hero-buttons{justify-content:center;flex-wrap:wrap}
  .hero-right{width:100%}
  .hero-3d-stage {
    width: 100%;
    max-width: 400px;
    margin: 6px auto 0;
    aspect-ratio: 0.86;
  }
  .dashboard-window {
    width: 100%;
    height: 100%;
  }
  .overview-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .visual-wrapper {
    max-width: 440px;
    margin: 40px auto 0;
  }
  .gs-hero-card {
    grid-template-columns: 1fr;
    padding: 36px 28px;
    text-align: center;
    gap: 36px;
  }
  .gs-card-left {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .gs-card-left p {
    margin: 0 auto 24px;
  }
  .gs-visual-frame {
    height: 260px;
  }
  .gs-phone-img {
    width: 50%;
  }
  .gs-cards-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .object-row{grid-template-columns:1fr;gap:40px}
  .object-row .copy{text-align:center}
  .object-row .copy p{margin:0 auto}
  .planner-showcase .object-row{gap:34px;padding:34px 26px}
  .planner-visual{min-height:auto;padding:0}
  .planner-shot{max-width:500px}
  .planner-shot-wide{inset:auto;transform:none}
  .planner-copy{text-align:center}
  .planner-copy .btn{margin:0 auto}
  .pillars{grid-template-columns:1fr;gap:48px}
  .pillar{padding:0}
  .pillar + .pillar::before{display:none}
  .grid-3{grid-template-columns:1fr}
  .secondary{grid-template-columns:1fr}
}
@media(max-width:520px){
  .nav{justify-content:center}
  .brand{gap:10px}
  .brand span{font-size:1.65rem}
  .nav-cta, .nav-cta-solid{display:none}
  .wrap{padding:0 22px}
  .hero{padding:124px 0 64px}
  .hero-grid{gap:30px}
  .hero-left{max-width:20rem}
  .hero-left h1{font-size:clamp(2.3rem,11vw,2.95rem)}
  .hero-left p{font-size:1rem;line-height:1.65}
  .hero-buttons{width:100%;flex-direction:column;align-items:stretch;gap:12px}
  .hero-buttons .btn{width:100%;text-align:center}
  .hero-3d-stage{max-width:340px;aspect-ratio:0.82}
  .planner-showcase .object-row{padding:28px 18px}
  .planner-visual{min-height:auto;padding:0}
  .planner-shot-wide{inset:auto;transform:none}
  .back-to-top{right:16px;bottom:16px;padding:11px 14px;font-size:.74rem;letter-spacing:.1em}
}
@media(prefers-reduced-motion:reduce){
  .reveal{opacity:1;transform:none;transition:none}
  .scroll-cue::after{animation:none}
  .js .hero .reveal{animation:none;opacity:1;transform:none}
  html{scroll-behavior:auto}
}
