:root{--knust-dark: #0a4a1f;--knust-mid: #1a7a35;--knust-gold: #f5c518;--knust-gold2: #d4a010;--ug-dark: #0d1f5c;--ug-mid: #1a3080;--ug-gold: #c4964a;--ug-gold2: #d8ad6a;--white: #ffffff;--radius: 3px}body{font-family:DM Sans,sans-serif}body.uni-select-active,body.uni-select-active html{height:100%;overflow:hidden}.stage{width:100vw;height:100vh;display:flex;position:relative;overflow:hidden}.center-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:30;display:flex;flex-direction:column;align-items:center;gap:0;animation:fadeUp .9s ease .3s both}.cb-pill{background:#fffffff5;border-radius:40px;padding:9px 20px;display:flex;align-items:center;gap:9px;box-shadow:0 8px 40px #00000038,0 1px #fff6}.enfoni-logo{display:block;height:auto;object-fit:contain}.selector-brand-logo{width:118px}.lps{display:flex;gap:3px;align-items:flex-end}.lp{border-radius:3px 3px 2px 2px}.lp-r{width:5px;height:11px;background:#e53935}.lp-y{width:5px;height:13px;background:#f4c20d}.lp-b{width:5px;height:12px;background:#3d8fd4}.lp-g{width:5px;height:11px;background:#27a85a}.cb-name{font-size:15px;font-weight:700;color:#1a1916;letter-spacing:-.2px}.cb-line{width:1px;height:28px;background:#ffffff40;margin:4px 0}.cb-cta{background:#0000008c;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.18);color:#ffffffe6;font-size:10px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;padding:7px 18px;border-radius:20px;white-space:nowrap}.panel{flex:1;position:relative;display:flex;align-items:flex-end;justify-content:center;overflow:hidden;cursor:pointer;transition:flex .7s cubic-bezier(.77,0,.175,1);padding-bottom:60px}.panel:hover{flex:1.45}.panel:hover~.panel,.stage:has(.panel:hover) .panel:not(:hover){flex:.6}.panel-knust{background:var(--knust-dark);animation:slideFromLeft .8s cubic-bezier(.77,0,.175,1) both}.panel-knust:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 40% 30%,#1a7a35b3,#0a4a1f00 70%),repeating-linear-gradient(135deg,transparent,transparent 30px,rgba(245,197,24,.04) 30px,rgba(245,197,24,.04) 60px)}.knust-glow{position:absolute;top:20%;left:30%;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(245,197,24,.12) 0%,transparent 65%);pointer-events:none;animation:pulse 5s ease-in-out infinite}.panel-ug{background:var(--ug-dark);animation:slideFromRight .8s cubic-bezier(.77,0,.175,1) both}.panel-ug:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 60% 30%,#1a3080cc,#0d1f5c00 70%),repeating-linear-gradient(45deg,transparent,transparent 30px,rgba(196,150,74,.04) 30px,rgba(196,150,74,.04) 60px)}.ug-glow{position:absolute;top:20%;right:30%;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(196,150,74,.12) 0%,transparent 65%);pointer-events:none;animation:pulse 5s ease-in-out 2.5s infinite}.panel-arch{position:absolute;top:0;left:0;right:0;display:flex;justify-content:center;padding-top:32px;z-index:2}.arch-label{font-size:9px;font-weight:600;letter-spacing:.28em;text-transform:uppercase;opacity:.35;transition:opacity .35s}.panel:hover .arch-label{opacity:.7}.panel-knust .arch-label{color:var(--knust-gold)}.panel-ug .arch-label{color:var(--ug-gold)}.seal-wrap{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;padding-bottom:120px;z-index:1}.seal-img{width:150px;height:150px;object-fit:contain;opacity:.18;transform:scale(.92);transition:opacity .6s ease,transform .7s cubic-bezier(.34,1.56,.64,1);-webkit-user-select:none;user-select:none;pointer-events:none;image-rendering:-webkit-optimize-contrast;filter:drop-shadow(0 4px 16px rgba(0,0,0,.18))}.panel:hover .seal-img{opacity:.88;transform:scale(1.04)}.panel-content{position:relative;z-index:5;text-align:center;padding:0 40px;transform:translateY(24px);opacity:0;transition:transform .55s cubic-bezier(.34,1.56,.64,1) .08s,opacity .45s ease .08s}.panel:hover .panel-content{transform:translateY(0);opacity:1}.uni-abbr{font-family:Cormorant Garamond,serif;font-size:13px;font-weight:500;letter-spacing:.3em;text-transform:uppercase;margin-bottom:8px}.panel-knust .uni-abbr{color:var(--knust-gold)}.panel-ug .uni-abbr{color:var(--ug-gold)}.uni-name{font-family:Cormorant Garamond,serif;font-size:clamp(22px,2.4vw,32px);font-weight:400;line-height:1.15;color:#fff;margin-bottom:8px}.uni-motto{font-size:11px;font-weight:300;letter-spacing:.08em;text-transform:uppercase;opacity:.45;color:#fff;margin-bottom:24px}.panel-btns{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.btn-knust-primary{padding:12px 24px;background:var(--knust-gold);color:#0a2a10;border:none;border-radius:var(--radius);font-family:DM Sans,sans-serif;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:background .2s,transform .2s}.btn-knust-primary:hover{background:#ffdc4a;transform:translateY(-1px)}.btn-knust-ghost{padding:12px 24px;background:transparent;border:1px solid rgba(245,197,24,.4);color:#ffffffb3;border-radius:var(--radius);font-family:DM Sans,sans-serif;font-size:12px;font-weight:400;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:border-color .2s,color .2s}.btn-knust-ghost:hover{border-color:var(--knust-gold);color:var(--knust-gold)}.btn-ug-primary{padding:12px 24px;background:var(--ug-gold);color:#fff;border:none;border-radius:var(--radius);font-family:DM Sans,sans-serif;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:background .2s,transform .2s}.btn-ug-primary:hover{background:var(--ug-gold2);transform:translateY(-1px)}.btn-ug-ghost{padding:12px 24px;background:transparent;border:1px solid rgba(196,150,74,.4);color:#ffffffb3;border-radius:var(--radius);font-family:DM Sans,sans-serif;font-size:12px;font-weight:400;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:border-color .2s,color .2s}.btn-ug-ghost:hover{border-color:var(--ug-gold);color:var(--ug-gold)}.shop-disabled{opacity:.42;filter:blur(.35px) grayscale(1);cursor:not-allowed;pointer-events:none}.edge-label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;text-align:center;pointer-events:none;transition:opacity .45s ease}.panel:hover .edge-label{opacity:0}.el-abbr{font-family:Cormorant Garamond,serif;font-size:clamp(52px,7vw,96px);font-weight:300;line-height:1;color:#ffffff1a;letter-spacing:.04em}.el-arrow{font-size:11px;font-weight:400;color:#ffffff4d;letter-spacing:.15em;text-transform:uppercase;margin-top:8px}.panel-knust .el-arrow{color:#f5c51866}.panel-ug .el-arrow{color:#c4964a66}.bottom-strip{position:absolute;bottom:0;left:0;right:0;height:44px;z-index:20;display:flex;align-items:center;justify-content:center;background:#00000061;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.07)}.bs-inner{display:flex;align-items:center;gap:28px}.bs-item{font-size:10.5px;font-weight:400;color:#fff6;letter-spacing:.12em;text-transform:uppercase;display:flex;align-items:center;gap:8px}.bs-dot{width:3px;height:3px;border-radius:50%;background:#ffffff40}.v-divider{position:absolute;top:0;bottom:0;left:50%;width:1px;background:linear-gradient(180deg,transparent 0%,rgba(255,255,255,.12) 30%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.12) 70%,transparent 100%);z-index:25;pointer-events:none}@keyframes fadeUp{0%{opacity:0;transform:translate(-50%,calc(-50% + 20px))}to{opacity:1;transform:translate(-50%,-50%)}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.15);opacity:.7}}@keyframes slideFromLeft{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0% 0 0)}}@keyframes slideFromRight{0%{clip-path:inset(0 0 0 100%)}to{clip-path:inset(0 0 0 0%)}}@media (max-width: 768px){html,body{overflow:auto}.stage{flex-direction:column;height:auto;min-height:100vh;overflow:visible}.panel{flex:none!important;height:50vh;min-height:320px;align-items:center;padding-bottom:0;transition:none}.stage:has(.panel:hover) .panel:not(:hover){flex:none}.panel:hover{flex:none}.panel-content{transform:translateY(0);opacity:1}.edge-label{display:none}.center-badge{position:relative;top:auto;left:auto;transform:none;animation:none;z-index:30;padding:20px 0;background:#0a0a0a}.v-divider,.cb-line{display:none}.seal-img{width:110px;height:110px;opacity:.2}.panel:hover .seal-img{opacity:.85;transform:scale(1)}.bottom-strip{position:relative}.uni-name{font-size:20px}}@media (max-width: 480px){.panel{min-height:280px}.panel-btns{flex-direction:column;align-items:center}.btn-knust-primary,.btn-knust-ghost,.btn-ug-primary,.btn-ug-ghost{width:200px}}.knust-page{--g-deep: #1d3a2a;--g-mid: #2d6a4f;--g-light: #3d8a65;--cream: #f7f2ea;--cream2: #ede8df;--gold: #c4964a;--gold-lt: #d8ad6a;--ink: #1a1916;--muted: #6b6560;--faint: #a8a39e;--section-pad: 110px 72px;--radius: 3px}.knust-page .reveal{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s ease}.knust-page .reveal.in{opacity:1;transform:none}.knust-page .reveal-delay-1{transition-delay:.1s}.knust-page .reveal-delay-2{transition-delay:.22s}.knust-page .reveal-delay-3{transition-delay:.34s}.knust-page .reveal-delay-4{transition-delay:.46s}.knust-page #nav{position:fixed;top:0;left:0;right:0;z-index:999;display:flex;align-items:center;justify-content:space-between;padding:28px 60px;transition:background .5s ease,padding .4s ease,backdrop-filter .4s}.knust-page #nav.solid{background:#1d3a2af7;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:16px 60px;box-shadow:0 1px #ffffff0f,0 8px 32px #00000038}.knust-page .nav-logo{display:flex;align-items:center;gap:9px;text-decoration:none}.knust-page .enfoni-logo{display:block;height:auto;object-fit:contain}.knust-page .landing-brand-logo{width:144px}.knust-page .footer-brand-logo{width:164px}.knust-page .logo-pills{display:flex;gap:3px;align-items:flex-end}.knust-page .lp{width:8px;height:17px;border-radius:4px 4px 2px 2px}.knust-page .lp-r{background:#e53935}.knust-page .lp-y{background:#f4c20d}.knust-page .lp-b{background:#3d8fd4}.knust-page .lp-g{background:#27a85a}.knust-page .logo-word{font-size:21px;font-weight:700;color:#fff;letter-spacing:-.4px}.knust-page .nav-links{display:flex;gap:34px;list-style:none}.knust-page .nav-links a{color:#ffffffb8;font-size:13px;font-weight:400;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;transition:color .2s}.knust-page .nav-links a:hover{color:#fff}.knust-page .nav-cta{background:var(--gold);color:#fff;padding:10px 26px;border-radius:var(--radius);text-decoration:none;font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;transition:background .2s,transform .2s}.knust-page .nav-cta:hover{background:var(--gold-lt);transform:translateY(-1px)}.knust-page .hero{min-height:100vh;background:var(--g-deep);display:grid;grid-template-columns:1fr 1fr;position:relative;overflow:hidden}.knust-page .hero-orb{position:absolute;right:-8%;top:-20%;width:62%;height:140%;background:radial-gradient(ellipse at 60% 40%,#2d6a4f,#1d3a2a 60%);border-radius:50% 0 0 50%;opacity:.55}.knust-page .hero-orb2{position:absolute;left:36%;bottom:-30%;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,rgba(196,150,74,.07) 0%,transparent 70%)}.knust-page .hero-left{position:relative;z-index:2;padding:160px 64px 100px 72px;display:flex;flex-direction:column;justify-content:center}.knust-page .hero-eyebrow{font-size:11px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:26px;display:flex;align-items:center;gap:12px}.knust-page .hero-eyebrow:before{content:"";display:block;width:32px;height:1px;background:var(--gold)}.knust-page .hero-h1{font-family:Cormorant Garamond,serif;font-size:clamp(54px,5.8vw,88px);font-weight:300;line-height:1.04;color:#fff;margin-bottom:30px}.knust-page .hero-h1 em{font-style:italic;color:var(--gold-lt)}.knust-page .hero-p{font-size:15.5px;font-weight:300;line-height:1.78;color:#fff9;max-width:420px;margin-bottom:52px}.knust-page .hero-btns{display:flex;align-items:center;gap:24px}.knust-page .btn-gold{background:var(--gold);color:#fff;padding:16px 38px;border-radius:var(--radius);text-decoration:none;font-size:12px;font-weight:600;letter-spacing:.13em;text-transform:uppercase;transition:background .25s,transform .25s;display:inline-block}.knust-page .btn-gold:hover{background:var(--gold-lt);transform:translateY(-2px)}.knust-page .btn-ghost-white{color:#ffffffa6;font-size:12px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;display:flex;align-items:center;gap:10px;transition:color .2s}.knust-page .btn-ghost-white svg{transition:transform .2s}.knust-page .btn-ghost-white:hover{color:#fff}.knust-page .btn-ghost-white:hover svg{transform:translate(4px)}.knust-page .hero-right{position:relative;z-index:2;display:flex;align-items:flex-end;justify-content:center;padding-top:80px}.knust-page .hero-img-wrap{width:88%;max-width:540px;height:720px;background:linear-gradient(170deg,#3d8a652e,#1d3a2a66);border-radius:8px 8px 0 0;border:1px solid rgba(255,255,255,.08);border-bottom:none;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.knust-page .hero-img-wrap:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(45deg,transparent,transparent 18px,rgba(255,255,255,.022) 18px,rgba(255,255,255,.022) 36px)}.knust-page .ph-label{font-family:monospace;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#ffffff38;text-align:center;line-height:1.8;position:relative;z-index:1}.knust-page .hero-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center 12%;z-index:2}.knust-page .hero-img-wrap:before{display:none}.knust-page .schools-bar{background:#fff;padding:0 72px;display:flex;align-items:stretch;border-bottom:1px solid var(--cream2)}.knust-page .sb-label{font-size:10px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--faint);white-space:nowrap;padding:36px 60px 36px 0;border-right:1px solid var(--cream2);display:flex;align-items:center}.knust-page .sb-schools{display:flex;align-items:center;gap:52px;padding:0 60px;overflow:hidden}.knust-page .sb-school{font-size:14px;font-weight:500;color:var(--muted);white-space:nowrap;transition:color .2s}.knust-page .sb-school:hover{color:var(--g-mid)}.knust-page .sec{padding:var(--section-pad)}.knust-page .sec-eye{font-size:10.5px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:14px;display:flex;align-items:center;gap:10px}.knust-page .sec-eye:before{content:"";width:24px;height:1px;background:var(--gold)}.knust-page .sec-h2{font-family:Cormorant Garamond,serif;font-size:clamp(36px,3.6vw,56px);font-weight:400;line-height:1.1;color:var(--ink)}.knust-page .sec-sub{font-size:15px;font-weight:300;line-height:1.78;color:var(--muted);max-width:540px;margin-top:14px}.knust-page .sec-hdr{margin-bottom:64px}.knust-page .services{background:var(--cream)}.knust-page .svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--cream2)}.knust-page .svc-card{background:#fff;padding:52px 44px;position:relative;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease;cursor:default}.knust-page .svc-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold),var(--gold-lt));transform:scaleX(0);transform-origin:left;transition:transform .45s cubic-bezier(.4,0,.2,1)}.knust-page .svc-card:hover:after{transform:scaleX(1)}.knust-page .svc-card:hover{transform:translateY(-6px);box-shadow:0 24px 64px #00000017}.knust-page .svc-num{font-family:Cormorant Garamond,serif;font-size:64px;font-weight:300;line-height:1;color:var(--cream2);margin-bottom:26px;-webkit-user-select:none;user-select:none}.knust-page .svc-h3{font-family:Cormorant Garamond,serif;font-size:26px;font-weight:500;color:var(--ink);margin-bottom:16px;line-height:1.2}.knust-page .svc-p{font-size:14px;font-weight:300;line-height:1.82;color:var(--muted);margin-bottom:34px}.knust-page .svc-link{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--g-mid);text-decoration:none;display:flex;align-items:center;gap:8px;transition:gap .25s,color .25s}.knust-page .svc-link:hover{gap:14px;color:var(--g-deep)}.knust-page .shop-disabled{opacity:.42;filter:blur(.35px) grayscale(1);cursor:not-allowed;pointer-events:none}.knust-page .gallery{background:var(--g-deep)}.knust-page .gallery .sec-h2{color:#fff}.knust-page .gallery .sec-sub{color:#ffffff73}.knust-page .gal-filters{display:flex;gap:4px;margin-bottom:36px}.knust-page .gf-btn{padding:8px 22px;background:transparent;border:1px solid rgba(255,255,255,.16);color:#ffffff85;font-family:DM Sans,sans-serif;font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border-radius:var(--radius);transition:all .2s}.knust-page .gf-btn.active,.knust-page .gf-btn:hover{background:var(--gold);border-color:var(--gold);color:#fff}.knust-page .gal-marquee{width:100%;overflow:hidden;position:relative;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 6%,#000 94%,transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 6%,#000 94%,transparent 100%)}.knust-page .gal-track{display:flex;gap:18px;width:max-content;animation:galScroll 60s linear infinite;will-change:transform}.knust-page .gal-marquee:hover .gal-track{animation-play-state:paused}.knust-page .gal-item{flex:0 0 auto;width:320px;aspect-ratio:.84;background:#cac3ba;overflow:hidden;position:relative;border-radius:0}.knust-page .gal-item:before{display:none}.knust-page .gal-item img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center;z-index:1}.knust-page .gal-lbl{font-family:monospace;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:#fff3;text-align:center;line-height:1.8;position:relative;z-index:1}.knust-page .testimonials{background:#fff}.knust-page .testi-grid{display:grid;grid-template-columns:5fr 7fr;gap:96px;align-items:start}.knust-page .testi-intro{position:sticky;top:120px}.knust-page .testi-intro .sec-h2{font-size:clamp(32px,3vw,46px)}.knust-page .testi-intro .sec-sub{margin-top:18px}.knust-page .stars{display:flex;gap:4px;margin-bottom:20px}.knust-page .star{width:13px;height:13px;background:var(--gold);clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}.knust-page .testi-cards{display:flex;flex-direction:column;gap:20px}.knust-page .testi-card{padding:40px 44px;border:1px solid var(--cream2);border-radius:var(--radius);transition:box-shadow .3s}.knust-page .testi-card:hover{box-shadow:0 8px 40px #0000000f}.knust-page .testi-q{font-family:Cormorant Garamond,serif;font-size:21px;font-weight:400;font-style:italic;line-height:1.65;color:var(--ink);margin-bottom:28px;position:relative}.knust-page .testi-q:before{content:"“";font-size:80px;line-height:0;vertical-align:-.45em;color:var(--gold);margin-right:2px;opacity:.6;font-family:Cormorant Garamond,serif}.knust-page .testi-author{display:flex;align-items:center;gap:16px}.knust-page .t-avatar{width:44px;height:44px;border-radius:50%;background:var(--cream2);display:flex;align-items:center;justify-content:center;font-family:Cormorant Garamond,serif;font-size:20px;font-weight:500;color:var(--muted);flex-shrink:0}.knust-page .t-name{font-size:14px;font-weight:500;color:var(--ink)}.knust-page .t-role{font-size:12px;color:var(--faint);margin-top:2px}.knust-page .pricing{background:var(--cream)}.knust-page .price-grid-top{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--cream2);margin-bottom:2px}.knust-page .price-grid-bot{display:grid;grid-template-columns:1fr 1fr;gap:2px;background:var(--cream2);max-width:66.67%}.knust-page .pc{background:#fff;padding:50px 42px;transition:transform .3s ease,box-shadow .3s ease;position:relative}.knust-page .pc:hover{transform:translateY(-5px);box-shadow:0 20px 60px #00000014;z-index:1}.knust-page .pc.feat{background:var(--g-deep)}.knust-page .pc-tag{font-size:10px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--faint);margin-bottom:6px}.knust-page .pc.feat .pc-tag{color:#fff6}.knust-page .pc-name{font-family:Cormorant Garamond,serif;font-size:28px;font-weight:400;color:var(--ink);margin-bottom:28px;line-height:1.1}.knust-page .pc.feat .pc-name{color:#fff}.knust-page .pc-price{font-family:Cormorant Garamond,serif;font-size:58px;font-weight:300;line-height:1;color:var(--ink)}.knust-page .pc.feat .pc-price{color:var(--gold-lt)}.knust-page .pc-curr{font-size:22px;font-weight:400;vertical-align:super}.knust-page .pc-period{font-size:12px;color:var(--faint);margin-top:6px;margin-bottom:30px}.knust-page .pc.feat .pc-period{color:#ffffff59}.knust-page .pc-feats{list-style:none;margin-bottom:36px}.knust-page .pc-feats li{font-size:13.5px;font-weight:300;color:var(--muted);padding:9px 0;border-bottom:1px solid var(--cream2);display:flex;align-items:center;gap:10px}.knust-page .pc.feat .pc-feats li{color:#ffffffa6;border-bottom-color:#ffffff14}.knust-page .pc-feats li:before{content:"";width:4px;height:4px;border-radius:50%;background:var(--gold);flex-shrink:0}.knust-page .pc-btn{width:100%;padding:14px;background:var(--cream);border:1px solid var(--cream2);color:var(--ink);font-family:DM Sans,sans-serif;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border-radius:var(--radius);transition:all .22s}.knust-page .pc-btn:hover{background:var(--ink);color:#fff;border-color:var(--ink)}.knust-page .pc.feat .pc-btn{background:var(--gold);border-color:var(--gold);color:#fff}.knust-page .pc.feat .pc-btn:hover{background:var(--gold-lt);border-color:var(--gold-lt)}.knust-page .faq{background:#fff}.knust-page .faq-wrap{display:grid;grid-template-columns:5fr 7fr;gap:96px}.knust-page .faq-intro .sec-h2{font-size:clamp(32px,3vw,46px)}.knust-page .faq-intro .sec-sub{margin-top:18px}.knust-page .faq-list{display:flex;flex-direction:column}.knust-page .faq-item{border-bottom:1px solid var(--cream2)}.knust-page .faq-btn{width:100%;background:none;border:none;padding:22px 0;text-align:left;font-family:DM Sans,sans-serif;font-size:14.5px;font-weight:400;color:var(--ink);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:20px;transition:color .2s}.knust-page .faq-btn:hover{color:var(--g-mid)}.knust-page .faq-ico{width:22px;height:22px;flex-shrink:0;border:1px solid var(--cream2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--muted);line-height:1;transition:all .3s;-webkit-user-select:none;user-select:none}.knust-page .faq-item.open .faq-ico{background:var(--gold);border-color:var(--gold);color:#fff;transform:rotate(45deg)}.knust-page .faq-ans{font-size:14px;font-weight:300;line-height:1.82;color:var(--muted);max-height:0;overflow:hidden;transition:max-height .4s ease,padding-bottom .3s}.knust-page .faq-item.open .faq-ans{max-height:220px;padding-bottom:24px}.knust-page .cta-strip{background:var(--g-deep);padding:80px 72px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:48px}.knust-page .cta-strip h2{font-family:Cormorant Garamond,serif;font-size:clamp(32px,3.2vw,50px);font-weight:300;color:#fff;line-height:1.15}.knust-page .cta-strip h2 em{font-style:italic;color:var(--gold-lt)}.knust-page .cta-strip p{font-size:14px;font-weight:300;color:#ffffff80;margin-top:12px}.knust-page .cta-strip-btns{display:flex;flex-direction:column;gap:12px;align-items:flex-end}.knust-page .btn-outline-white{padding:14px 32px;border:1px solid rgba(255,255,255,.28);color:#ffffffb3;border-radius:var(--radius);text-decoration:none;font-size:12px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;transition:all .2s}.knust-page .btn-outline-white:hover{border-color:#fff;color:#fff}.knust-page footer{background:#111410;color:#ffffff70;padding:64px 72px 40px}.knust-page .ft-top{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:64px;margin-bottom:56px;padding-bottom:56px;border-bottom:1px solid rgba(255,255,255,.07)}.knust-page .ft-tagline{font-size:13px;font-weight:300;line-height:1.78;margin-top:14px;max-width:280px}.knust-page .ft-col-head{font-size:10.5px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#ffffffbf;margin-bottom:22px}.knust-page .ft-links{list-style:none;display:flex;flex-direction:column;gap:11px}.knust-page .ft-links a{color:#fff6;text-decoration:none;font-size:13.5px;font-weight:300;transition:color .2s}.knust-page .ft-links a:hover{color:#ffffffe6}.knust-page .ft-bot{display:flex;justify-content:space-between;align-items:center;font-size:12px}.knust-page .ft-social{display:flex;gap:12px}.knust-page .ft-soc-link{width:36px;height:36px;border:1px solid rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ffffff5c;text-decoration:none;font-size:12px;transition:border-color .2s,color .2s}.knust-page .ft-soc-link:hover{border-color:var(--gold);color:var(--gold)}@media (max-width: 1024px){.knust-page :root{--section-pad: 80px 48px}.knust-page #nav{padding:22px 40px}.knust-page #nav.solid{padding:14px 40px}.knust-page .hero{grid-template-columns:1fr;min-height:auto}.knust-page .hero-left{padding:140px 48px 60px}.knust-page .hero-right{justify-content:flex-start;padding:0 48px 60px}.knust-page .hero-img-wrap{width:100%;max-width:100%;height:560px;border-radius:8px;border:1px solid rgba(255,255,255,.08)}.knust-page .hero-orb{display:none}.knust-page .svc-grid{grid-template-columns:1fr 1fr}.knust-page .gal-item{width:260px}.knust-page .testi-grid{grid-template-columns:1fr;gap:48px}.knust-page .testi-intro{position:static}.knust-page .price-grid-top{grid-template-columns:1fr 1fr}.knust-page .price-grid-bot{max-width:100%}.knust-page .faq-wrap{grid-template-columns:1fr;gap:48px}.knust-page .faq-intro{position:static}.knust-page .ft-top{grid-template-columns:1fr 1fr;gap:40px}.knust-page .cta-strip{grid-template-columns:1fr;gap:32px}.knust-page .cta-strip-btns{align-items:flex-start;flex-direction:row}.knust-page .schools-bar{padding:0 40px}.knust-page .sb-schools{gap:36px;overflow-x:auto;padding:0 32px}}@media (max-width: 768px){.knust-page :root{--section-pad: 64px 24px}.knust-page #nav{padding:18px 24px}.knust-page #nav.solid{padding:14px 24px}.knust-page .nav-links,.knust-page .nav-cta{display:none}.knust-page .nav-hamburger{display:flex}.knust-page #mobile-menu{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:998;background:var(--g-deep);flex-direction:column;align-items:center;justify-content:center;gap:36px}.knust-page #mobile-menu.open{display:flex}.knust-page #mobile-menu a{color:#fffc;font-size:28px;font-family:Cormorant Garamond,serif;font-weight:300;text-decoration:none;letter-spacing:.04em;transition:color .2s}.knust-page #mobile-menu a:hover{color:var(--gold)}.knust-page #mobile-menu .m-cta{background:var(--gold);color:#fff;padding:14px 40px;border-radius:var(--radius);font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.knust-page .menu-close-btn{position:absolute;top:22px;right:24px;background:none;border:none;color:#fff9;font-size:32px;cursor:pointer;line-height:1}.knust-page .hero{grid-template-columns:1fr}.knust-page .hero-left{padding:120px 24px 40px}.knust-page .hero-h1{font-size:clamp(42px,10vw,60px)}.knust-page .hero-p{font-size:15px}.knust-page .hero-btns{flex-direction:column;align-items:flex-start;gap:16px}.knust-page .hero-right{padding:0 24px 56px}.knust-page .hero-img-wrap{max-width:100%;height:480px;border-radius:6px;border:1px solid rgba(255,255,255,.08)}.knust-page .hero-orb,.knust-page .hero-orb2{display:none}.knust-page .schools-bar{padding:0 24px;flex-wrap:wrap;gap:0}.knust-page .sb-label{padding:20px 0;border-right:none;border-bottom:1px solid var(--cream2);width:100%}.knust-page .sb-schools{padding:20px 0;gap:28px;overflow-x:auto;width:100%;flex-wrap:nowrap}.knust-page .svc-grid{grid-template-columns:1fr}.knust-page .svc-card{padding:40px 28px}.knust-page .gal-item{width:220px}.knust-page .gal-track{gap:14px;animation-duration:50s}.knust-page .testi-grid{grid-template-columns:1fr;gap:40px}.knust-page .testi-intro{position:static}.knust-page .testi-card{padding:28px 24px}.knust-page .testi-q{font-size:18px}.knust-page .price-grid-top{grid-template-columns:1fr}.knust-page .price-grid-bot{grid-template-columns:1fr;max-width:100%}.knust-page .pc{padding:40px 28px}.knust-page .faq-wrap{grid-template-columns:1fr;gap:40px}.knust-page .faq-intro{position:static}.knust-page .cta-strip{padding:60px 24px;grid-template-columns:1fr;gap:28px}.knust-page .cta-strip-btns{flex-direction:column;align-items:flex-start;gap:12px}.knust-page .ft-top{grid-template-columns:1fr;gap:40px}.knust-page footer{padding:48px 24px 32px}.knust-page .ft-bot{flex-direction:column;gap:20px;align-items:flex-start}.knust-page .sec{padding:var(--section-pad)}.knust-page .sec-hdr{margin-bottom:44px}.knust-page #tweaks-panel{right:12px;bottom:12px;width:calc(100vw - 24px);max-width:320px}}@media (max-width: 480px){.knust-page .hero-h1{font-size:38px}.knust-page .sec-h2{font-size:32px!important}.knust-page .gal-item{width:180px}.knust-page .gal-track{gap:10px;animation-duration:40s}.knust-page .btn-gold{width:100%;text-align:center}}.knust-page #mobile-menu{display:none}.knust-page #mobile-menu.open{display:flex}.knust-page .nav-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.knust-page .nav-hamburger span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:all .3s}.knust-page #tweaks-panel{display:none;position:fixed;bottom:24px;right:24px;z-index:9999;background:#fff;border-radius:10px;box-shadow:0 8px 48px #0000002e,0 1px #0000000f;width:260px;overflow:hidden;font-family:DM Sans,sans-serif}.knust-page #tweaks-panel.show{display:block}.knust-page .tp-head{padding:16px 18px;font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--ink);border-bottom:1px solid var(--cream2);display:flex;justify-content:space-between;align-items:center}.knust-page .tp-close{background:none;border:none;cursor:pointer;font-size:18px;color:var(--muted);line-height:1;padding:0 2px}.knust-page .tp-body{padding:16px 18px;display:flex;flex-direction:column;gap:18px}.knust-page .tp-label{font-size:10.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--faint);margin-bottom:8px}.knust-page .tp-swatches{display:flex;gap:8px}.knust-page .tp-swatch{width:28px;height:28px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:transform .15s;flex-shrink:0}.knust-page .tp-swatch:hover{transform:scale(1.12)}.knust-page .tp-swatch.active{border-color:var(--ink)}.knust-page .tp-radios{display:flex;gap:4px}.knust-page .tp-radio{flex:1;padding:7px 4px;background:var(--cream);border:1px solid var(--cream2);border-radius:var(--radius);font-size:11px;font-weight:500;color:var(--muted);cursor:pointer;text-align:center;transition:all .15s}.knust-page .tp-radio.active{background:var(--ink);color:#fff;border-color:var(--ink)}.knust-page .tp-slider-row{display:flex;align-items:center;gap:10px}.knust-page .tp-slider{flex:1;accent-color:var(--gold)}.knust-page .tp-val{font-size:12px;font-weight:500;color:var(--ink);width:28px;text-align:right}.ug-page{--g-deep: #002B6E;--g-mid: #1a3f8f;--g-light: #2951a3;--cream: #f7f2ea;--cream2: #ede8df;--gold: #C9A84C;--gold-lt: #DDB96A;--ink: #1a1916;--muted: #6b6560;--faint: #a8a39e;--section-pad: 110px 72px;--radius: 3px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:DM Sans,sans-serif;background:#f7f2ea;color:#1a1916;overflow-x:hidden}.ug-page .reveal{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s ease}.ug-page .reveal.in{opacity:1;transform:none}.ug-page .reveal-delay-1{transition-delay:.1s}.ug-page .reveal-delay-2{transition-delay:.22s}.ug-page .reveal-delay-3{transition-delay:.34s}.ug-page .reveal-delay-4{transition-delay:.46s}.ug-page #nav{position:fixed;top:0;left:0;right:0;z-index:999;display:flex;align-items:center;justify-content:space-between;padding:28px 60px;transition:background .5s ease,padding .4s ease,backdrop-filter .4s}.ug-page #nav.solid{background:#002b6ef7;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:16px 60px;box-shadow:0 1px #ffffff0f,0 8px 32px #00000038}.ug-page .nav-logo{display:flex;align-items:center;gap:9px;text-decoration:none}.ug-page .enfoni-logo{display:block;height:auto;object-fit:contain}.ug-page .landing-brand-logo{width:144px}.ug-page .footer-brand-logo{width:164px}.ug-page .logo-pills{display:flex;gap:3px;align-items:flex-end}.ug-page .lp{width:8px;height:17px;border-radius:4px 4px 2px 2px}.ug-page .lp-r{background:#e53935}.ug-page .lp-y{background:#f4c20d}.ug-page .lp-b{background:#3d8fd4}.ug-page .lp-g{background:#27a85a}.ug-page .logo-word{font-size:21px;font-weight:700;color:#fff;letter-spacing:-.4px}.ug-page .nav-links{display:flex;gap:34px;list-style:none}.ug-page .nav-links a{color:#ffffffb8;font-size:13px;font-weight:400;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;transition:color .2s}.ug-page .nav-links a:hover{color:#fff}.ug-page .nav-cta{background:var(--gold);color:#fff;padding:10px 26px;border-radius:var(--radius);text-decoration:none;font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;transition:background .2s,transform .2s}.ug-page .nav-cta:hover{background:var(--gold-lt);transform:translateY(-1px)}.ug-page .hero{min-height:100vh;background:var(--g-deep);display:grid;grid-template-columns:1fr 1fr;position:relative;overflow:hidden}.ug-page .hero-orb{position:absolute;right:-8%;top:-20%;width:62%;height:140%;background:radial-gradient(ellipse at 60% 40%,#1a3f8f,#002b6e 60%);border-radius:50% 0 0 50%;opacity:.55}.ug-page .hero-orb2{position:absolute;left:36%;bottom:-30%;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,rgba(201,168,76,.07) 0%,transparent 70%)}.ug-page .hero-left{position:relative;z-index:2;padding:160px 64px 100px 72px;display:flex;flex-direction:column;justify-content:center}.ug-page .hero-eyebrow{font-size:11px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:26px;display:flex;align-items:center;gap:12px}.ug-page .hero-eyebrow:before{content:"";display:block;width:32px;height:1px;background:var(--gold)}.ug-page .hero-h1{font-family:Cormorant Garamond,serif;font-size:clamp(54px,5.8vw,88px);font-weight:300;line-height:1.04;color:#fff;margin-bottom:30px}.ug-page .hero-h1 em{font-style:italic;color:var(--gold-lt)}.ug-page .hero-p{font-size:15.5px;font-weight:300;line-height:1.78;color:#fff9;max-width:420px;margin-bottom:52px}.ug-page .hero-btns{display:flex;align-items:center;gap:24px}.ug-page .btn-gold{background:var(--gold);color:#fff;padding:16px 38px;border-radius:var(--radius);text-decoration:none;font-size:12px;font-weight:600;letter-spacing:.13em;text-transform:uppercase;transition:background .25s,transform .25s;display:inline-block}.ug-page .btn-gold:hover{background:var(--gold-lt);transform:translateY(-2px)}.ug-page .btn-ghost-white{color:#ffffffa6;font-size:12px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;display:flex;align-items:center;gap:10px;transition:color .2s}.ug-page .btn-ghost-white svg{transition:transform .2s}.ug-page .btn-ghost-white:hover{color:#fff}.ug-page .btn-ghost-white:hover svg{transform:translate(4px)}.ug-page .hero-right{position:relative;z-index:2;display:flex;align-items:flex-end;justify-content:center;padding-top:80px}.ug-page .hero-img-wrap{width:88%;max-width:540px;height:720px;background:linear-gradient(170deg,#2951a32e,#002b6e66);border-radius:8px 8px 0 0;border:1px solid rgba(255,255,255,.08);border-bottom:none;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.ug-page .hero-img-wrap:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(45deg,transparent,transparent 18px,rgba(255,255,255,.022) 18px,rgba(255,255,255,.022) 36px)}.ug-page .ph-label{font-family:monospace;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#ffffff38;text-align:center;line-height:1.8;position:relative;z-index:1}.ug-page .hero-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center 12%;z-index:2}.ug-page .hero-img-wrap:before{display:none}.ug-page .schools-bar{background:#fff;padding:0 72px;display:flex;align-items:stretch;border-bottom:1px solid var(--cream2)}.ug-page .sb-label{font-size:10px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--faint);white-space:nowrap;padding:36px 60px 36px 0;border-right:1px solid var(--cream2);display:flex;align-items:center}.ug-page .sb-schools{display:flex;align-items:center;gap:52px;padding:0 60px;overflow:hidden}.ug-page .sb-school{font-size:14px;font-weight:500;color:var(--muted);white-space:nowrap;transition:color .2s}.ug-page .sb-school:hover{color:var(--g-mid)}.ug-page .sec{padding:var(--section-pad)}.ug-page .sec-eye{font-size:10.5px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:14px;display:flex;align-items:center;gap:10px}.ug-page .sec-eye:before{content:"";width:24px;height:1px;background:var(--gold)}.ug-page .sec-h2{font-family:Cormorant Garamond,serif;font-size:clamp(36px,3.6vw,56px);font-weight:400;line-height:1.1;color:var(--ink)}.ug-page .sec-sub{font-size:15px;font-weight:300;line-height:1.78;color:var(--muted);max-width:540px;margin-top:14px}.ug-page .sec-hdr{margin-bottom:64px}.ug-page .services{background:var(--cream)}.ug-page .svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--cream2)}.ug-page .svc-card{background:#fff;padding:52px 44px;position:relative;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease;cursor:default}.ug-page .svc-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold),var(--gold-lt));transform:scaleX(0);transform-origin:left;transition:transform .45s cubic-bezier(.4,0,.2,1)}.ug-page .svc-card:hover:after{transform:scaleX(1)}.ug-page .svc-card:hover{transform:translateY(-6px);box-shadow:0 24px 64px #00000017}.ug-page .svc-num{font-family:Cormorant Garamond,serif;font-size:64px;font-weight:300;line-height:1;color:var(--cream2);margin-bottom:26px;-webkit-user-select:none;user-select:none}.ug-page .svc-h3{font-family:Cormorant Garamond,serif;font-size:26px;font-weight:500;color:var(--ink);margin-bottom:16px;line-height:1.2}.ug-page .svc-p{font-size:14px;font-weight:300;line-height:1.82;color:var(--muted);margin-bottom:34px}.ug-page .svc-link{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--g-mid);text-decoration:none;display:flex;align-items:center;gap:8px;transition:gap .25s,color .25s}.ug-page .svc-link:hover{gap:14px;color:var(--g-deep)}.ug-page .gallery{background:var(--g-deep)}.ug-page .gallery .sec-h2{color:#fff}.ug-page .gallery .sec-sub{color:#ffffff73}.ug-page .gal-filters{display:flex;gap:4px;margin-bottom:36px}.ug-page .gf-btn{padding:8px 22px;background:transparent;border:1px solid rgba(255,255,255,.16);color:#ffffff85;font-family:DM Sans,sans-serif;font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border-radius:var(--radius);transition:all .2s}.ug-page .gf-btn.active,.ug-page .gf-btn:hover{background:var(--gold);border-color:var(--gold);color:#fff}.ug-page .gal-marquee{width:100%;overflow:hidden;position:relative;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 6%,#000 94%,transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 6%,#000 94%,transparent 100%)}.ug-page .gal-track{display:flex;gap:18px;width:max-content;animation:galScroll 60s linear infinite;will-change:transform}.ug-page .gal-marquee:hover .gal-track{animation-play-state:paused}.ug-page .gal-item{flex:0 0 auto;width:320px;aspect-ratio:.84;background:#cac3ba;overflow:hidden;position:relative;border-radius:0}.ug-page .gal-item:before{display:none}.ug-page .gal-item img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center;z-index:1}@keyframes galScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ug-page .gal-lbl{font-family:monospace;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:#fff3;text-align:center;line-height:1.8;position:relative;z-index:1}.ug-page .testimonials{background:#fff}.ug-page .testi-grid{display:grid;grid-template-columns:5fr 7fr;gap:96px;align-items:start}.ug-page .testi-intro{position:sticky;top:120px}.ug-page .testi-intro .sec-h2{font-size:clamp(32px,3vw,46px)}.ug-page .testi-intro .sec-sub{margin-top:18px}.ug-page .stars{display:flex;gap:4px;margin-bottom:20px}.ug-page .star{width:13px;height:13px;background:var(--gold);clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}.ug-page .testi-cards{display:flex;flex-direction:column;gap:20px}.ug-page .testi-card{padding:40px 44px;border:1px solid var(--cream2);border-radius:var(--radius);transition:box-shadow .3s}.ug-page .testi-card:hover{box-shadow:0 8px 40px #0000000f}.ug-page .testi-q{font-family:Cormorant Garamond,serif;font-size:21px;font-weight:400;font-style:italic;line-height:1.65;color:var(--ink);margin-bottom:28px;position:relative}.ug-page .testi-q:before{content:"“";font-size:80px;line-height:0;vertical-align:-.45em;color:var(--gold);margin-right:2px;opacity:.6;font-family:Cormorant Garamond,serif}.ug-page .testi-author{display:flex;align-items:center;gap:16px}.ug-page .t-avatar{width:44px;height:44px;border-radius:50%;background:var(--cream2);display:flex;align-items:center;justify-content:center;font-family:Cormorant Garamond,serif;font-size:20px;font-weight:500;color:var(--muted);flex-shrink:0}.ug-page .t-name{font-size:14px;font-weight:500;color:var(--ink)}.ug-page .t-role{font-size:12px;color:var(--faint);margin-top:2px}.ug-page .pricing{background:var(--cream)}.ug-page .price-grid-top{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--cream2);margin-bottom:2px}.ug-page .price-grid-bot{display:grid;grid-template-columns:1fr 1fr;gap:2px;background:var(--cream2);max-width:66.67%}.ug-page .pc{background:#fff;padding:50px 42px;transition:transform .3s ease,box-shadow .3s ease;position:relative}.ug-page .pc:hover{transform:translateY(-5px);box-shadow:0 20px 60px #00000014;z-index:1}.ug-page .pc.feat{background:var(--g-deep)}.ug-page .pc-tag{font-size:10px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--faint);margin-bottom:6px}.ug-page .pc.feat .pc-tag{color:#fff6}.ug-page .pc-name{font-family:Cormorant Garamond,serif;font-size:28px;font-weight:400;color:var(--ink);margin-bottom:28px;line-height:1.1}.ug-page .pc.feat .pc-name{color:#fff}.ug-page .pc-price{font-family:Cormorant Garamond,serif;font-size:58px;font-weight:300;line-height:1;color:var(--ink)}.ug-page .pc.feat .pc-price{color:var(--gold-lt)}.ug-page .pc-curr{font-size:22px;font-weight:400;vertical-align:super}.ug-page .pc-period{font-size:12px;color:var(--faint);margin-top:6px;margin-bottom:30px}.ug-page .pc.feat .pc-period{color:#ffffff59}.ug-page .pc-feats{list-style:none;margin-bottom:36px}.ug-page .pc-feats li{font-size:13.5px;font-weight:300;color:var(--muted);padding:9px 0;border-bottom:1px solid var(--cream2);display:flex;align-items:center;gap:10px}.ug-page .pc.feat .pc-feats li{color:#ffffffa6;border-bottom-color:#ffffff14}.ug-page .pc-feats li:before{content:"";width:4px;height:4px;border-radius:50%;background:var(--gold);flex-shrink:0}.ug-page .pc-btn{width:100%;padding:14px;background:var(--cream);border:1px solid var(--cream2);color:var(--ink);font-family:DM Sans,sans-serif;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border-radius:var(--radius);transition:all .22s}.ug-page .pc-btn:hover{background:var(--ink);color:#fff;border-color:var(--ink)}.ug-page .pc.feat .pc-btn{background:var(--gold);border-color:var(--gold);color:#fff}.ug-page .pc.feat .pc-btn:hover{background:var(--gold-lt);border-color:var(--gold-lt)}.ug-page .faq{background:#fff}.ug-page .faq-wrap{display:grid;grid-template-columns:5fr 7fr;gap:96px}.ug-page .faq-intro .sec-h2{font-size:clamp(32px,3vw,46px)}.ug-page .faq-intro .sec-sub{margin-top:18px}.ug-page .faq-list{display:flex;flex-direction:column}.ug-page .faq-item{border-bottom:1px solid var(--cream2)}.ug-page .faq-btn{width:100%;background:none;border:none;padding:22px 0;text-align:left;font-family:DM Sans,sans-serif;font-size:14.5px;font-weight:400;color:var(--ink);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:20px;transition:color .2s}.ug-page .faq-btn:hover{color:var(--g-mid)}.ug-page .faq-ico{width:22px;height:22px;flex-shrink:0;border:1px solid var(--cream2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--muted);line-height:1;transition:all .3s;-webkit-user-select:none;user-select:none}.ug-page .faq-item.open .faq-ico{background:var(--gold);border-color:var(--gold);color:#fff;transform:rotate(45deg)}.ug-page .faq-ans{font-size:14px;font-weight:300;line-height:1.82;color:var(--muted);max-height:0;overflow:hidden;transition:max-height .4s ease,padding-bottom .3s}.ug-page .faq-item.open .faq-ans{max-height:220px;padding-bottom:24px}.ug-page .cta-strip{background:var(--g-deep);padding:80px 72px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:48px}.ug-page .cta-strip h2{font-family:Cormorant Garamond,serif;font-size:clamp(32px,3.2vw,50px);font-weight:300;color:#fff;line-height:1.15}.ug-page .cta-strip h2 em{font-style:italic;color:var(--gold-lt)}.ug-page .cta-strip p{font-size:14px;font-weight:300;color:#ffffff80;margin-top:12px}.ug-page .cta-strip-btns{display:flex;flex-direction:column;gap:12px;align-items:flex-end}.ug-page .btn-outline-white{padding:14px 32px;border:1px solid rgba(255,255,255,.28);color:#ffffffb3;border-radius:var(--radius);text-decoration:none;font-size:12px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;transition:all .2s}.ug-page .btn-outline-white:hover{border-color:#fff;color:#fff}.ug-page footer{background:#06091a;color:#ffffff70;padding:64px 72px 40px}.ug-page .ft-top{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:64px;margin-bottom:56px;padding-bottom:56px;border-bottom:1px solid rgba(255,255,255,.07)}.ug-page .ft-tagline{font-size:13px;font-weight:300;line-height:1.78;margin-top:14px;max-width:280px}.ug-page .ft-col-head{font-size:10.5px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#ffffffbf;margin-bottom:22px}.ug-page .ft-links{list-style:none;display:flex;flex-direction:column;gap:11px}.ug-page .ft-links a{color:#fff6;text-decoration:none;font-size:13.5px;font-weight:300;transition:color .2s}.ug-page .ft-links a:hover{color:#ffffffe6}.ug-page .ft-bot{display:flex;justify-content:space-between;align-items:center;font-size:12px}.ug-page .ft-social{display:flex;gap:12px}.ug-page .ft-soc-link{width:36px;height:36px;border:1px solid rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ffffff5c;text-decoration:none;font-size:12px;transition:border-color .2s,color .2s}.ug-page .ft-soc-link:hover{border-color:var(--gold);color:var(--gold)}@media (max-width: 1024px){.ug-page :root{--section-pad: 80px 48px}.ug-page #nav{padding:22px 40px}.ug-page #nav.solid{padding:14px 40px}.ug-page .hero{grid-template-columns:1fr;min-height:auto}.ug-page .hero-left{padding:140px 48px 60px}.ug-page .hero-right{justify-content:flex-start;padding:0 48px 60px}.ug-page .hero-img-wrap{width:100%;max-width:100%;height:560px;border-radius:8px;border:1px solid rgba(255,255,255,.08)}.ug-page .hero-orb{display:none}.ug-page .svc-grid{grid-template-columns:1fr 1fr}.ug-page .gal-item{width:260px}.ug-page .testi-grid{grid-template-columns:1fr;gap:48px}.ug-page .testi-intro{position:static}.ug-page .price-grid-top{grid-template-columns:1fr 1fr}.ug-page .price-grid-bot{max-width:100%}.ug-page .faq-wrap{grid-template-columns:1fr;gap:48px}.ug-page .faq-intro{position:static}.ug-page .ft-top{grid-template-columns:1fr 1fr;gap:40px}.ug-page .cta-strip{grid-template-columns:1fr;gap:32px}.ug-page .cta-strip-btns{align-items:flex-start;flex-direction:row}.ug-page .schools-bar{padding:0 40px}.ug-page .sb-schools{gap:36px;overflow-x:auto;padding:0 32px}}@media (max-width: 768px){.ug-page :root{--section-pad: 64px 24px}.ug-page #nav{padding:18px 24px}.ug-page #nav.solid{padding:14px 24px}.ug-page .nav-links,.ug-page .nav-cta{display:none}.ug-page .nav-hamburger{display:flex}.ug-page #mobile-menu{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:998;background:var(--g-deep);flex-direction:column;align-items:center;justify-content:center;gap:36px}.ug-page #mobile-menu.open{display:flex}.ug-page #mobile-menu a{color:#fffc;font-size:28px;font-family:Cormorant Garamond,serif;font-weight:300;text-decoration:none;letter-spacing:.04em;transition:color .2s}.ug-page #mobile-menu a:hover{color:var(--gold)}.ug-page #mobile-menu .m-cta{background:var(--gold);color:#fff;padding:14px 40px;border-radius:var(--radius);font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.ug-page .menu-close-btn{position:absolute;top:22px;right:24px;background:none;border:none;color:#fff9;font-size:32px;cursor:pointer;line-height:1}.ug-page .hero{grid-template-columns:1fr}.ug-page .hero-left{padding:120px 24px 40px}.ug-page .hero-h1{font-size:clamp(42px,10vw,60px)}.ug-page .hero-p{font-size:15px}.ug-page .hero-btns{flex-direction:column;align-items:flex-start;gap:16px}.ug-page .hero-right{padding:0 24px 56px}.ug-page .hero-img-wrap{max-width:100%;height:480px;border-radius:6px;border:1px solid rgba(255,255,255,.08)}.ug-page .hero-orb,.ug-page .hero-orb2{display:none}.ug-page .schools-bar{padding:0 24px;flex-wrap:wrap;gap:0}.ug-page .sb-label{padding:20px 0;border-right:none;border-bottom:1px solid var(--cream2);width:100%}.ug-page .sb-schools{padding:20px 0;gap:28px;overflow-x:auto;width:100%;flex-wrap:nowrap}.ug-page .svc-grid{grid-template-columns:1fr}.ug-page .svc-card{padding:40px 28px}.ug-page .gal-item{width:220px}.ug-page .gal-track{gap:14px;animation-duration:50s}.ug-page .testi-grid{grid-template-columns:1fr;gap:40px}.ug-page .testi-intro{position:static}.ug-page .testi-card{padding:28px 24px}.ug-page .testi-q{font-size:18px}.ug-page .price-grid-top{grid-template-columns:1fr}.ug-page .price-grid-bot{grid-template-columns:1fr;max-width:100%}.ug-page .pc{padding:40px 28px}.ug-page .faq-wrap{grid-template-columns:1fr;gap:40px}.ug-page .faq-intro{position:static}.ug-page .cta-strip{padding:60px 24px;grid-template-columns:1fr;gap:28px}.ug-page .cta-strip-btns{flex-direction:column;align-items:flex-start;gap:12px}.ug-page .ft-top{grid-template-columns:1fr;gap:40px}.ug-page footer{padding:48px 24px 32px}.ug-page .ft-bot{flex-direction:column;gap:20px;align-items:flex-start}.ug-page .sec{padding:var(--section-pad)}.ug-page .sec-hdr{margin-bottom:44px}.ug-page #tweaks-panel{right:12px;bottom:12px;width:calc(100vw - 24px);max-width:320px}}@media (max-width: 480px){.ug-page .hero-h1{font-size:38px}.ug-page .sec-h2{font-size:32px!important}.ug-page .gal-item{width:180px}.ug-page .gal-track{gap:10px;animation-duration:40s}.ug-page .btn-gold{width:100%;text-align:center}}.ug-page #mobile-menu{display:none}.ug-page #mobile-menu.open{display:flex}.ug-page .nav-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.ug-page .nav-hamburger span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:all .3s}.ug-page #tweaks-panel{display:none;position:fixed;bottom:24px;right:24px;z-index:9999;background:#fff;border-radius:10px;box-shadow:0 8px 48px #0000002e,0 1px #0000000f;width:260px;overflow:hidden;font-family:DM Sans,sans-serif}.ug-page #tweaks-panel.show{display:block}.ug-page .tp-head{padding:16px 18px;font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--ink);border-bottom:1px solid var(--cream2);display:flex;justify-content:space-between;align-items:center}.ug-page .tp-close{background:none;border:none;cursor:pointer;font-size:18px;color:var(--muted);line-height:1;padding:0 2px}.ug-page .tp-body{padding:16px 18px;display:flex;flex-direction:column;gap:18px}.ug-page .tp-label{font-size:10.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--faint);margin-bottom:8px}.ug-page .tp-swatches{display:flex;gap:8px}.ug-page .tp-swatch{width:28px;height:28px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:transform .15s;flex-shrink:0}.ug-page .tp-swatch:hover{transform:scale(1.12)}.ug-page .tp-swatch.active{border-color:var(--ink)}.ug-page .tp-radios{display:flex;gap:4px}.ug-page .tp-radio{flex:1;padding:7px 4px;background:var(--cream);border:1px solid var(--cream2);border-radius:var(--radius);font-size:11px;font-weight:500;color:var(--muted);cursor:pointer;text-align:center;transition:all .15s}.ug-page .tp-radio.active{background:var(--ink);color:#fff;border-color:var(--ink)}.ug-page .tp-slider-row{display:flex;align-items:center;gap:10px}.ug-page .tp-slider{flex:1;accent-color:var(--gold)}.ug-page .tp-val{font-size:12px;font-weight:500;color:var(--ink);width:28px;text-align:right}
