/* ==========================================================================
   Sheetlz Numerologgy — style.css
   Premium WHITE · GREEN · GOLD light luxury theme (logo-matched).
   Responsiveness → responsive.css · Animations → animations.css
   ========================================================================== */

/* ---------- Design tokens ---------- */
:root {
  /* Greens (from the lotus logo) */
  --green:        #0B3D2E;   /* primary */
  --green-2:      #145A32;   /* secondary */
  --green-light:  #2E8B57;   /* light accent */

  /* Gold */
  --gold:         #D4AF37;
  --gold-light:   #F4E5A8;
  --gold-deep:    #B8902A;

  /* Neutrals */
  --offwhite:     #FAF9F6;
  --white:        #FFFFFF;
  --text:         #1E1E1E;
  --muted:        #5A6B62;   /* soft green-grey body text */

  --font-display: 'Cinzel', serif;
  --font-serif:   'Cormorant Garamond', serif;
  --font-body:    'Poppins', sans-serif;

  --maxw: 1180px;
  --radius: 18px;
  --radius-lg: 28px;
}

/* ---------- Reset / base ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; min-width: 0; }
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;            /* zero horizontal scrolling, all screen sizes */
}
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--offwhite);
  line-height: 1.65;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
::selection { background: var(--gold); color: var(--green); }

/* ---------- Subtle sacred-geometry watermark background ---------- */
.cosmic-bg {
  background:
    radial-gradient(circle at 12% 8%,  rgba(46,139,87,.06), transparent 40%),
    radial-gradient(circle at 88% 14%, rgba(212,175,55,.07), transparent 38%),
    radial-gradient(circle at 50% 100%, rgba(11,61,46,.05), transparent 55%),
    var(--offwhite);
}
.bg-layers { position: fixed; inset: 0; z-index: -10; pointer-events: none; overflow: hidden; }
.field-layer { position: absolute; inset: 0; }
.sg-stroke { stroke: rgba(20,90,50,.18); fill: none; }
.sg-wheel { position: absolute; max-width: 100%; }
/* faint sacred-geometry watermark only (~3% net opacity) */
.sg-wheel--tr { top: -10rem; right: -10rem; width: 520px; height: 520px; opacity: .18; }
.sg-wheel--l  { top: 50%; left: -13rem; width: 560px; height: 560px; opacity: .16; }

