
:root{
  --navy:#061629;
  --navy2:#0a2442;
  --navy3:#0c315d;
  --ink:#081426;
  --muted:#5c6f86;
  --paper:#f8fbff;
  --cream:#fff9eb;
  --white:#ffffff;
  --gold:#c8952f;
  --gold2:#f1c56a;
  --blue:#85bce9;
  --soft:#eaf5ff;
  --line:rgba(11,45,84,.16);
  --shadow:0 24px 70px rgba(6,22,41,.16);
  --max:1180px;
  --radius:26px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  min-height:100vh;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.55;
  color:var(--ink);
  background:
    radial-gradient(circle at 8% 0%,rgba(133,188,233,.22),transparent 28rem),
    radial-gradient(circle at 92% 7%,rgba(241,197,106,.20),transparent 26rem),
    linear-gradient(180deg,#f8fbff 0%,#eef7ff 44%,#fff9eb 100%);
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.skip{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip:focus{left:18px;top:18px;width:auto;height:auto;z-index:999;background:#fff;color:#000;padding:10px 14px;border-radius:12px}
.wrap{width:min(var(--max),calc(100% - 36px));margin-inline:auto}
.topbar{
  position:sticky;top:0;z-index:70;
  background:linear-gradient(90deg,var(--navy),var(--navy2) 58%,#211135);
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.12);
  box-shadow:0 12px 34px rgba(0,0,0,.18);
}
.nav-in{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.brand{display:flex;align-items:center;gap:12px;font-weight:1000;text-transform:uppercase;letter-spacing:.08em}
.brand-mark{
  width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(145deg,#fff,#eaf5ff);
  box-shadow:0 0 0 2px rgba(241,197,106,.70),0 0 22px rgba(241,197,106,.28)
}
.brand-mark svg{width:36px;height:36px}
.brand small{display:block;color:var(--gold2);font-size:.66rem;letter-spacing:.17em;margin-bottom:-2px}
.brand strong{font-size:1rem}
.nav-links{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}
.nav-links a{
  color:#fff;font-weight:900;font-size:.82rem;border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:9px 12px;
  background:rgba(255,255,255,.06)
}
.nav-links a:hover,.nav-links a.active{background:linear-gradient(135deg,var(--gold2),var(--gold));color:var(--navy);border-color:transparent}
.hero{position:relative;padding:76px 0 52px;overflow:hidden}
.hero:before{
  content:"";position:absolute;inset:0;z-index:-2;
  background:
    linear-gradient(115deg,rgba(6,22,41,.96),rgba(10,36,66,.88) 48%,rgba(255,255,255,.08)),
    radial-gradient(circle at 82% 18%,rgba(241,197,106,.25),transparent 24rem);
  clip-path:polygon(0 0,100% 0,100% 84%,0 100%);
}
.hero:after{
  content:"";position:absolute;right:-170px;top:36px;width:560px;height:560px;border-radius:50%;z-index:-1;
  border:1px solid rgba(255,255,255,.10);background:radial-gradient(circle,rgba(255,255,255,.13),transparent 68%)
}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:34px;align-items:center}
.kicker{
  display:inline-flex;align-items:center;gap:9px;border:1px solid rgba(241,197,106,.45);border-radius:999px;
  color:#fff4cd;background:rgba(255,255,255,.08);padding:8px 13px;font-weight:950;letter-spacing:.12em;text-transform:uppercase;font-size:.78rem
}
.kicker:before{content:"";width:10px;height:10px;border-radius:50%;background:#5ff0a0;box-shadow:0 0 18px #5ff0a0}
h1{font-size:clamp(3rem,8vw,6.7rem);line-height:.92;letter-spacing:-.055em;color:#fff;margin:18px 0;text-shadow:0 14px 32px rgba(0,0,0,.28)}
h1 span{display:block;color:var(--gold2)}
.lede{max-width:760px;color:#eaf4ff;font-size:clamp(1.07rem,2vw,1.28rem)}
.btns{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:50px;border-radius:15px;padding:13px 18px;
  font-weight:1000;text-transform:uppercase;letter-spacing:.05em;border:1px solid rgba(255,255,255,.18);
  transition:.16s ease transform,.16s ease filter;box-shadow:0 16px 38px rgba(0,0,0,.22)
}
.btn:hover{transform:translateY(-2px);filter:brightness(1.05)}
.btn.primary{background:linear-gradient(135deg,var(--gold2),var(--gold));color:var(--navy)}
.btn.secondary{background:rgba(255,255,255,.12);color:#fff}
.btn.dark{background:var(--navy2);color:#fff}
.hero-card{
  background:linear-gradient(180deg,rgba(255,255,255,.97),rgba(245,250,255,.93));
  border:1px solid rgba(255,255,255,.70);border-radius:34px;padding:22px;box-shadow:var(--shadow)
}
.cover-mock{
  position:relative;overflow:hidden;border-radius:24px;padding:30px 26px;min-height:430px;text-align:center;
  display:grid;place-items:center;color:#fff;border:2px solid rgba(200,149,47,.45);
  background:
    radial-gradient(circle at 50% 18%,rgba(241,197,106,.20),transparent 16rem),
    linear-gradient(180deg,#071629,#09213d 68%,#061629)
}
.cover-mock:before{content:"";position:absolute;inset:14px;border:1px solid rgba(241,197,106,.65);border-radius:18px}
.cover-mock h2{font-family:Georgia,serif;letter-spacing:.08em;font-size:clamp(2.2rem,5vw,4rem);line-height:1.08;color:#d7c76a}
.cover-mock p{font-family:Georgia,serif;color:var(--gold2);letter-spacing:.16em;text-transform:uppercase;font-size:.92rem}
.tree{width:158px;height:158px;margin:18px auto 12px}
.network{padding:13px 0;background:rgba(255,255,255,.72);border-block:1px solid var(--line);backdrop-filter:blur(8px)}
.network-row{display:flex;gap:10px;align-items:center;justify-content:center;flex-wrap:wrap;font-weight:900;color:#334155}
.network b{color:#9a6b15}.network a{border:1px solid var(--line);border-radius:999px;padding:7px 11px;background:#fff}
.section{padding:72px 0}
.alt{background:linear-gradient(180deg,rgba(6,22,41,.04),rgba(255,255,255,.50));border-block:1px solid var(--line)}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}
.eyebrow{font-weight:1000;text-transform:uppercase;letter-spacing:.13em;color:#9b6b15;font-size:.8rem}
h2.section-title,.page-title{font-size:clamp(2.2rem,5vw,4.4rem);line-height:.95;letter-spacing:-.055em;color:var(--navy)}
.section-copy,.body-copy{max-width:760px;color:#526279;font-size:1.04rem}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{
  position:relative;overflow:hidden;background:rgba(255,255,255,.86);border:1px solid var(--line);
  border-radius:var(--radius);padding:24px;box-shadow:0 18px 52px rgba(12,38,70,.08);min-height:300px;
  transition:.16s ease transform,.16s ease box-shadow,.16s ease border-color
}
.card:hover{transform:translateY(-4px);border-color:rgba(200,149,47,.42);box-shadow:0 22px 62px rgba(12,38,70,.14)}
.card:before{content:"";position:absolute;right:-72px;top:-72px;width:170px;height:170px;border-radius:50%;background:radial-gradient(circle,rgba(133,188,233,.24),transparent 65%)}
.tag{display:inline-flex;border-radius:999px;padding:6px 10px;background:#edf6ff;border:1px solid var(--line);font-weight:950;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;color:#0d315f;margin-bottom:16px}
.card h3{font-size:1.45rem;line-height:1.1;margin-bottom:11px;color:var(--navy)}
.card p{color:#5b6d84}
.go{display:inline-flex;margin-top:18px;color:#9b6b15;font-weight:1000;text-transform:uppercase;letter-spacing:.05em}
.feature{display:grid;grid-template-columns:.95fr 1.05fr;gap:24px;align-items:center;border-radius:36px;padding:28px;background:linear-gradient(135deg,#fff,#eef7ff);border:1px solid var(--line);box-shadow:var(--shadow)}
.book-cover{
  border-radius:28px;overflow:hidden;min-height:500px;background:
  radial-gradient(circle at 60% 22%,rgba(241,197,106,.25),transparent 18rem),
  linear-gradient(180deg,#fff,#e9f5ff 55%,#0b2545 55%,#071629);
  border:1px solid rgba(13,49,95,.16);display:grid;place-items:center;padding:30px;position:relative;
}
.med-badge{width:126px;height:126px;border-radius:50%;display:grid;place-items:center;margin:0 auto 16px;background:radial-gradient(circle,#fff 38%,var(--gold2) 39%,var(--gold) 65%,var(--navy) 66%);color:var(--navy);font-size:58px;font-weight:1000;box-shadow:0 12px 30px rgba(0,0,0,.18)}
.book-cover h3{text-align:center;color:var(--navy);font-size:clamp(2.4rem,6vw,4rem);line-height:.92;text-transform:uppercase;letter-spacing:-.04em}
.book-cover em{display:block;color:#a27219;font-family:Georgia,serif;font-size:clamp(1.7rem,4vw,3.2rem);font-style:italic;font-weight:400;margin-top:12px}
.book-cover .bottom{color:#fff;text-align:center;align-self:end;font-weight:900}
.list{display:grid;gap:12px;margin:20px 0}
.item{display:flex;gap:12px;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px}
.icon{width:38px;height:38px;border-radius:50%;background:var(--navy3);color:#fff;display:grid;place-items:center;flex:0 0 auto}
.notice{margin-top:18px;border-left:5px solid var(--gold);background:#fff8df;border-radius:16px;padding:15px;color:#594011;font-weight:800}
.page-hero{
  padding:58px 0 42px;background:
  linear-gradient(135deg,rgba(6,22,41,.96),rgba(10,36,66,.88)),
  radial-gradient(circle at 80% 20%,rgba(241,197,106,.22),transparent 28rem);
  color:#fff;border-bottom:4px solid rgba(200,149,47,.65)
}
.page-hero .page-title{color:#fff;max-width:900px}.page-hero .page-title span{color:var(--gold2)}
.page-hero .body-copy{color:#eaf4ff;margin-top:14px}
.content{padding:56px 0}.content-grid{display:grid;grid-template-columns:1fr 330px;gap:24px;align-items:start}
.panel{background:#fff;border:1px solid var(--line);border-radius:26px;padding:24px;box-shadow:0 18px 52px rgba(12,38,70,.08)}
.panel h2{font-size:2rem;line-height:1.05;color:var(--navy);margin-bottom:12px}
.panel h3{font-size:1.35rem;margin:22px 0 8px;color:var(--navy)}
.panel p,.panel li{color:#526279}.panel ul{padding-left:21px;margin:12px 0}.panel li{margin:7px 0}
.sidebar{display:grid;gap:14px;position:sticky;top:92px}
.download-card{background:linear-gradient(180deg,var(--navy2),var(--navy));color:#fff;border:1px solid rgba(241,197,106,.35);border-radius:26px;padding:22px;box-shadow:var(--shadow)}
.download-card p{color:#dceaff;margin:10px 0 16px}
.fake-qr{height:170px;border-radius:20px;background:
  linear-gradient(45deg,#fff 25%,#101828 25% 35%,#fff 35% 55%,#101828 55% 63%,#fff 63%),
  linear-gradient(135deg,#fff,#eaf5ff);
  background-size:22px 22px,auto;margin:14px 0;border:10px solid #fff}
.warning{font-size:.92rem;color:#7a4d05;background:#fff8df;border:1px solid #f2d17c;border-radius:16px;padding:12px;margin-top:14px}
.pill-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.pill{border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 12px;color:#334155;font-weight:850}
.footer{background:var(--navy);color:#dceaff;padding:38px 0;border-top:4px solid rgba(200,149,47,.75)}
.foot-in{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}.foot-in a{color:#fff;font-weight:900}.footer small{color:#9fb0c8}
@media(max-width:980px){.hero-grid,.feature,.content-grid{grid-template-columns:1fr}.grid{grid-template-columns:1fr 1fr}.section-head{display:block}.sidebar{position:static}}
@media(max-width:680px){.nav-in{height:auto;min-height:74px;align-items:flex-start;flex-direction:column;padding:12px 0}.nav-links{justify-content:flex-start}.grid{grid-template-columns:1fr}.hero{padding:50px 0 38px}.btn{width:100%}.cover-mock{min-height:350px}.book-cover{min-height:420px}}


/* ===== GraceTree Blue & Gold Premium Theme v2 ===== */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700;800&family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;700;800;900&display=swap');

:root{
  --navy:#031225;
  --navy2:#061a34;
  --navy3:#0a274d;
  --ink:#071225;
  --muted:#75859b;
  --paper:#f8fbff;
  --cream:#fff9eb;
  --white:#ffffff;
  --gold:#a88b36;
  --gold2:#d8c46d;
  --gold3:#f1df94;
  --blue:#85bce9;
  --soft:#eaf5ff;
  --line:rgba(216,196,109,.25);
  --shadow:0 28px 80px rgba(3,18,37,.28);
}

body{
  background:
    radial-gradient(circle at 50% -10%, rgba(216,196,109,.16), transparent 28rem),
    radial-gradient(circle at 0% 20%, rgba(133,188,233,.10), transparent 30rem),
    linear-gradient(180deg,#031225 0%,#061a34 38%,#08192e 62%,#fff9eb 62%,#f8fbff 100%);
}

.topbar{
  background:linear-gradient(90deg,#031225,#061a34 60%,#0c1830);
  border-bottom:1px solid rgba(216,196,109,.35);
}

.brand{
  font-family:Cinzel, Georgia, serif;
  letter-spacing:.11em;
}
.brand small{color:var(--gold3);font-family:Inter,sans-serif}
.brand strong{font-family:Cinzel,Georgia,serif}

.nav-links a{
  border-color:rgba(216,196,109,.24);
  background:rgba(255,255,255,.035);
  font-family:Inter,sans-serif;
}
.nav-links a:hover,.nav-links a.active{
  background:linear-gradient(135deg,var(--gold3),var(--gold));
  color:#031225;
}

.hero:before{
  background:
    linear-gradient(115deg,rgba(3,18,37,.97),rgba(6,26,52,.92) 52%,rgba(3,18,37,.72)),
    radial-gradient(circle at 76% 28%,rgba(216,196,109,.22),transparent 24rem);
  clip-path:none;
}
.hero:after{
  border-color:rgba(216,196,109,.18);
  background:radial-gradient(circle,rgba(216,196,109,.10),transparent 70%);
}

.kicker{
  font-family:Inter,sans-serif;
  color:#fff6ce;
  border-color:rgba(216,196,109,.50);
  background:rgba(216,196,109,.08);
}

h1,.page-title{
  font-family:Cinzel, Georgia, serif;
  letter-spacing:.04em;
  text-transform:uppercase;
  font-weight:700;
}
h1{
  color:#f9fbff;
  text-shadow:0 18px 42px rgba(0,0,0,.45), 0 0 28px rgba(216,196,109,.08);
}
h1 span,.page-hero .page-title span{
  color:var(--gold2);
  text-shadow:0 0 18px rgba(216,196,109,.18);
}

.lede,.page-hero .body-copy{
  color:#e9f1ff;
}

.btn.primary{
  background:linear-gradient(135deg,#f1df94,#d8c46d 52%,#a88b36);
  color:#031225;
}
.btn.secondary{
  background:rgba(255,255,255,.06);
  color:#fff;
  border-color:rgba(216,196,109,.30);
}
.btn.dark{
  background:linear-gradient(135deg,#061a34,#031225);
  color:#fff6ce;
  border-color:rgba(216,196,109,.35);
}

.hero-card{
  background:linear-gradient(180deg,rgba(3,18,37,.78),rgba(6,26,52,.92));
  border:1px solid rgba(216,196,109,.38);
  box-shadow:0 30px 90px rgba(0,0,0,.45);
}
.cover-mock{
  background:
    radial-gradient(circle at 50% 30%,rgba(216,196,109,.13),transparent 20rem),
    linear-gradient(180deg,#031225,#061a34 68%,#031225);
  border:2px solid rgba(216,196,109,.58);
}
.cover-mock h2{
  font-family:Cinzel,Georgia,serif;
  color:#cfc05e;
  text-shadow:0 1px 0 rgba(255,255,255,.10),0 8px 28px rgba(0,0,0,.35);
}
.cover-mock p{
  font-family:Cinzel,Georgia,serif;
  color:#d8c46d;
}
.cover-mock .tree{display:none}
.cover-mock .brand-tree-img{
  width:min(310px,72%);
  margin:22px auto 18px;
  filter:drop-shadow(0 10px 22px rgba(0,0,0,.32));
}

.network{
  background:linear-gradient(90deg,#031225,#061a34);
  color:#e9f1ff;
  border-block:1px solid rgba(216,196,109,.30);
}
.network a{
  background:rgba(255,255,255,.06);
  color:#fff6ce;
  border-color:rgba(216,196,109,.30);
}
.network b{color:var(--gold3)}

.section{
  background:linear-gradient(180deg,#fffaf0,#f8fbff);
}
.section.alt{
  background:linear-gradient(180deg,#061a34,#031225);
  color:#fff;
  border-block:1px solid rgba(216,196,109,.30);
}
.section.alt .section-title,
.section.alt .section-copy,
.section.alt .eyebrow{color:#fff}
.section.alt .section-title{color:#f8fbff}
.section.alt .section-title span{color:var(--gold2)}
.section.alt .section-copy{color:#dbe7f7}

.eyebrow{
  color:#9c7c25;
  font-family:Inter,sans-serif;
}
h2.section-title{
  font-family:Cinzel,Georgia,serif;
  letter-spacing:.02em;
  text-transform:uppercase;
  color:#031225;
}

.card,.panel{
  background:linear-gradient(180deg,#ffffff,#fbfdff);
  border:1px solid rgba(168,139,54,.22);
  box-shadow:0 18px 52px rgba(3,18,37,.10);
}
.card:hover{
  border-color:rgba(168,139,54,.56);
  box-shadow:0 26px 70px rgba(3,18,37,.16);
}
.card h3,.panel h2,.panel h3{
  font-family:Cormorant Garamond, Georgia, serif;
  color:#061a34;
  font-weight:700;
}
.tag{
  background:#fff8df;
  color:#6f5312;
  border-color:rgba(168,139,54,.28);
}
.go{color:#8a6818}

.feature{
  background:
    linear-gradient(135deg,rgba(3,18,37,.98),rgba(6,26,52,.94)),
    radial-gradient(circle at 25% 10%,rgba(216,196,109,.18),transparent 25rem);
  border:1px solid rgba(216,196,109,.38);
  color:#fff;
}
.feature .section-title,.feature .section-copy{color:#fff}
.feature .section-copy{color:#dbe7f7}
.feature .item{
  background:rgba(255,255,255,.08);
  border-color:rgba(216,196,109,.25);
  color:#fff;
}
.feature .item span{color:#e5edf8}
.book-cover{
  background:
    radial-gradient(circle at 50% 22%,rgba(216,196,109,.16),transparent 18rem),
    linear-gradient(180deg,#031225,#061a34 100%);
  border:2px solid rgba(216,196,109,.45);
}
.book-cover h3{
  font-family:Cinzel,Georgia,serif;
  color:#f8fbff;
  letter-spacing:.02em;
}
.book-cover em,.book-cover .bottom{color:#d8c46d}
.med-badge{
  background:radial-gradient(circle,#fff 36%,#f1df94 37%,#a88b36 68%,#031225 69%);
  color:#031225;
}

.page-hero{
  background:
    linear-gradient(135deg,rgba(3,18,37,.98),rgba(6,26,52,.93)),
    radial-gradient(circle at 80% 20%,rgba(216,196,109,.18),transparent 28rem);
  border-bottom:4px solid rgba(168,139,54,.75);
}

.download-card{
  background:
    linear-gradient(180deg,#061a34,#031225),
    radial-gradient(circle at 50% 0%,rgba(216,196,109,.16),transparent 20rem);
  border-color:rgba(216,196,109,.40);
}
.footer{
  background:#031225;
  border-top:4px solid rgba(168,139,54,.75);
}
.logo-tree-img{
  width:34px;height:34px;border-radius:10px;object-fit:cover;
}
.brand-mark{
  background:#031225;
  border:1px solid rgba(216,196,109,.45);
  box-shadow:0 0 0 2px rgba(216,196,109,.22),0 0 24px rgba(216,196,109,.18);
}
.brand-mark svg{display:none}
