
:root{
  --green:#42c642;
  --green-dark:#218c32;
  --purple:#8428b7;
  --purple-dark:#57106f;
  --ink:#1f2530;
  --muted:#687080;
  --paper:#ffffff;
  --soft:#f7f7fb;
  --line:#e8e7ef;
  --shadow:0 18px 55px rgba(52,25,74,.10);
  --radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Segoe UI",Arial,sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at 8% 8%, rgba(132,40,183,.09), transparent 24rem),
    radial-gradient(circle at 90% 18%, rgba(66,198,66,.10), transparent 26rem),
    #fff;
  line-height:1.65;
}
a{color:inherit}
img{max-width:100%;display:block}
.container{width:min(1120px,calc(100% - 36px));margin-inline:auto}
.topbar{
  border-bottom:1px solid rgba(132,40,183,.08);
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(12px);
  position:sticky;top:0;z-index:20
}
.nav{
  min-height:78px;
  display:flex;align-items:center;justify-content:space-between;gap:24px
}
.brand-mini{display:flex;align-items:center;gap:14px;text-decoration:none}
.brand-mini img{width:190px;height:auto}
.nav-links{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.nav-link{
  text-decoration:none;font-weight:650;color:#424854;
  padding:10px 14px;border-radius:999px
}
.nav-link:hover{background:#f3eff7;color:var(--purple)}
.team-link{font-size:.92rem;color:#707785}
.hero{padding:72px 0 44px;position:relative;overflow:hidden}
.hero-grid{
  display:grid;grid-template-columns:1.12fr .88fr;gap:42px;align-items:center
}
.eyebrow{
  display:inline-flex;align-items:center;gap:9px;
  padding:8px 13px;border-radius:999px;
  background:#f3ecf8;color:var(--purple-dark);
  font-weight:750;font-size:.92rem
}
.dot{width:8px;height:8px;border-radius:50%;background:var(--green)}
h1,h2,h3,p{margin-top:0}
h1{
  font-size:clamp(2.35rem,5.8vw,4.8rem);
  line-height:1.02;letter-spacing:-.035em;margin:22px 0 20px
}
.hero h1 span{color:var(--purple)}
.hero-copy{
  font-size:clamp(1.08rem,1.8vw,1.28rem);
  color:#555e6d;max-width:720px;margin-bottom:28px
}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  text-decoration:none;font-weight:800;border-radius:14px;padding:14px 20px;
  border:1px solid transparent;transition:.18s ease
}
.btn-primary{
  background:linear-gradient(135deg,var(--purple),#6f1a9d);
  color:#fff;box-shadow:0 12px 30px rgba(132,40,183,.24)
}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(132,40,183,.28)}
.btn-secondary{border-color:#dcd9e5;background:#fff;color:#343946}
.btn-secondary:hover{border-color:#bda7ca;background:#fbf8fd}
.micro{font-size:.92rem;color:#727987}
.hero-visual{
  background:linear-gradient(145deg,#fff,#fbf9fd);
  border:1px solid #ece8ef;
  border-radius:34px;padding:34px;
  box-shadow:var(--shadow);position:relative;isolation:isolate
}
.hero-visual:before,.hero-visual:after{
  content:"";position:absolute;border-radius:50%;z-index:-1;filter:blur(.2px)
}
.hero-visual:before{width:150px;height:150px;background:rgba(66,198,66,.12);left:-38px;top:-36px}
.hero-visual:after{width:190px;height:190px;background:rgba(132,40,183,.10);right:-55px;bottom:-60px}
.hero-logo{padding:22px 12px 28px}
.identity-card{
  border-top:1px solid var(--line);padding-top:24px
}
.identity-title{font-size:.9rem;color:var(--purple);font-weight:850;margin-bottom:12px}
.identity-row{
  display:grid;grid-template-columns:145px 1fr;gap:10px;
  padding:8px 0;border-bottom:1px dashed #eceaf0;font-size:.97rem
}
.identity-row:last-child{border-bottom:none}
.identity-row strong{color:#565d68}
.identity-row span{font-weight:650}
.section{padding:66px 0}
.section-soft{background:linear-gradient(180deg,rgba(247,247,251,.78),rgba(255,255,255,.92));border-block:1px solid #f0eef3}
.section-head{max-width:760px;margin-bottom:32px}
.kicker{color:var(--green-dark);font-weight:850;margin-bottom:8px}
h2{font-size:clamp(1.85rem,3vw,2.75rem);line-height:1.15;margin-bottom:14px}
.lead{font-size:1.08rem;color:var(--muted)}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{
  background:#fff;border:1px solid var(--line);border-radius:22px;
  padding:24px;box-shadow:0 8px 26px rgba(46,38,57,.045)
}
.icon{
  width:48px;height:48px;border-radius:14px;
  display:grid;place-items:center;margin-bottom:16px;
  background:linear-gradient(145deg,#f1e8f6,#edf9ed);
  color:var(--purple);font-weight:900;font-size:1.25rem
}
.card h3{font-size:1.15rem;margin-bottom:8px}
.card p{color:#666e7a;margin-bottom:0}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.about-box{
  border-radius:24px;padding:28px;border:1px solid var(--line);background:#fff
}
.about-box.emphasis{
  background:linear-gradient(145deg,#5d126f,#8428b7);color:#fff;border:none
}
.about-box.emphasis p{color:rgba(255,255,255,.86)}
.statline{display:flex;gap:20px;flex-wrap:wrap;margin-top:24px}
.stat{min-width:150px}
.stat b{display:block;font-size:1.6rem;color:var(--green-dark)}
.emphasis .stat b{color:#b6f3b3}
.links-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}
.link-panel{
  border:1px solid var(--line);border-radius:24px;padding:28px;background:#fff
}
.link-list{display:grid;gap:12px;margin-top:18px}
.link-card{
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  text-decoration:none;border:1px solid #ece9f0;padding:16px 18px;border-radius:16px;
  transition:.16s ease
}
.link-card:hover{border-color:#cdb6db;background:#fbf8fd;transform:translateY(-1px)}
.link-card strong{display:block}
.link-card small{color:#737a87}
.arrow{font-weight:900;color:var(--purple);font-size:1.25rem}
.contact-box{
  background:linear-gradient(145deg,#f5fdf4,#fbf6fd);
  border:1px solid #e3eade;border-radius:24px;padding:28px
}
.contact-line{display:flex;gap:10px;align-items:flex-start;margin:12px 0}
.contact-line a{color:var(--purple-dark);font-weight:750;text-decoration:none}
.contact-line a:hover{text-decoration:underline}
.legal-banner{
  margin-top:32px;padding:20px 22px;border-radius:18px;
  background:#faf8fb;border:1px solid #e8e1ec;color:#555d69
}
.legal-banner strong{color:#343945}
.footer{border-top:1px solid var(--line);padding:34px 0 42px;background:#fff}
.footer-grid{display:flex;justify-content:space-between;gap:22px;align-items:flex-start}
.footer-logo{width:180px}
.footer p{color:#6d7480;font-size:.9rem;max-width:650px;margin-bottom:10px}
.footer-links{display:flex;gap:14px;flex-wrap:wrap}
.footer-links a{color:#525966;font-size:.9rem}
.page-hero{padding:58px 0 28px}
.page-hero h1{font-size:clamp(2.1rem,4vw,3.4rem);margin-bottom:14px}
.content-card{
  background:#fff;border:1px solid var(--line);border-radius:26px;
  padding:clamp(24px,4vw,46px);box-shadow:0 10px 35px rgba(40,30,50,.05)
}
.content-card h2{font-size:1.45rem;margin-top:32px}
.content-card h2:first-child{margin-top:0}
.content-card ul{padding-right:22px}
.content-card li{margin:7px 0}
.notice{
  padding:16px 18px;border-radius:14px;background:#f5f0f8;
  border-right:4px solid var(--purple);margin:20px 0
}
.back{display:inline-flex;margin-top:26px;color:var(--purple-dark);font-weight:800;text-decoration:none}
@media(max-width:880px){
  .hero{padding-top:46px}
  .hero-grid,.about-grid,.links-grid{grid-template-columns:1fr}
  .hero-visual{order:-1;padding:26px}
  .hero-logo{max-width:560px;margin:auto}
  .cards{grid-template-columns:1fr}
  .nav{min-height:70px}
  .brand-mini img{width:155px}
  .nav-link.hide-mobile{display:none}
  .identity-row{grid-template-columns:1fr;gap:2px}
  .footer-grid{flex-direction:column}
}
@media(max-width:520px){
  .container{width:min(100% - 24px,1120px)}
  .hero{padding-top:30px}
  .hero-visual{padding:20px;border-radius:24px}
  .actions{display:grid}
  .btn{width:100%}
  .nav-links{gap:0}
  .team-link{font-size:.82rem}
  .brand-mini img{width:135px}
}