/* ---------- Helpers ---------- */
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.container--narrow { max-width: 760px; }
.section { padding: 104px 0; position: relative; }
/* land anchor targets below the fixed 72px nav (smooth-scroll offset) */
section[id] { scroll-margin-top: 84px; }
.text-gold-gradient {
  background: linear-gradient(120deg,#F4E5A8 0%,#D4AF37 45%,#B8902A 70%,#F4E5A8 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.text-green { color: var(--green); }
.muted { color: var(--muted); margin-top: 16px; }
.lead { font-family: var(--font-serif); font-size: 1.4rem; color: var(--green); margin-top: 22px; line-height: 1.5; }

/* ---------- Section heading ---------- */
.section-head { text-align: center; margin-bottom: 60px; }
.eyebrow {
  font-size: .72rem; letter-spacing: .32em; text-transform: uppercase;
  color: var(--gold-deep); font-weight: 600; margin-bottom: 14px;
}
.eyebrow--left { text-align: left; }
.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.12; color: var(--green); font-weight: 700;
}
.section-sub {
  font-family: var(--font-serif); font-size: 1.25rem;
  color: var(--muted); max-width: 640px; margin: 18px auto 0;
}

/* ---------- Gold mandala divider ---------- */
.divider { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 18px auto 0; }
.divider--left { justify-content: flex-start; }
.divider span { height: 1.5px; width: 70px; background: linear-gradient(90deg,transparent,var(--gold)); }
.divider span:last-child { background: linear-gradient(90deg,var(--gold),transparent); }
.divider .dot { width: 10px; height: 10px; border: 1.5px solid var(--gold); transform: rotate(45deg); position: relative; }
.divider .dot::after { content:""; position: absolute; inset: 3px; background: var(--gold); border-radius: 1px; }

/* ---------- Card surface (white + light gold border + soft green shadow) ---------- */
.glass {
  background: var(--white);
  border: 1px solid rgba(212,175,55,.38);
  box-shadow: 0 12px 34px -16px rgba(11,61,46,.18);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 999px; padding: 12px 24px; font-size: .92rem; font-weight: 500;
  transition: transform .3s ease, box-shadow .3s ease, background .3s ease, color .3s ease, border-color .3s ease;
}
.btn-lg { padding: 14px 32px; font-size: 1rem; }
.btn-block { width: 100%; }
/* Primary: gold background, green text */
.btn-gold {
  background: linear-gradient(120deg,#F4E5A8,#D4AF37 50%,#B8902A);
  color: var(--green); font-weight: 600;
  box-shadow: 0 10px 26px -10px rgba(212,175,55,.65);
}
.btn-gold:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 16px 36px -10px rgba(212,175,55,.8); filter: brightness(1.04); }
.btn-gold:hover { box-shadow: 0 16px 40px -8px rgba(212,175,55,.85); }
/* Secondary: green outline on transparent */
.btn-ghost {
  border: 1.6px solid var(--green-2); color: var(--green);
  background: transparent; font-weight: 600;
}
.btn-ghost:hover { background: rgba(46,139,87,.1); border-color: var(--green); transform: translateY(-3px); box-shadow: 0 12px 30px -10px rgba(212,175,55,.55); }
/* Secondary (hero): white background, green border, soft lift + gold glow */
.btn-outline {
  background: var(--white);
  border: 1.6px solid var(--green-2); color: var(--green); font-weight: 600;
  box-shadow: 0 8px 22px -14px rgba(11,61,46,.4);
}
.btn-outline:hover { transform: translateY(-3px); border-color: var(--gold); box-shadow: 0 16px 38px -10px rgba(212,175,55,.7); }
.ic-wa { width: 20px; height: 20px; fill: currentColor; }

/* ---------- Logo glow ----------
   Gold glow + a faint cream halo. The halo is invisible on the white sections
   but lifts the green lotus so it reads on the dark-green footer. */
.glow-logo {
  filter: drop-shadow(0 0 14px rgba(212,175,55,.4)) drop-shadow(0 0 26px rgba(46,139,87,.25));
}
.footer-logo.glow-logo {
  background: #fff;
  padding: 10px 16px;
}
.fallback-logo { display: inline-grid; place-items: center; }

/* ==========================================================================
   NAVIGATION
   ========================================================================== */
.site-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 50; transition: background .3s, box-shadow .3s, border-color .3s; }
.site-nav.scrolled {
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(212,175,55,.28);
  box-shadow: 0 8px 30px -14px rgba(11,61,46,.25);
}
.nav-inner { max-width: var(--maxw); margin: 0 auto; height: 72px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; }
.nav-brand { display: flex; align-items: center; gap: 12px; }
.nav-logo { height: 57px; width: auto; }
.nav-brand-name { font-family: var(--font-display); font-size: 1.05rem; letter-spacing: .02em; color: var(--green); font-weight: 700; }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: .9rem; }
.nav-links a { color: var(--text); font-weight: 500; transition: color .25s; }
.nav-links a:hover { color: var(--green-light); }
.nav-cta { font-size: .85rem; padding: 9px 22px; }
.nav-toggle { display: none; color: var(--green); font-size: 1.6rem; }

.mobile-menu { display: none; border-top: 1px solid rgba(212,175,55,.25); background: rgba(255,255,255,.98); backdrop-filter: blur(16px); }
.mobile-menu ul { display: flex; flex-direction: column; gap: 4px; padding: 14px 26px 22px; }
.mobile-menu a { display: block; padding: 9px 0; color: var(--text); font-weight: 500; }
.mobile-menu a:hover { color: var(--green-light); }
.mobile-cta { text-align: center; margin-top: 12px; color: var(--green); }

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  padding: 150px 22px 110px; text-align: center; overflow: hidden;
}
.hero-content { position: relative; width: 100%; max-width: 860px; margin: 0 auto; }

/* Heading: two elegant serif lines, one keyword in gold */
.hero-title {
  font-family: var(--font-display);
  color: var(--green);
  font-weight: 700;
  font-size: 64px;
  line-height: 1.05;
  letter-spacing: -1px;
  margin: 0 auto 32px;
  max-width: 100%;
}
.hero-title .hl { color: var(--gold); }

.hero-sub {
  font-family: var(--font-body);
  font-size: 1.18rem;
  color: #4A4A4A;
  max-width: 620px;
  margin: 0 auto 48px;
  line-height: 1.6;
}

