:root{--purple:#6f2dbd;--deep:#32104f;--soft:#f7f1fb;--gold:#d9a441;--ink:#21152b;--muted:#73677c;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:#fff;line-height:1.65}a{text-decoration:none;color:inherit}.container{width:min(1120px,92%);margin:auto}.nav{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid #eee}.navin{height:74px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{font-family:Georgia,serif;font-weight:800;font-size:25px;color:var(--deep)}.brand span{color:var(--purple)}.links{display:flex;gap:24px;font-size:14px;font-weight:700}.links a:hover{color:var(--purple)}.hero{background:linear-gradient(125deg,#2c0d43,#6f2dbd 62%,#a25bd3);color:#fff;padding:74px 0 62px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:55px}.eyebrow{font-size:12px;letter-spacing:.18em;text-transform:uppercase;font-weight:800;color:#ead3ff}.hero h1{font:700 clamp(45px,7vw,78px)/.98 Georgia,serif;margin:12px 0 20px}.hero p{max-width:580px;color:#f2e9f8;font-size:17px}.btn{display:inline-block;margin-top:18px;padding:13px 22px;border-radius:999px;background:var(--gold);color:#25102e;font-weight:800}.hero img{width:100%;height:430px;object-fit:cover;border-radius:28px;box-shadow:0 24px 65px #1b082a}.section{padding:78px 0}.section.soft{background:var(--soft)}.section h2{font:700 38px Georgia,serif;color:var(--deep);margin:0 0 12px}.lead{color:var(--muted);max-width:680px;margin-bottom:34px}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{background:#fff;border:1px solid #eee5f2;border-radius:22px;overflow:hidden;box-shadow:0 12px 30px rgba(59,19,78,.07)}.card img{width:100%;height:235px;object-fit:cover}.card .pad{padding:22px}.tag{display:inline-block;padding:5px 10px;border-radius:99px;background:#efe2fa;color:var(--purple);font-size:12px;font-weight:800}.card h3{font:700 23px Georgia,serif;margin:12px 0 8px}.split{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.split img{width:100%;max-height:500px;object-fit:cover;border-radius:28px}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:32px}.feature{padding:22px;border-radius:18px;background:#fff;border:1px solid #eadff0}.feature b{display:block;color:var(--purple);margin-bottom:6px}.pagehead{padding:64px 0;background:linear-gradient(125deg,#32104f,#7734bc);color:#fff}.pagehead h1{font:700 52px Georgia,serif;margin:0 0 8px}.article{max-width:820px;margin:auto}.article h2{margin-top:34px;font-size:29px}.article p,.article li{color:#574d5d}.contact{display:grid;grid-template-columns:.85fr 1.15fr;gap:35px}.contactbox{padding:28px;border-radius:22px;background:var(--soft)}label{font-weight:700;font-size:14px}input,textarea{width:100%;padding:13px 14px;margin:7px 0 16px;border:1px solid #d9cedf;border-radius:12px;font:inherit}button{border:0;cursor:pointer}.footer{padding:34px 0;background:#210b31;color:#d8c9df}.footerin{display:flex;justify-content:space-between;gap:20px;align-items:center}.small{font-size:13px;color:#8a7e91}@media(max-width:800px){.links{gap:11px;font-size:12px;flex-wrap:wrap;justify-content:flex-end}.hero-grid,.split,.contact{grid-template-columns:1fr}.hero img{height:330px}.grid3,.features{grid-template-columns:1fr}.section{padding:58px 0}.navin{height:auto;padding:14px 0;align-items:flex-start}.hero{padding-top:55px}.pagehead h1{font-size:42px}.footerin{display:block}}
