
:root{
  --wc-maroon:#8b2f55;
  --wc-maroon-dark:#71233f;
  --wc-maroon-soft:#f8eaf0;
  --wc-green:#477f67;
  --wc-green-dark:#356650;
  --wc-green-soft:#eaf4ef;
  --wc-gold:#c58b20;
  --wc-gold-soft:#fff4dd;
  --wc-purple:#8652af;
  --wc-purple-soft:#f1eafb;
  --wc-teal:#238d8a;
  --wc-teal-soft:#e8f5f4;
  --wc-text:#20252a;
  --wc-muted:#707a75;
  --wc-line:#e5eae7;
  --wc-bg:#f7f9f7;
  --wc-white:#ffffff;
  --wc-shadow:0 18px 42px rgba(42,60,51,.07);
}

html{scroll-behavior:smooth}
body.website-clean{
  margin:0;
  background:#fff!important;
  color:var(--wc-text)!important;
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}
body.website-clean *{box-sizing:border-box}
body.website-clean a{text-decoration:none}
.wc-container{width:min(1180px,calc(100% - 40px));margin:0 auto}

/* Header */
.wc-nav{
  position:sticky;top:0;z-index:40;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--wc-line);
}
.wc-nav-inner{
  height:72px;
  display:flex;align-items:center;justify-content:space-between;gap:24px;
}
.wc-brand{display:flex;align-items:center;gap:9px;color:var(--wc-text);font-weight:950}
.wc-brand img{height:46px;width:auto;object-fit:contain}
.wc-brand-copy strong{display:block;font-size:.89rem;line-height:1}
.wc-brand-copy small{display:block;margin-top:4px;color:#8a938e;font-size:.56rem;font-weight:800}
.wc-links{display:flex;align-items:center;gap:24px}
.wc-links>a:not(.wc-btn){color:#555f59;font-size:.75rem;font-weight:800}
.wc-links>a:not(.wc-btn):hover{color:var(--wc-maroon)}
.wc-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:7px;
  min-height:42px;padding:0 16px;border-radius:12px;
  font-size:.73rem;font-weight:900;border:1px solid var(--wc-line);
  transition:.16s ease;
}
.wc-btn-primary{background:var(--wc-maroon);border-color:var(--wc-maroon);color:#fff}
.wc-btn-primary:hover{background:var(--wc-maroon-dark);color:#fff}
.wc-btn-light{background:#fff;color:var(--wc-text)}
.wc-btn-light:hover{background:#f8faf8;color:var(--wc-maroon)}
.wc-btn-green{background:var(--wc-green);border-color:var(--wc-green);color:#fff}
.wc-menu-toggle{display:none;width:40px;height:40px;border-radius:11px;border:1px solid var(--wc-line);background:#fff;color:var(--wc-maroon)}

/* Hero */
.wc-hero{padding:76px 0 64px;background:linear-gradient(180deg,#fff 0%,#fbfcfb 100%)}
.wc-hero-grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:64px}
.wc-eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  padding:7px 11px;border-radius:999px;background:var(--wc-green-soft);
  color:var(--wc-green-dark);font-size:.66rem;font-weight:950;letter-spacing:.06em;text-transform:uppercase
}
.wc-eyebrow:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--wc-green)}
.wc-hero h1{
  max-width:720px;margin:17px 0 18px;
  font-size:clamp(2.8rem,5vw,4.85rem);line-height:.99;letter-spacing:-.055em;color:var(--wc-text)
}
.wc-hero h1 span{color:var(--wc-maroon)}
.wc-hero-copy{
  max-width:650px;margin:0;color:#606b65;font-size:1.02rem;line-height:1.75
}
.wc-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:25px}
.wc-role-note{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}
.wc-role-pill{padding:6px 9px;border-radius:999px;border:1px solid var(--wc-line);background:#fff;color:#707a75;font-size:.61rem;font-weight:800}
.wc-visual{
  min-height:430px;position:relative;display:grid;place-items:center
}
.wc-visual-card{
  width:min(430px,100%);aspect-ratio:1/.93;border-radius:34px;
  background:#fff;border:1px solid var(--wc-line);box-shadow:var(--wc-shadow);position:relative;overflow:hidden
}
.wc-visual-card:before{
  content:"";position:absolute;inset:0;
  background:
    radial-gradient(circle at 75% 24%,rgba(139,47,85,.13),transparent 26%),
    radial-gradient(circle at 23% 78%,rgba(71,127,103,.14),transparent 27%)
}
.wc-visual-accent{position:absolute;left:0;top:0;width:100%;height:5px;background:linear-gradient(90deg,var(--wc-maroon) 0 58%,var(--wc-green) 58% 100%)}
.wc-visual-card .baby{position:absolute;width:58%;right:8%;bottom:6%;filter:drop-shadow(0 16px 18px rgba(44,45,43,.10))}
.wc-mini-card{
  position:absolute;z-index:2;min-width:160px;padding:11px 12px;border-radius:14px;background:#fff;border:1px solid var(--wc-line);box-shadow:0 10px 25px rgba(45,62,54,.08)
}
.wc-mini-card strong{display:block;color:var(--wc-text);font-size:.70rem}
.wc-mini-card span{display:block;margin-top:3px;color:var(--wc-muted);font-size:.56rem}
.wc-mini-one{left:20px;top:74px}
.wc-mini-two{left:28px;bottom:37px}
.wc-mini-icon{
  width:31px;height:31px;display:grid;place-items:center;border-radius:10px;margin-bottom:7px;background:var(--wc-maroon-soft);color:var(--wc-maroon)
}
.wc-mini-two .wc-mini-icon{background:var(--wc-green-soft);color:var(--wc-green)}
.wc-mini-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

/* Sections */
.wc-section{padding:78px 0}
.wc-section-soft{background:var(--wc-bg)}
.wc-section-head{max-width:700px;margin-bottom:30px}
.wc-section-head.center{text-align:center;margin-left:auto;margin-right:auto}
.wc-section-head h2{margin:12px 0 10px;color:var(--wc-text);font-size:2.05rem;letter-spacing:-.035em}
.wc-section-head p{margin:0;color:var(--wc-muted);line-height:1.7;font-size:.89rem}

.wc-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.wc-feature{
  min-height:205px;padding:22px;border-radius:20px;background:#fff;border:1px solid var(--wc-line);transition:.18s ease
}
.wc-feature:hover{transform:translateY(-2px);box-shadow:var(--wc-shadow)}
.wc-feature-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;margin-bottom:17px;background:var(--wc-maroon-soft);color:var(--wc-maroon)}
.wc-feature:nth-child(2) .wc-feature-icon,.wc-feature:nth-child(5) .wc-feature-icon{background:var(--wc-green-soft);color:var(--wc-green)}
.wc-feature:nth-child(3) .wc-feature-icon{background:var(--wc-gold-soft);color:var(--wc-gold)}
.wc-feature:nth-child(4) .wc-feature-icon{background:var(--wc-purple-soft);color:var(--wc-purple)}
.wc-feature:nth-child(6) .wc-feature-icon{background:var(--wc-teal-soft);color:var(--wc-teal)}
.wc-feature-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.wc-feature h3{margin:0 0 8px;color:var(--wc-text);font-size:.92rem}
.wc-feature p{margin:0;color:var(--wc-muted);font-size:.75rem;line-height:1.65}

.wc-about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:18px;align-items:stretch}
.wc-about-intro,.wc-about-panels{background:#fff;border:1px solid var(--wc-line);border-radius:22px;padding:26px}
.wc-about-intro{position:relative;overflow:hidden}
.wc-about-intro:after{content:"";position:absolute;width:160px;height:160px;border-radius:50%;right:-45px;bottom:-55px;background:var(--wc-green-soft)}
.wc-about-intro img{width:100px;height:auto;position:relative;z-index:1}
.wc-about-intro h2{position:relative;z-index:1;margin:14px 0 8px;font-size:1.7rem;color:var(--wc-text)}
.wc-about-intro p{position:relative;z-index:1;margin:0;color:var(--wc-muted);font-size:.78rem;line-height:1.7}
.wc-about-panels{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.wc-about-panel{padding:18px;border-radius:16px;background:#fafbfa;border:1px solid #edf0ee}
.wc-about-panel h3{margin:0 0 9px;color:var(--wc-maroon);font-size:.84rem}
.wc-about-panel p,.wc-about-panel div{margin:0;color:#68736d;line-height:1.7;font-size:.72rem}

.wc-edu-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.wc-edu-card{overflow:hidden;border:1px solid var(--wc-line);border-radius:19px;background:#fff;color:var(--wc-text);transition:.17s ease}
.wc-edu-card:hover{transform:translateY(-2px);box-shadow:var(--wc-shadow)}
.wc-edu-thumb{height:170px;background:linear-gradient(135deg,var(--wc-maroon-soft),var(--wc-green-soft));display:grid;place-items:center;overflow:hidden}
.wc-edu-thumb img{width:100%;height:100%;object-fit:cover}
.wc-edu-thumb img.mascot{width:110px;height:auto;object-fit:contain}
.wc-edu-body{padding:17px}
.wc-edu-meta{color:var(--wc-maroon);font-size:.55rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.wc-edu-card h3{margin:7px 0 7px;font-size:.84rem;line-height:1.35}
.wc-edu-card p{margin:0;color:var(--wc-muted);font-size:.68rem;line-height:1.55}

.wc-contact{
  display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;
  padding:27px;border-radius:22px;background:#fff;border:1px solid var(--wc-line);box-shadow:0 14px 30px rgba(45,62,54,.045)
}
.wc-contact h2{margin:10px 0 6px;font-size:1.55rem;color:var(--wc-text)}
.wc-contact p{margin:0;color:var(--wc-muted);font-size:.77rem}

/* Footer */
.wc-footer{padding:28px 0;background:#fff;border-top:1px solid var(--wc-line)}
.wc-footer-grid{display:flex;justify-content:space-between;align-items:flex-start;gap:30px}
.wc-footer-brand{display:flex;align-items:center;gap:9px}
.wc-footer-brand img{height:44px;width:auto}
.wc-footer-brand strong{display:block;color:var(--wc-text);font-size:.78rem}
.wc-footer-brand small{display:block;margin-top:3px;color:#8a938e;font-size:.55rem}
.wc-footer-note{max-width:620px;color:#818a85;font-size:.58rem;line-height:1.55;text-align:right}
.wc-whatsapp{
  position:fixed;right:22px;bottom:22px;z-index:35;width:50px;height:50px;border-radius:15px;
  display:grid;place-items:center;background:#25d366;color:#fff;font-size:.68rem;font-weight:950;box-shadow:0 10px 24px rgba(28,150,76,.22)
}

/* Article */
.wc-article-wrap{max-width:850px;margin:0 auto}
.wc-back{display:inline-flex;align-items:center;gap:5px;color:var(--wc-muted);font-size:.68rem;font-weight:800;margin-bottom:12px}
.wc-article{overflow:hidden;border:1px solid var(--wc-line);border-radius:22px;background:#fff}
.wc-article-cover{width:100%;max-height:430px;object-fit:cover;display:block}
.wc-article-body{padding:30px}
.wc-article-body h1{margin:14px 0 8px;font-size:2rem;line-height:1.15;letter-spacing:-.035em}
.wc-article-meta{color:var(--wc-muted);font-size:.64rem;margin-bottom:24px}
.wc-article-content{white-space:pre-line;color:#4f5a54;font-size:.83rem;line-height:1.9}

/* Mobile menu */
@media(max-width:900px){
  .wc-menu-toggle{display:grid;place-items:center}
  .wc-links{
    display:none;position:absolute;left:20px;right:20px;top:72px;padding:13px;border-radius:15px;background:#fff;border:1px solid var(--wc-line);box-shadow:var(--wc-shadow);flex-direction:column;align-items:stretch;gap:3px
  }
  .wc-links.open{display:flex}
  .wc-links>a:not(.wc-btn){padding:9px 8px}
  .wc-hero-grid,.wc-about-grid{grid-template-columns:1fr}
  .wc-hero{padding-top:52px}
  .wc-visual{min-height:380px}
  .wc-feature-grid,.wc-edu-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:650px){
  .wc-container{width:min(100% - 24px,1180px)}
  .wc-nav-inner{height:66px}
  .wc-brand img{height:41px}
  .wc-brand-copy{display:none}
  .wc-links{top:66px;left:12px;right:12px}
  .wc-hero{padding:44px 0 40px}
  .wc-hero h1{font-size:2.75rem}
  .wc-hero-copy{font-size:.88rem}
  .wc-visual{min-height:330px}
  .wc-visual-card{border-radius:26px}
  .wc-mini-card{min-width:135px;padding:9px}
  .wc-mini-one{left:12px;top:55px}
  .wc-mini-two{left:14px;bottom:25px}
  .wc-section{padding:55px 0}
  .wc-section-head h2{font-size:1.65rem}
  .wc-feature-grid,.wc-edu-grid,.wc-about-panels{grid-template-columns:1fr}
  .wc-feature{min-height:auto}
  .wc-contact{grid-template-columns:1fr}
  .wc-contact .wc-btn{justify-self:start}
  .wc-footer-grid{display:block}
  .wc-footer-note{text-align:left;margin-top:15px}
  .wc-article-body{padding:21px}
  .wc-article-body h1{font-size:1.55rem}
}




/* Mobile bottom navigation website - Asterial style */
.wc-mobile-bottom{
  display:none;
}

@media(max-width:650px){
  body.website-clean{
    padding-bottom:82px;
  }

  .wc-mobile-bottom{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:60;
    height:72px;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    align-items:end;
    background:rgba(255,255,255,.98);
    border-top:1px solid var(--wc-line);
    box-shadow:0 -10px 24px rgba(45,62,54,.07);
    backdrop-filter:blur(14px);
    padding:7px 7px 6px;
  }

  .wc-mobile-bottom > a{
    position:relative;
    min-width:0;
    height:56px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-end;
    gap:3px;
    color:#7a8580;
    font-size:.53rem;
    font-weight:850;
  }

  .wc-mobile-icon{
    width:28px;
    height:28px;
    display:grid;
    place-items:center;
    border-radius:10px;
    color:#77827d;
  }

  .wc-mobile-icon svg{
    width:17px;
    height:17px;
    fill:none;
    stroke:currentColor;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
  }

  .wc-mobile-bottom > a.active{
    color:var(--wc-maroon);
  }

  .wc-mobile-bottom > a.active .wc-mobile-icon{
    color:var(--wc-maroon);
    background:var(--wc-maroon-soft);
  }

  /* floating center application button */
  .wc-mobile-bottom .wc-app-center{
    justify-content:flex-end;
    color:var(--wc-maroon);
    font-weight:950;
    overflow:visible;
  }

  .wc-app-fab{
    position:absolute;
    left:50%;
    top:-25px;
    transform:translateX(-50%);
    width:54px;
    height:54px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:linear-gradient(135deg,var(--wc-maroon),#ad3d69);
    border:5px solid #fff;
    color:#fff;
    box-shadow:0 10px 24px rgba(139,47,85,.25);
  }

  .wc-app-fab:after{
    content:"";
    position:absolute;
    inset:-8px;
    border-radius:50%;
    border:1px solid rgba(139,47,85,.10);
  }

  .wc-app-fab svg{
    width:21px;
    height:21px;
    fill:none;
    stroke:currentColor;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
  }

  .wc-mobile-bottom .wc-app-center > span:last-child{
    margin-top:0;
  }

  .wc-whatsapp{
    right:14px;
    bottom:88px;
    width:46px;
    height:46px;
  }
}