.hero-cta { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; margin-bottom: 56px; }

/* Trust signal: 5-star rating + category line */
.hero-trust { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.hero-stars { display: inline-flex; align-items: center; gap: 10px; }
.hero-stars .stars { color: var(--gold); font-size: 1.05rem; letter-spacing: 2px; }
.hero-stars .stars-label { font-size: .82rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--green); }
.hero-tags { font-size: .82rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }

.scroll-cue { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); color: var(--gold-deep); font-size: 1.6rem; }

/* ---------- Trust row (centered, contained — no ticker) ---------- */
.trust-wrap { padding-top: 4px; padding-bottom: 8px; }
.trust-row {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 10px 22px; max-width: 800px; margin: 0 auto;
  font-family: var(--font-display);
  color: var(--green-2); font-size: .82rem; letter-spacing: .14em; text-transform: uppercase;
}
.trust-row li { position: relative; display: flex; align-items: center; }
/* soft gold divider dot between items */
.trust-row li:not(:last-child)::after {
  content: ""; width: 5px; height: 5px; margin-left: 22px;
  background: var(--gold); border-radius: 50%; opacity: .8;
  transform: rotate(45deg);
}

/* ==========================================================================
   ABOUT
   ========================================================================== */
.about-grid {
  display: grid; grid-template-columns: 45% 55%; gap: 40px; align-items: center;
  max-width: 1000px; margin: 0 auto;       /* tighter, centered — no longer stretched */
}
.about-visual { display: flex; justify-content: center; }

