@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");
:root { --bg:#030014; --card:rgba(255,255,255,.055); --line:rgba(176,157,255,.23); --text:#f8f7ff; --muted:#a7a3b8; --purple:#8b5cf6; --container:1120px; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; background:var(--bg); }
body { margin:0; overflow-x:hidden; background:var(--bg); color:var(--text); font-family:"Poppins",Arial,sans-serif; -webkit-font-smoothing:antialiased; }
a { color:inherit; text-decoration:none; }
button,input,textarea { font:inherit; }
button { color:inherit; }
img { display:block; max-width:100%; }
.top-line { position:fixed; inset:0 0 auto; z-index:100; height:3px; background:linear-gradient(90deg,#78d5d7,#95e3d4); }
.page-background { position:fixed; inset:0; z-index:-2; background:radial-gradient(circle at 12% 12%,rgba(89,32,148,.22),transparent 33%),radial-gradient(circle at 90% 15%,rgba(9,89,138,.25),transparent 34%),#030014; }
.page-background::after { content:""; position:absolute; inset:0; opacity:.34; background-image:linear-gradient(rgba(124,94,190,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(124,94,190,.09) 1px,transparent 1px); background-size:38px 38px; mask-image:linear-gradient(to bottom,black,transparent 96%); }

.site-header { position:fixed; top:3px; left:50%; z-index:90; display:flex; align-items:center; justify-content:space-between; width:min(calc(100% - 36px),var(--container)); height:68px; transform:translateX(-50%); background:rgba(3,0,20,.72); backdrop-filter:blur(16px); }
.brand { color:#925cf7; font-size:18px; font-weight:700; }
.nav-links { display:flex; align-items:center; gap:34px; height:100%; }
.nav-links a { position:relative; display:grid; place-items:center; height:100%; color:#dedbea; font-size:12px; font-weight:600; transition:color .2s ease; }
.nav-links a:hover,.nav-links a.active { color:#9b70ff; }
.nav-links a::after { content:""; position:absolute; bottom:12px; left:0; right:0; height:1px; transform:scaleX(0); background:#8b5cf6; transition:transform .2s ease; }
.nav-links a.active::after { transform:scaleX(1); }
.menu-button { display:none; border:0; background:none; cursor:pointer; }

.page-section { position:relative; min-height:100vh; scroll-margin-top:3px; border-bottom:1px solid rgba(114,87,165,.06); }
.section-inner { position:relative; z-index:2; width:min(calc(100% - 40px),var(--container)); margin:0 auto; }
.hero-section { display:flex; align-items:center; padding:92px 0 50px; }
.hero-grid { display:grid; grid-template-columns:minmax(0,1fr) minmax(420px,.92fr); align-items:center; gap:60px; }
.hero-copy { max-width:610px; }
.status-pill { display:inline-flex; align-items:center; gap:9px; margin-bottom:26px; padding:10px 18px; border:1px solid rgba(139,92,246,.45); border-radius:999px; background:linear-gradient(90deg,rgba(59,130,246,.12),rgba(168,85,247,.18)); box-shadow:0 0 28px rgba(139,92,246,.24),inset 0 0 18px rgba(139,92,246,.08); color:#aa87ff; font-size:12px; }
.status-pill svg { color:#65a7ff; }
.hero-copy h1 { margin:0; font-size:clamp(54px,5.2vw,78px); font-weight:700; letter-spacing:-.055em; line-height:1.02; }
.hero-copy h1 span { display:block; color:#f0eafb; }
.hero-copy h1 strong { display:block; background:linear-gradient(90deg,#6d70ec,#b34cf5); -webkit-background-clip:text; background-clip:text; color:transparent; font-weight:700; }
.type-line { display:flex; align-items:center; height:34px; margin-top:24px; color:#dbd7e8; font-size:clamp(18px,1.7vw,24px); font-weight:300; }
.caret { width:2px; height:24px; margin-left:4px; background:#9f74ff; animation:blink 1s steps(1) infinite; }
.hero-copy>p { max-width:580px; margin:19px 0 0; color:#9692a8; font-size:14px; line-height:1.72; }
.chips { display:flex; flex-wrap:wrap; gap:10px; margin-top:25px; }
.chips span { padding:8px 14px; border:1px solid rgba(202,190,228,.2); border-radius:999px; background:rgba(255,255,255,.055); color:#d0ccdc; font-size:11px; }
.hero-buttons,.about-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:25px; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:9px; min-height:44px; padding:0 20px; border:0; border-radius:5px; color:white; font-size:12px; font-weight:600; cursor:pointer; transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease; }
.button:hover { transform:translateY(-2px); }
.dark-button { min-width:150px; border:1px solid rgba(129,79,235,.45); background:rgba(5,3,19,.78); box-shadow:0 0 23px rgba(100,68,225,.22); }
.dark-button:hover { border-color:#a069ff; box-shadow:0 0 30px rgba(113,73,230,.38); }
.social-row { display:flex; gap:28px; margin-top:34px; }
.social-row a { display:grid; place-items:center; width:38px; height:38px; border:1px solid rgba(143,120,192,.24); border-radius:10px; background:rgba(255,255,255,.03); color:#aaa4bd; box-shadow:0 0 22px rgba(98,70,208,.14); transition:color .2s ease,border-color .2s ease,transform .2s ease; }
.social-row a:hover { color:white; border-color:#805ee4; transform:translateY(-3px); }
.hero-art { position:relative; z-index:1; display:grid; place-items:center; min-height:480px; }
.hero-art>div:not(.hero-glow),.hero-art dotlottie-wc { position:relative; z-index:2; width:100%; min-height:420px; }
.hero-glow { position:absolute; inset:12% 4%; border-radius:50%; background:radial-gradient(circle,rgba(91,77,220,.23),rgba(23,138,163,.08) 45%,transparent 72%); filter:blur(20px); }

.about-section,.portfolio-section,.contact-section { padding:82px 0 46px; }
.about-section { background:radial-gradient(circle at 88% 19%,rgba(10,91,135,.16),transparent 29%),rgba(1,0,15,.55); }
.section-title { margin-bottom:48px; }
.section-title.centered { text-align:center; }
.section-title h2 { margin:0; background:linear-gradient(90deg,#6f6bea,#ba4cf6); -webkit-background-clip:text; background-clip:text; color:transparent; font-size:31px; font-weight:800; letter-spacing:-.035em; }
.section-title p { margin:4px 0 0; color:#9f9aaa; font-size:11px; }
.about-top { display:grid; grid-template-columns:minmax(0,1.4fr) minmax(250px,.6fr); align-items:center; gap:80px; }
.about-copy h3 { margin:0 0 14px; color:#efedf8; font-size:33px; font-weight:700; letter-spacing:-.04em; line-height:1.08; }
.about-copy h3 span { color:#8654ef; }
.about-copy>p { max-width:690px; margin:0; color:#a9a5b8; font-size:13px; line-height:1.65; }
.about-copy>strong { display:block; margin-top:16px; color:#f3f1f7; font-size:13px; }
.gradient-button { background:linear-gradient(90deg,#6366f1,#ab4cf2); box-shadow:0 9px 26px rgba(120,75,224,.18); }
.outline-button { border:1px solid rgba(168,85,247,.55); background:rgba(168,85,247,.06); color:#b794ff; }
.profile-wrap { position:relative; justify-self:center; display:grid; place-items:center; width:230px; aspect-ratio:1; border:1px solid rgba(169,101,255,.42); border-radius:50%; background:linear-gradient(140deg,#7744e0,#50c6d6); box-shadow:0 0 38px rgba(123,69,222,.3); }
.profile-wrap::before { content:""; position:absolute; inset:-13px; border:1px solid rgba(117,92,217,.15); border-radius:inherit; }
.profile-wrap img { width:calc(100% - 7px); aspect-ratio:1; border:4px solid #07031b; border-radius:50%; object-fit:cover; object-position:center 35%; }
.stats-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:48px; }
.stats-grid article { position:relative; min-height:122px; padding:19px 22px 18px 62px; overflow:hidden; border:1px solid rgba(154,133,214,.17); border-radius:9px; background:rgba(39,34,73,.62); }
.stats-grid article::after { content:""; position:absolute; inset:auto -20px -60px auto; width:130px; height:130px; border-radius:50%; background:rgba(121,83,224,.06); }
.stat-icon { position:absolute; top:17px; left:16px; display:grid; place-items:center; width:38px; height:38px; border-radius:50%; background:rgba(255,255,255,.09); color:#dedaff; }
.stats-grid article>strong { position:absolute; top:23px; right:25px; font-size:25px; }
.stats-grid h4 { margin:48px 0 4px; color:#ccc8d9; font-size:9px; }
.stats-grid p { margin:0; color:#858196; font-size:8px; }
.stat-arrow { position:absolute; right:18px; bottom:16px; color:#aaa3bd; }
.experience-block { width:min(100%,600px); margin:38px auto 0; }
.experience-block>h3 { margin:0 0 16px; font-size:16px; }
.experience-item { display:grid; grid-template-columns:100px 1fr; gap:12px; margin-bottom:15px; }
.experience-item>span { color:#a580ff; font-size:9px; font-weight:600; }
.experience-item div { display:flex; flex-direction:column; gap:2px; }
.experience-item strong { color:#e3e0eb; font-size:11px; }
.experience-item p { margin:0; color:#8f8a9d; font-size:9px; }
.experience-block>h4 { margin:26px 0 7px; font-size:12px; }
.worked-with { margin:0; color:#aaa6b5; font-size:9px; }
.worked-with i { margin:0 7px; color:#7155c7; font-style:normal; }

.portfolio-section { display:flex; align-items:center; background:linear-gradient(90deg,rgba(24,8,53,.24),transparent 32%,rgba(4,30,56,.18)); }
.portfolio-section .section-title { margin-bottom:38px; }
.expertise-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.expertise-card { display:grid; grid-template-columns:42px 1fr; gap:14px; min-height:154px; padding:23px 24px; border:1px solid rgba(151,130,201,.25); border-radius:9px; background:rgba(13,10,29,.78); transition:border-color .2s ease,transform .2s ease,background .2s ease; }
.expertise-card:hover { transform:translateY(-3px); border-color:rgba(168,85,247,.55); background:rgba(23,16,48,.9); }
.expertise-icon { display:grid; place-items:center; width:38px; height:38px; border:1px solid rgba(161,104,240,.35); border-radius:8px; background:rgba(128,83,213,.09); color:#ac68ff; }
.expertise-card h3 { margin:0 0 7px; font-size:14px; font-weight:700; }
.expertise-card p,.expertise-card li { color:#aaa6b7; font-size:9px; line-height:1.55; }
.expertise-card p { margin:0 0 10px; }
.expertise-card ul { margin:0; padding:0; list-style:none; }
.expertise-card li { margin-top:5px; }
.expertise-card:last-child { grid-column:1; }

.contact-section { background:radial-gradient(circle at 88% 12%,rgba(4,55,94,.2),transparent 30%),rgba(1,0,14,.62); }
.contact-grid { display:grid; grid-template-columns:380px 1fr; align-items:start; gap:34px; padding-top:24px; }
.contact-left { display:grid; gap:18px; }
.glass-card { border:1px solid rgba(151,130,201,.13); border-radius:12px; background:rgba(32,28,51,.64); }
.enquiry-card { position:relative; padding:28px 31px 31px; }
.enquiry-card h2 { margin:0; color:#8c64f8; font-size:24px; }
.enquiry-card>p { margin:6px 0 23px; color:#aaa6b8; font-size:10px; line-height:1.5; }
.share-icon { position:absolute; top:28px; right:29px; color:#6f64c9; }
.enquiry-card form { display:grid; gap:16px; }
.enquiry-card label { display:flex; align-items:center; gap:10px; min-height:43px; padding:0 13px; border:1px solid rgba(204,196,224,.38); border-radius:7px; background:rgba(255,255,255,.065); color:#8f8a9f; }
.enquiry-card input,.enquiry-card textarea { width:100%; border:0; outline:0; background:transparent; color:white; font-size:10px; }
.enquiry-card input::placeholder,.enquiry-card textarea::placeholder,.comments-card input::placeholder,.comments-card textarea::placeholder { color:#858194; }
.message-field { align-items:flex-start!important; min-height:118px!important; padding-top:13px!important; }
.message-field textarea { min-height:88px; resize:none; }
.full-button { width:100%; min-height:42px; }
.contact-card-list { padding:23px 20px 24px; }
.contact-card-list h3 { display:flex; align-items:center; gap:8px; margin:0 0 18px; font-size:12px; }
.contact-card-list h3 span { width:22px; height:2px; background:#725df0; }
.contact-card-grid { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.contact-mini { display:flex; align-items:center; gap:10px; min-width:0; min-height:49px; padding:8px 10px; border:1px solid rgba(205,197,223,.18); border-radius:6px; background:rgba(255,255,255,.045); transition:border-color .2s ease,background .2s ease; }
.contact-mini:hover { border-color:rgba(152,106,251,.5); background:rgba(255,255,255,.08); }
.contact-mini.wide { grid-column:1/-1; }
.mini-icon { flex:0 0 auto; display:grid; place-items:center; width:30px; height:30px; border-radius:6px; }
.mini-icon.purple { background:rgba(168,85,247,.18); color:#bd6cff; }
.mini-icon.green { background:rgba(34,197,94,.15); color:#38d477; }
.mini-icon.blue { background:rgba(59,130,246,.16); color:#4e96ee; }
.mini-icon.pink { background:rgba(236,72,153,.16); color:#eb5b94; }
.contact-mini>span:last-child { min-width:0; display:flex; flex-direction:column; }
.contact-mini strong { overflow:hidden; color:#e8e5ef; font-size:9px; text-overflow:ellipsis; white-space:nowrap; }
.contact-mini small { overflow:hidden; color:#8d899a; font-size:8px; text-overflow:ellipsis; white-space:nowrap; }

.comments-card { min-height:716px; padding:24px 31px; }
.comments-card>h2 { display:flex; align-items:center; gap:8px; margin:0 -31px 20px; padding:0 31px 21px; border-bottom:1px solid rgba(203,195,220,.14); font-size:14px; font-weight:600; }
.comments-card>h2 strong { color:#7b6ef5; }
.comment-title-icon { display:grid; place-items:center; width:31px; height:31px; border-radius:8px; background:rgba(103,92,246,.15); color:#7770ff; }
.comments-card form { display:grid; }
.comments-card form>label { margin-bottom:8px; color:#d9d6e0; font-size:9px; font-style:normal; font-weight:600; }
.comments-card form>label i { color:#ff5f68; font-style:normal; }
.comments-card form>label small { color:#aaa5b6; font-weight:400; }
.comments-card input,.comments-card textarea { width:100%; margin-top:8px; border:1px solid rgba(205,196,224,.24); border-radius:7px; outline:0; background:rgba(255,255,255,.065); color:white; font-size:10px; transition:border-color .2s ease; }
.comments-card input { height:42px; padding:0 12px; }
.comments-card textarea { min-height:96px; padding:12px; resize:vertical; }
.comments-card input:focus,.comments-card textarea:focus { border-color:#7f68ed; }
.upload-box { display:flex; align-items:center; justify-content:center; gap:8px; width:100%; min-height:43px; border:1px dashed #775ff0; border-radius:7px; background:rgba(100,83,229,.08); color:#8c7cf8; font-size:9px; cursor:pointer; }
.hidden-input { display:none; }
.file-note { margin:8px 0 20px; color:#aaa5b4; font-size:8px; text-align:center; }
.comment-list { margin-top:23px; }
.empty-comments { display:grid; place-items:center; min-height:130px; color:#7883ff; }
.empty-comments p { margin:12px 0 0; color:#a19dad; font-size:9px; }
.comment-item { display:grid; grid-template-columns:36px 1fr; gap:10px; padding:14px 0; border-top:1px solid rgba(255,255,255,.08); }
.comment-item>img,.comment-item>span { display:grid; place-items:center; width:34px; height:34px; border-radius:50%; background:rgba(119,104,242,.15); color:#8d7ef8; object-fit:cover; }
.comment-item h3 { display:flex; align-items:center; gap:10px; margin:0; font-size:10px; }
.comment-item h3 small { color:#7f7b8d; font-size:7px; font-weight:400; }
.comment-item p { margin:4px 0 0; color:#aaa6b6; font-size:9px; line-height:1.5; }
footer { display:flex; align-items:center; justify-content:space-between; width:min(calc(100% - 40px),var(--container)); margin:42px auto 0; padding:24px 0 0; border-top:1px solid rgba(255,255,255,.08); color:#777286; font-size:10px; }
footer span { color:#8e5ff6; font-weight:700; }

@keyframes blink { 50% { opacity:0; } }
@keyframes rise { from { opacity:0; transform:translateY(18px); } to { opacity:1; transform:none; } }
.reveal { animation:rise .75s ease both; }

@media(max-width:900px) {
  .site-header { height:64px; }
  .menu-button { display:grid; place-items:center; }
  .nav-links { position:absolute; top:64px; right:0; display:none; width:210px; height:auto; padding:10px; border:1px solid var(--line); border-radius:10px; background:rgba(8,4,25,.98); box-shadow:0 18px 60px rgba(0,0,0,.38); }
  .nav-links.nav-open { display:grid; }
  .nav-links a { justify-content:start; height:44px; padding:0 14px; }
  .nav-links a::after { display:none; }
  .hero-grid,.about-top,.contact-grid { grid-template-columns:1fr; }
  .hero-section { min-height:auto; padding-top:120px; }
  .hero-copy { max-width:700px; }
  .hero-art { order:-1; min-height:320px; }
  .hero-art>div:not(.hero-glow),.hero-art dotlottie-wc { width:min(100%,520px); min-height:300px; }
  .about-top { gap:38px; }
  .profile-wrap { grid-row:1; }
  .stats-grid { grid-template-columns:1fr; }
  .expertise-grid { grid-template-columns:1fr; }
  .expertise-card:last-child { grid-column:auto; }
  .contact-grid { max-width:680px; }
}

@media(max-width:560px) {
  .section-inner { width:min(calc(100% - 28px),var(--container)); }
  .hero-section { padding-top:100px; }
  .hero-grid { gap:20px; }
  .hero-art { min-height:260px; }
  .hero-copy h1 { font-size:49px; }
  .status-pill { font-size:10px; }
  .chips span { font-size:9px; }
  .hero-buttons { display:grid; grid-template-columns:1fr 1fr; }
  .dark-button { min-width:0; padding:0 12px; }
  .social-row { justify-content:space-between; gap:12px; }
  .about-section,.portfolio-section,.contact-section { padding-top:86px; }
  .section-title { margin-bottom:35px; }
  .about-copy h3 { font-size:29px; }
  .about-copy>p { font-size:11px; }
  .profile-wrap { width:190px; }
  .stats-grid { margin-top:35px; }
  .experience-block { margin-top:34px; }
  .experience-item { grid-template-columns:82px 1fr; }
  .expertise-card { grid-template-columns:35px 1fr; padding:20px 17px; }
  .expertise-icon { width:34px; height:34px; }
  .enquiry-card,.comments-card { padding-left:20px; padding-right:20px; }
  .comments-card>h2 { margin-left:-20px; margin-right:-20px; padding-left:20px; padding-right:20px; }
  .contact-card-grid { grid-template-columns:1fr; }
  .contact-mini.wide { grid-column:auto; }
  footer { display:grid; gap:9px; text-align:center; justify-items:center; }
}

@media(prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { animation-duration:.01ms!important; transition-duration:.01ms!important; } }
