:root{--cream:#fff8f0;--ink:#201a2b;--ink-soft:#55506a;--coral:#ff6b4a;--pink:#ec4899;--indigo:#4f46e5;--violet:#7c3aed;--amber:#f59e0b;--red:#ef4444;--teal:#0d9488;--card-bg:#fff;--border:rgba(32,26,43,.08);--shadow:0 8px 30px rgba(32,26,43,.08);--hero-gradient:linear-gradient(135deg,var(--coral) 0%,var(--pink) 50%,var(--indigo) 100%);--campus-gradient:linear-gradient(135deg,var(--indigo),var(--violet));--studio-gradient:linear-gradient(135deg,var(--amber),var(--red))}*{box-sizing:border-box}body,html{padding:0;margin:0}body{background:var(--cream);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}.container{max-width:1080px;margin:0 auto;padding:0 24px}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:rgba(255,248,240,.88);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.nav-inner{max-width:1080px;margin:0 auto;padding:16px 24px;justify-content:space-between}.nav-inner,.nav-logo{display:flex;align-items:center}.nav-logo{gap:10px;font-weight:800;font-size:19px;letter-spacing:-.02em}.nav-logo .mark{width:32px;height:32px;border-radius:10px;background:var(--hero-gradient);flex-shrink:0}.nav-links{display:flex;align-items:center;gap:28px;font-weight:600;font-size:15px}.nav-links a:hover{color:var(--coral)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:999px;padding:13px 26px;font-size:15px;font-weight:700;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--hero-gradient);color:#fff;box-shadow:0 10px 25px rgba(236,73,133,.35)}.btn-primary:hover{box-shadow:0 14px 30px rgba(236,73,133,.45)}.btn-light{background:#fff;color:var(--ink);border:1px solid var(--border)}.btn-dark{background:var(--ink);color:#fff}.btn-block{width:100%}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.hero{padding:90px 0 70px;text-align:center}.hero .eyebrow{display:inline-block;padding:6px 16px;border-radius:999px;background:#fff;border:1px solid var(--border);font-size:13px;font-weight:700;color:var(--pink);margin-bottom:22px}.hero h1{font-size:52px;font-weight:900;letter-spacing:-.03em;line-height:1.08;background:var(--hero-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}.hero p.subtitle{max-width:560px;margin:22px auto 0;font-size:19px;color:var(--ink-soft);line-height:1.55}.hero .cta-row{margin-top:36px;display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.section{padding:64px 0}.section-head{text-align:center;max-width:620px;margin:0 auto 44px}.section-head h2{font-size:34px;font-weight:900;letter-spacing:-.02em}.section-head p{margin-top:12px;font-size:17px;color:var(--ink-soft)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.feature-card{background:var(--card-bg);border:1px solid var(--border);border-radius:20px;padding:28px;box-shadow:var(--shadow)}.feature-card .icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:16px}.feature-card h3{font-size:18px;font-weight:800;margin-bottom:8px}.feature-card p{font-size:15px;color:var(--ink-soft);line-height:1.55}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:26px;gap:26px}.product-card{background:var(--card-bg);border-radius:24px;overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow);display:flex;flex-direction:column}.product-card .banner{padding:30px 30px 26px;color:#fff}.product-card.campus .banner{background:var(--campus-gradient)}.product-card.studio .banner{background:var(--studio-gradient)}.product-card .banner .tag{font-size:13px;font-weight:700;opacity:.85;text-transform:uppercase;letter-spacing:.06em}.product-card .banner h3{font-size:28px;font-weight:900;margin-top:6px}.product-card .banner p{margin-top:10px;font-size:15px;opacity:.95;line-height:1.5}.product-card .body{padding:26px 30px 30px;flex:1 1;display:flex;flex-direction:column}.product-card ul{list-style:none;padding:0;margin:0 0 24px;display:flex;flex-direction:column;gap:10px}.product-card li{font-size:15px;color:var(--ink-soft);display:flex;gap:10px;line-height:1.5}.product-card li:before{content:"✓";font-weight:800;color:var(--teal);flex-shrink:0}.product-card .actions{margin-top:auto;display:flex;gap:10px;flex-wrap:wrap}.cta-banner{background:var(--ink);border-radius:28px;padding:54px 40px;text-align:center;color:#fff}.cta-banner h2{font-size:30px;font-weight:900}.cta-banner p{margin-top:12px;color:hsla(0,0%,100%,.75);font-size:16px}.cta-banner .cta-row{margin-top:26px}.footer{border-top:1px solid var(--border);padding:36px 0 48px;margin-top:40px;font-size:14px;color:var(--ink-soft)}.footer-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.footer a:hover{color:var(--coral)}.form-card{background:var(--card-bg);border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow);padding:36px;max-width:560px;margin:0 auto}.field{margin-bottom:18px}.field label{display:block;font-size:14px;font-weight:700;margin-bottom:6px}.field input,.field select,.field textarea{width:100%;padding:12px 14px;border-radius:12px;border:1px solid var(--border);background:#fbfaf8;font-size:15px;font-family:inherit;color:var(--ink)}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid var(--indigo);outline-offset:1px;background:#fff}.field textarea{resize:vertical;min-height:90px}.honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.form-status{border-radius:12px;padding:12px 14px;font-size:14px;margin-bottom:18px}.form-status.ok{background:#ecfdf5;color:#047857}.form-status.err{background:#fef2f2;color:#b91c1c}.plain-page{padding:60px 0}.plain-page h1{font-size:38px;font-weight:900;letter-spacing:-.02em;text-align:center}.plain-page>.container>p.subtitle{text-align:center;color:var(--ink-soft);font-size:16px;max-width:480px;margin:12px auto 40px}@media (max-width:760px){.hero h1{font-size:36px}.hero p.subtitle{font-size:17px}.feature-grid,.product-grid{grid-template-columns:1fr}.nav-links{gap:16px;font-size:14px}.cta-banner{padding:40px 24px}}