/* Founder portrait */
.founder { position: relative; width: 340px; height: 420px; display: flex; align-items: center; justify-content: center; }
.founder-ring { position: absolute; width: 420px; height: 420px; opacity: .55; pointer-events: none; }
.founder-frame {
  position: relative; width: 300px; height: 380px;
  border-radius: 999px / 360px;
  padding: 7px;
  background: linear-gradient(160deg,#F4E5A8,#D4AF37 45%,#B8902A 75%,#F4E5A8);
  box-shadow: 0 26px 60px -22px rgba(11,61,46,.4), 0 0 0 1px rgba(212,175,55,.4);
}
.founder-photo {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center top;
  border-radius: 999px / 354px;
  background: var(--offwhite);
  display: block;
}
.founder-photo--placeholder {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
  background: radial-gradient(circle at 50% 35%, rgba(46,139,87,.18), rgba(11,61,46,.1));
  color: var(--green-2); text-align: center;
}
.founder-photo--placeholder span { font-size: .72rem; letter-spacing: .04em; }
.founder-badge {
  position: absolute; bottom: 4px; left: 50%; transform: translateX(-50%);
  white-space: nowrap;
  background: linear-gradient(120deg,#F4E5A8,#D4AF37 50%,#B8902A);
  color: var(--green); font-family: var(--font-display);
  font-size: .72rem; letter-spacing: .08em; font-weight: 600;
  padding: 7px 18px; border-radius: 999px;
  box-shadow: 0 10px 24px -10px rgba(11,61,46,.4);
}
.stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 34px; }
.stat { border-radius: var(--radius); padding: 20px 12px; text-align: center; }
.stat-num { font-family: var(--font-display); font-size: 1.6rem; color: var(--green); font-weight: 700; }
.stat-label { font-size: .7rem; color: var(--muted); margin-top: 4px; letter-spacing: .02em; }

/* ==========================================================================
   GRIDS & CARDS
   ========================================================================== */
.grid { display: grid; gap: 26px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }

/* service card */
.card { border-radius: var(--radius-lg); padding: 30px; transition: transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s, border-color .45s; }
.card:hover { transform: translateY(-8px); border-color: rgba(212,175,55,.7); box-shadow: 0 26px 50px -20px rgba(20,90,50,.4); }
.card-ic {
  display: grid; place-items: center; width: 58px; height: 58px; border-radius: 16px;
  background: linear-gradient(145deg, rgba(46,139,87,.14), rgba(212,175,55,.18));
  border: 1px solid rgba(212,175,55,.3);
  font-size: 1.8rem; margin-bottom: 22px; transition: transform .4s;
}
.card:hover .card-ic { transform: scale(1.1); }
.card-title { font-family: var(--font-display); font-size: 1.25rem; margin-bottom: 16px; color: var(--green); font-weight: 700; }
.card-list li { display: flex; align-items: flex-start; gap: 8px; font-size: .9rem; color: var(--muted); margin-bottom: 9px; }
.card-list li .mark { color: var(--gold-deep); margin-top: 1px; }

/* combined panel — soft green gradient feature block */
.combined-panel {
  position: relative; overflow: hidden; border-radius: 32px; padding: 60px 44px;
  background: linear-gradient(150deg, #0B3D2E, #145A32 70%);
  border: 1px solid rgba(212,175,55,.4);
  box-shadow: 0 30px 70px -30px rgba(11,61,46,.5);
}
.combined-deco { position: absolute; right: -5rem; bottom: -6rem; width: 320px; height: 320px; opacity: .25; }
.combined-deco .sg-stroke { stroke: rgba(212,175,55,.5); }
.combined-panel .section-head { position: relative; }
.combined-panel .section-title { color: var(--gold-light); }
.combined-panel .eyebrow { color: var(--gold); }
.combined-panel .grid { position: relative; }
.combined-item {
  border-radius: var(--radius); padding: 22px; display: flex; align-items: center; gap: 14px;
  background: rgba(255,255,255,.07); border: 1px solid rgba(212,175,55,.32);
  transition: background .3s, transform .3s;
}
.combined-item:hover { background: rgba(255,255,255,.12); transform: translateY(-4px); }
.combined-item .mark { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: rgba(212,175,55,.22); color: var(--gold-light); flex: 0 0 auto; }
.combined-item span.txt { font-family: var(--font-serif); font-size: 1.18rem; color: var(--offwhite); }

/* why card */
.why-card { border-radius: var(--radius-lg); padding: 30px; text-align: center; transition: transform .45s, box-shadow .45s, border-color .45s; }
.why-card:hover { transform: translateY(-8px); border-color: rgba(212,175,55,.7); box-shadow: 0 26px 50px -20px rgba(20,90,50,.4); }
.why-ic {
  margin: 0 auto 20px; display: grid; place-items: center; width: 66px; height: 66px; border-radius: 50%;
  background: linear-gradient(145deg, rgba(46,139,87,.14), rgba(212,175,55,.18));
  border: 1px solid rgba(212,175,55,.3); font-size: 1.8rem;
}
.why-card h3 { font-family: var(--font-display); font-size: 1.1rem; color: var(--green); margin-bottom: 10px; font-weight: 700; }
.why-card p { font-size: .9rem; color: var(--muted); }

/* testimonials */
.testi-card { border-radius: var(--radius-lg); padding: 30px; transition: transform .45s, box-shadow .45s, border-color .45s; }
.testi-card:hover { transform: translateY(-8px); border-color: rgba(212,175,55,.7); box-shadow: 0 26px 50px -20px rgba(20,90,50,.4); }
.testi-stars { color: var(--gold); margin-bottom: 14px; letter-spacing: 2px; }
.testi-quote { font-family: var(--font-serif); font-size: 1.2rem; color: var(--text); line-height: 1.5; margin-bottom: 24px; }
.testi-who { display: flex; align-items: center; gap: 12px; }
.testi-avatar { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(145deg,var(--green),var(--green-light)); color: var(--gold-light); font-family: var(--font-display); font-weight: 700; }
.testi-name { font-family: var(--font-display); color: var(--green); font-size: .92rem; font-weight: 700; }
.testi-role { font-size: .75rem; color: var(--muted); }

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq-list { display: flex; flex-direction: column; gap: 16px; }
.faq-item { border-radius: var(--radius); overflow: hidden; }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; text-align: left; padding: 22px 26px; color: var(--green); }
.faq-q span.q { font-family: var(--font-display); font-size: 1.05rem; font-weight: 700; }
.faq-icon { color: var(--gold-deep); font-size: 1.5rem; flex: 0 0 auto; transition: transform .4s; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .5s ease; }
.faq-a p { padding: 0 26px 22px; color: var(--muted); }
.faq-item.open .faq-a { max-height: 280px; }
.faq-item.open .faq-icon { transform: rotate(45deg); }

/* ==========================================================================
   CONTACT
   ========================================================================== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
.contact-info { display: flex; flex-direction: column; gap: 18px; }
.info-card { border-radius: var(--radius); padding: 24px; display: flex; align-items: flex-start; gap: 16px; }
.info-ic {
  display: grid; place-items: center; width: 50px; height: 50px; border-radius: 14px;
  background: linear-gradient(145deg, rgba(46,139,87,.16), rgba(212,175,55,.2));
  border: 1px solid rgba(212,175,55,.3); color: var(--green); font-size: 1.3rem; flex: 0 0 auto;
}
.info-min { min-width: 0; }
.info-label { font-size: .68rem; text-transform: uppercase; letter-spacing: .18em; color: var(--gold-deep); font-weight: 600; }
.info-value { font-family: var(--font-display); font-size: 1.05rem; color: var(--green); font-weight: 600; }
.info-break { word-break: break-all; }
.info-addr { font-family: var(--font-serif); font-size: 1.18rem; color: var(--text); line-height: 1.4; }
.info-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.info-actions .btn { flex: 1; min-width: 120px; }

/* form */
.lead-form { border-radius: var(--radius-lg); padding: 38px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: .85rem; color: var(--green); font-weight: 500; margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; background: var(--offwhite);
  border: 1px solid rgba(11,61,46,.18); border-radius: 12px;
  padding: 12px 16px; color: var(--text); font-family: inherit; font-size: .95rem;
  outline: none; transition: border-color .25s, box-shadow .25s;
}
.field input::placeholder, .field textarea::placeholder { color: #9aa39d; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(212,175,55,.18); }
.field textarea { resize: vertical; }
.field select option { background: var(--white); color: var(--text); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field input.invalid, .field.invalid input, .field.invalid select { border-color: #d9534f; box-shadow: 0 0 0 3px rgba(217,83,79,.14); }
.error { display: block; color: #c0392b; font-size: .76rem; margin-top: 5px; min-height: 1em; }
.form-note { text-align: center; font-size: .76rem; color: var(--muted); margin-top: 14px; }
.form-status { text-align: center; font-size: .85rem; margin-top: 10px; min-height: 1.2em; }
.form-status.success { color: var(--green-light); font-weight: 600; }
.form-status.error { color: #c0392b; }

/* ==========================================================================
   FOOTER (dark green)
   ========================================================================== */
.site-footer { position: relative; background: var(--green); color: var(--offwhite); padding: 70px 0 40px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 44px; }
.footer-logo { height: 76px; width: auto; margin-bottom: 16px; }
.footer-name { font-family: var(--font-serif); font-size: 1.3rem; margin-bottom: 8px; }
.footer-tag { color: rgba(248,249,246,.7); font-size: .9rem; }
.footer-col h3 { font-family: var(--font-display); color: var(--gold); font-size: .8rem; text-transform: uppercase; letter-spacing: .15em; margin-bottom: 18px; }
.footer-col ul { display: flex; flex-direction: column; gap: 11px; }
.footer-col a, .footer-col li { color: rgba(248,249,246,.72); font-size: .9rem; transition: color .25s; }
.footer-col a:hover { color: var(--gold); }
.socials { display: flex; gap: 12px; }
.social { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; color: var(--gold); background: rgba(255,255,255,.06); border: 1px solid rgba(212,175,55,.4); transition: background .25s, transform .25s; }
.social:hover { background: rgba(212,175,55,.18); transform: translateY(-2px); }
.social svg { width: 20px; height: 20px; fill: currentColor; }
.social-emoji { font-size: 1.1rem; }
.footer-note { color: rgba(248,249,246,.5); font-size: .78rem; margin-top: 18px; }
.footer-bottom { margin-top: 50px; padding-top: 24px; border-top: 1px solid rgba(212,175,55,.25); text-align: center; color: rgba(248,249,246,.6); font-size: .85rem; }

/* ==========================================================================
   FLOATING BUTTONS
   ========================================================================== */
.float-stack { position: fixed; right: 16px; bottom: 20px; z-index: 50; display: flex; flex-direction: column; gap: 12px; }
.float-btn { position: relative; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; box-shadow: 0 10px 26px -8px rgba(11,61,46,.4); transition: transform .3s; }
.float-btn:hover { transform: scale(1.1); }
.float-wa { background: #25D366; color: #fff; }            /* official WhatsApp green */
.float-wa svg { width: 28px; height: 28px; fill: currentColor; }
.float-call { background: linear-gradient(120deg,#F4E5A8,#D4AF37 50%,#B8902A); color: var(--green); font-size: 1.3rem; }
