
:root{
  --ink:#0f172a; --muted:#5b677c; --line:#dcebf3; --sky:#eaf9ff; --cyan:#007f9f; --blue:#1f64e0; --indigo:#4d46e5; --white:#fff;
  --radius:28px; --shadow:0 20px 60px rgba(16,60,90,.13); --soft:0 8px 30px rgba(15,23,42,.08);
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ink);background:linear-gradient(180deg,#eefcff 0%,#fff 42%,#eef3ff 100%);line-height:1.6}
a{color:inherit;text-decoration:none} img{max-width:100%;display:block} .container{width:min(1120px,calc(100% - 40px));margin-inline:auto}.skip{position:absolute;left:-999px}.skip:focus{left:12px;top:12px;z-index:999;background:#fff;padding:10px 14px;border-radius:12px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.88);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.header-inner{height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;font-weight:800}.brand-mark{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,#0098bd,#1d72e8 55%,#5747ff);display:grid;place-items:center;color:white;box-shadow:0 10px 25px rgba(0,127,159,.25)}.brand-mark svg{width:26px;height:26px}.brand-name{font-size:1.12rem;line-height:1}.brand-sub{font-size:.72rem;letter-spacing:.28em;color:#5f7088;font-weight:700;margin-top:6px}.nav{display:flex;align-items:center;gap:2px;border:1px solid var(--line);background:#f4fbff;border-radius:999px;padding:4px}.nav a{font-size:.92rem;font-weight:700;color:#38475c;padding:11px 18px;border-radius:999px}.nav a:hover,.nav a.active{background:#fff;color:#006b89;box-shadow:var(--soft)}.cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;background:linear-gradient(90deg,#0089a8,#1789ee,#5747ff);color:white;font-weight:800;padding:13px 20px;border:0;box-shadow:0 12px 28px rgba(31,100,224,.22);cursor:pointer}.cta:hover{transform:translateY(-1px);box-shadow:0 18px 36px rgba(31,100,224,.27)}.mobile-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:14px;padding:10px;color:#0f172a}.mobile-nav{display:none;padding:0 20px 18px}.mobile-nav a{display:block;padding:12px 14px;border-radius:14px;color:#334155;font-weight:700}.mobile-nav a.active{background:#eaf9ff;color:#006b89}
.hero-wrap{padding:66px 0 40px}.hero{min-height:620px;position:relative;overflow:hidden;border-radius:42px;border:1px solid rgba(99,102,241,.25);box-shadow:0 30px 90px rgba(42,50,130,.23);background:#05002b}.hero-bg{position:absolute;inset:0;background-image:url('images/science-bg.jpg');background-size:cover;background-position:left center}.hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(1,4,32,.02) 0%,rgba(1,4,32,.05) 38%,rgba(1,4,32,.30) 62%,rgba(1,4,32,.72) 100%)}.hero-grid{position:relative;z-index:1;min-height:620px;display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;padding:70px 58px}.hero-content{grid-column:2;max-width:560px;color:white}.eyebrow{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.10);backdrop-filter:blur(10px);padding:8px 14px;border-radius:999px;font-weight:700;font-size:.84rem;color:rgba(255,255,255,.88)}.dot{width:8px;height:8px;border-radius:999px;background:#67e8f9;box-shadow:0 0 12px rgba(103,232,249,.95)}.hero h1{font-size:clamp(3rem,5.5vw,5.9rem);line-height:1.02;letter-spacing:-.06em;margin:26px 0 22px}.hero p{font-size:1.18rem;line-height:1.75;color:rgba(255,255,255,.84);margin:0}.hero-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:34px}.ghost{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.10);color:white;font-weight:800;padding:13px 20px;backdrop-filter:blur(10px)}
.section{padding:72px 0}.section-tight{padding:42px 0}.section-head{max-width:760px;margin:0 auto 42px;text-align:center}.label{color:#007f9f;text-transform:uppercase;letter-spacing:.26em;font-size:.82rem;font-weight:900}.section h2,.page-title h1{font-size:clamp(2.2rem,4vw,4rem);line-height:1.08;letter-spacing:-.045em;margin:12px 0 18px;background:linear-gradient(90deg,#101828,#075d76,#3730a3);-webkit-background-clip:text;background-clip:text;color:transparent}.section-head p,.page-title p{color:var(--muted);font-size:1.08rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{background:rgba(255,255,255,.92);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--soft);padding:26px}.card:hover{box-shadow:var(--shadow)}.icon-card{width:58px;height:58px;border-radius:20px;background:linear-gradient(135deg,#ecfeff,#eff6ff,#eef2ff);display:grid;place-items:center;color:#007f9f;margin-bottom:18px}.icon-card svg{width:30px;height:30px}.card h3{margin:0 0 10px;font-size:1.26rem;line-height:1.2}.card p{color:var(--muted);margin:0}.ticks{display:grid;gap:9px;margin-top:18px}.tick{display:flex;gap:10px;align-items:flex-start;color:#4b5568;font-size:.95rem}.tick:before{content:"✓";flex:0 0 22px;width:22px;height:22px;border-radius:999px;background:#e8fbff;color:#007f9f;display:grid;place-items:center;font-weight:900;font-size:.82rem}.band{background:linear-gradient(135deg,#fff,#f2fbff 55%,#eef2ff);border:1px solid var(--line);border-radius:40px;padding:42px;box-shadow:var(--soft)}.split{display:grid;grid-template-columns:.92fr 1.08fr;gap:42px;align-items:center}.photo-card{position:relative;overflow:hidden;border-radius:32px;border:1px solid var(--line);box-shadow:var(--shadow);background:#fff}.photo-card img{width:100%;height:100%;object-fit:cover}.photo-card.tall{height:520px}.photo-card.medium{height:360px}.caption{position:absolute;left:18px;right:18px;bottom:18px;color:white;background:linear-gradient(90deg,rgba(0,0,0,.55),rgba(0,0,0,.18));backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.18);border-radius:20px;padding:14px 16px;font-weight:800}.gallery{display:grid;grid-template-columns:1.25fr .85fr .85fr;gap:18px}.gallery .photo-card:first-child{grid-row:span 2;height:520px}.gallery .photo-card{height:251px}.quote-box{background:#071342;color:white;border-radius:36px;padding:38px;border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow)}.quote-box h2{color:white;background:none;-webkit-text-fill-color:initial}.quote-box p{color:rgba(255,255,255,.78)}.mini-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:22px}.mini-list div{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:13px 14px;color:rgba(255,255,255,.88)}.page-hero{padding:70px 0 30px}.page-title{text-align:center;max-width:850px;margin:0 auto}.service-row{display:grid;grid-template-columns:.75fr 1.25fr;gap:28px;align-items:start}.service-menu{position:sticky;top:110px;display:grid;gap:10px}.service-menu a{padding:14px 16px;border:1px solid var(--line);background:white;border-radius:16px;font-weight:800;color:#334155}.service-detail{display:grid;gap:22px}.service-panel{background:white;border:1px solid var(--line);border-radius:30px;padding:28px;box-shadow:var(--soft)}.service-panel h2{font-size:2rem;margin:0 0 10px;letter-spacing:-.035em}.two-col-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:18px}.pill{display:inline-flex;align-items:center;border-radius:999px;background:#eaf9ff;color:#006b89;padding:7px 12px;font-size:.86rem;font-weight:800;margin:4px 6px 4px 0}.quality-list{display:grid;gap:14px}.quality-item{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:18px;border-radius:22px;background:#f7fcff;border:1px solid var(--line)}.num{width:42px;height:42px;border-radius:16px;background:linear-gradient(135deg,#0098bd,#5747ff);color:white;display:grid;place-items:center;font-weight:900}.form-card{background:white;border:1px solid var(--line);border-radius:34px;padding:30px;box-shadow:var(--shadow)}label{display:block;font-weight:800;margin:14px 0 7px}input,textarea,select{width:100%;border:1px solid #cdddea;border-radius:16px;padding:13px 14px;font:inherit;background:#fff;color:#0f172a}textarea{min-height:120px;resize:vertical}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.contact-lines{display:grid;gap:16px}.contact-line{display:flex;gap:14px;align-items:center}.contact-icon{width:44px;height:44px;border-radius:16px;background:linear-gradient(135deg,#ecfeff,#eef2ff);color:#007f9f;display:grid;place-items:center;flex-shrink:0}.site-footer{border-top:1px solid var(--line);padding:42px 0;color:#64748b;background:rgba(255,255,255,.6)}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:28px}.footer-grid h4{margin:0 0 10px;color:#0f172a}.footer-grid a{display:block;color:#64748b;margin:7px 0}.notice{font-size:.92rem;color:#64748b;background:#f8fbff;border:1px solid var(--line);border-radius:20px;padding:16px;margin-top:16px}
@media(max-width:980px){.nav,.header-inner>.cta{display:none}.mobile-toggle{display:inline-flex}.mobile-nav.open{display:block}.header-inner{height:78px}.hero-grid{grid-template-columns:1fr;align-items:end;padding:48px 28px}.hero-content{grid-column:auto;max-width:700px}.hero-bg{background-position:20% center}.hero-bg:after{background:linear-gradient(90deg,rgba(1,4,32,.18),rgba(1,4,32,.56))}.grid-3,.grid-4,.grid-2,.split,.service-row,.footer-grid{grid-template-columns:1fr}.gallery{grid-template-columns:1fr}.gallery .photo-card:first-child,.gallery .photo-card{height:330px}.service-menu{position:static}.photo-card.tall{height:420px}.mini-list,.two-col-list,.form-row{grid-template-columns:1fr}}
@media(max-width:620px){.container{width:min(100% - 28px,1120px)}.brand-sub{letter-spacing:.16em}.hero-wrap{padding:34px 0}.hero,.hero-bg{border-radius:28px}.hero{min-height:600px}.hero-grid{min-height:600px;padding:34px 22px}.hero h1{font-size:3rem}.hero p{font-size:1rem}.section{padding:52px 0}.band{padding:26px;border-radius:28px}.card,.service-panel,.form-card{border-radius:24px;padding:22px}.gallery .photo-card:first-child,.gallery .photo-card,.photo-card.medium,.photo-card.tall{height:300px}.header-inner{gap:10px}.brand-mark{width:44px;height:44px}.brand-name{font-size:1rem}}
