:root{
--font:'Inter',sans-serif;
--bg:#fbfcff;--surface:rgba(255,255,255,.82);
--heading:#1d2940;--text:#627189;
--primary:#4d7cff;--secondary:#ff5fa7;--accent:#ffb347;
--radius:28px;--shadow:0 18px 50px rgba(0,0,0,.08);
}
*{box-sizing:border-box}body{margin:0;font-family:var(--font);background:var(--bg);color:var(--heading);overflow-x:hidden}
.container{max-width:1320px;margin:auto;padding:72px 24px}
.bg{position:fixed;inset:0;z-index:-1;background:linear-gradient(#fff,#f8fbff)}
.blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3;animation:f 20s ease-in-out infinite alternate}
.b1{width:360px;height:360px;background:#74d6ff;left:-80px;top:-80px}.b2{width:360px;height:360px;background:#ffc86f;right:-80px;top:40px}.b3{width:420px;height:420px;background:#d98fff;left:40%;bottom:-120px}
.eyebrow{font-size:.8rem;font-weight:700;letter-spacing:.16em;color:var(--primary);text-transform:uppercase}
.hero{text-align:center}
h1{font-size:clamp(3rem,6vw,5.8rem);line-height:.95;font-weight:800;margin:.4em 0}
h2{font-size:2rem;font-weight:800;margin:.2em 0 1rem}
h3{font-size:1.5rem;font-weight:700;margin:0 0 .8rem}
.gradient{background:linear-gradient(90deg,var(--accent),var(--secondary),var(--primary));-webkit-background-clip:text;color:transparent}
.lead,p,.quote p{font-size:1.05rem;line-height:1.8;color:var(--text)}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;margin:56px 0}
.card,.panel{background:var(--surface);backdrop-filter:blur(14px);border-radius:var(--radius);box-shadow:var(--shadow)}
.card{padding:32px;text-align:left;position:relative;animation:bob 8s ease-in-out infinite}
.card:nth-child(even){animation-delay:1s}
.step{position:absolute;right:22px;top:18px;font-size:3rem;font-weight:800;color:#e9eef7}
.chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}
.chips span{padding:7px 12px;border-radius:999px;background:#eef4ff;color:var(--primary);font-size:.82rem;font-weight:600}
.panel{margin-top:36px;padding:32px;text-align:left}
.btn{display:inline-block;padding:14px 22px;border-radius:999px;background:linear-gradient(90deg,var(--accent),var(--secondary),var(--primary));color:#fff;text-decoration:none;font-weight:700}
.panel:first-of-type{display:flex;justify-content:space-between;align-items:center;gap:24px}
.head{
display:flex;
justify-content:space-between;
align-items:center;
gap:24px;
margin-bottom:18px;
}
.head > div:last-child{
display:flex;
align-items:center;
gap:10px;
flex-shrink:0;
}
.nav{
width:44px;
height:44px;
border:none;
border-radius:50%;
background:#eef4ff;
color:var(--heading);
font-size:22px;
cursor:pointer;
transition:.25s;
}
.nav:hover{
background:var(--primary);
color:#fff;
}
.slider{overflow:hidden}.track{display:flex;transition:.45s}.quote{min-width:100%}
@keyframes bob{50%{transform:translateY(-8px)}}@keyframes f{50%{transform:translate(50px,-30px) scale(1.08)}100%{transform:translate(-30px,30px)}}
@media(max-width:900px){
.panel:first-of-type{flex-direction:column;align-items:flex-start}
.head{
flex-direction:column;
align-items:flex-start;
}
.head > div:last-child{
margin-top:12px;
}
}

.about-highlight{
margin:56px 0;
display:grid;
grid-template-columns:2fr 1fr;
gap:28px;
padding:38px;
border-radius:36px;
background:linear-gradient(135deg,#4d7cff,#6d8fff 45%,#7d5cff 100%);
color:#fff;
box-shadow:0 30px 80px rgba(77,124,255,.28);
position:relative;
overflow:hidden;
}
.about-highlight:before{
content:"";
position:absolute;
width:380px;
height:380px;
right:-120px;
top:-120px;
border-radius:50%;
background:rgba(255,255,255,.12);
filter:blur(8px);
}
.about-highlight .eyebrow{color:#dbe6ff}
.about-highlight h2,
.about-highlight h3{color:#fff}
.about-highlight p,
.about-highlight small{color:rgba(255,255,255,.9)}
.about-points{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:16px;
margin-top:28px;
}
.about-points>div{
background:rgba(255,255,255,.12);
backdrop-filter:blur(8px);
padding:18px;
border-radius:18px;
}
.about-side{
background:rgba(255,255,255,.14);
backdrop-filter:blur(12px);
border-radius:24px;
padding:28px;
display:flex;
flex-direction:column;
justify-content:center;
align-items:flex-start;
}
.badge-circle{
width:90px;height:90px;
display:grid;place-items:center;
border-radius:50%;
background:#fff;
color:var(--primary);
font-size:2rem;
font-weight:800;
margin-bottom:18px;
}
.about-highlight .btn{
background:#fff;
color:var(--primary);
margin-top:20px;
}
@media(max-width:900px){
.about-highlight{
grid-template-columns:1fr;
padding:28px;
}
.about-points{
grid-template-columns:1fr;
}
}


.photo-frame{
width:100%;
aspect-ratio:4/5;
border-radius:24px;
overflow:hidden;
margin-bottom:24px;
background:rgba(255,255,255,.18);
border:2px solid rgba(255,255,255,.25);
box-shadow:0 15px 40px rgba(0,0,0,.18);
display:flex;
align-items:center;
justify-content:center;
}

.photo-frame img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

.photo-frame::before{
content:"Portrait";
color:rgba(255,255,255,.7);
font-weight:600;
position:absolute;
display:none;
}
