/* ============================================================
   Taskie marketing site – rebuilt from Taskie App design
   Brand: Orange #F4A261, Deep-blue #0A2540, Teal #2A9D8F,
          Green #1EBF73, Off-white #F7F8FA, Black #050505
   ============================================================ */
:root {
  --orange: #F4A261;
  --orange-hover: #e89350;
  --deep-blue: #0A2540;
  --deep-blue-hover: #0d2f4f;
  --teal: #2A9D8F;
  --green: #1EBF73;
  --off-white: #F7F8FA;
  --black: #050505;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --max-width: 1280px;
  --section-py: clamp(3rem, 6vw, 5rem);
  --header-h: 72px;
  --radius: 12px;
  --radius-xl: 16px;
}

/* Reset */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;background:var(--off-white);color:var(--deep-blue);line-height:1.6}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer;border:none;background:none}
ul,ol{list-style:none}

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

/* Utility */
.container{max-width:var(--max-width);margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}
.section-pad{padding-top:var(--section-py);padding-bottom:var(--section-py)}
.text-center{text-align:center}

/* Skeleton Loader */
.skeleton-loader{position:fixed;inset:0;z-index:9999;background:#fff;display:flex;align-items:center;justify-content:center;transition:opacity .4s,visibility .4s}
.skeleton-loader.hidden{opacity:0;visibility:hidden;pointer-events:none}
.skeleton-loader__content{text-align:center;max-width:400px;padding:2rem}
.skeleton-loader__logo{width:120px;height:120px;margin:0 auto 2rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:16px}
.skeleton-loader__text{height:20px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:4px;margin-bottom:1rem}
.skeleton-loader__text:last-child{width:70%;margin-left:auto;margin-right:auto}
@keyframes skeleton-shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}

/* Reveal */
.reveal,.reveal--up,.reveal--left,.reveal--right,.reveal--scale{opacity:0;transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-d,0ms)}
.reveal,.reveal--up{transform:translateY(40px)}
.reveal--left{transform:translateX(-50px) rotate(-1.5deg)}
.reveal--right{transform:translateX(50px) rotate(1.5deg)}
.reveal--scale{transform:scale(.92) translateY(20px)}
.reveal.is-visible,.reveal--up.is-visible,.reveal--left.is-visible,.reveal--right.is-visible,.reveal--scale.is-visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.reveal,.reveal--up,.reveal--left,.reveal--right,.reveal--scale{transition:none;opacity:1;transform:none}}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.6rem;font-size:1rem;font-weight:600;border-radius:8px;transition:background .2s,transform .2s,box-shadow .2s}
.btn:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(10,37,64,.15)}
.btn:active{transform:translateY(-1px) scale(.97);box-shadow:0 2px 8px rgba(10,37,64,.1)}
.btn--primary{background:var(--deep-blue);color:#fff}
.btn--primary:hover{background:var(--deep-blue-hover)}
.btn--orange{background:var(--orange);color:#fff}
.btn--orange:hover{background:var(--orange-hover)}
.btn--white{background:#fff;color:var(--orange)}
.btn--white:hover{background:var(--gray-100)}
.btn--outline{background:transparent;color:var(--deep-blue);border:2px solid var(--deep-blue)}
.btn--outline:hover{background:var(--deep-blue);color:#fff}
.btn--dark{background:var(--deep-blue);color:#fff}
.btn--dark:hover{background:var(--deep-blue-hover)}

/* ---- HEADER ---- */
.site-header{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--header-h);background:#fff;box-shadow:0 2px 12px rgba(10,37,64,.08);transition:box-shadow .3s}
.site-header.scrolled{box-shadow:0 4px 20px rgba(10,37,64,.12)}
.nav-inner{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;height:100%;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}
.site-logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.25rem;color:var(--deep-blue)}
.site-logo img{height:36px;width:auto}
.nav-links{display:flex;align-items:center;gap:.25rem}
.nav-links a,.nav-links button{padding:.5rem .85rem;border-radius:6px;font-size:.95rem;font-weight:500;color:var(--deep-blue);transition:color .2s,background .2s}
.nav-links a:hover,.nav-links button:hover{color:var(--orange)}
.nav-links a.active{color:var(--orange)}
.nav-cta{background:var(--orange)!important;color:#fff!important;padding:.55rem 1.25rem!important;border-radius:8px!important;font-weight:600!important}
.nav-cta:hover{background:var(--orange-hover)!important}
.nav-hamburger{display:none;width:40px;height:40px;align-items:center;justify-content:center;border-radius:8px}
.nav-hamburger svg{width:24px;height:24px;stroke:var(--deep-blue)}
@media(max-width:768px){
  .nav-links{display:none}
  .nav-hamburger{display:flex}
  .mobile-menu{display:none;position:fixed;inset:0;z-index:200;background:rgba(0,0,0,.4);backdrop-filter:blur(4px)}
  .mobile-menu.open{display:block}
  .mobile-menu__panel{position:absolute;top:0;right:0;width:min(320px,85vw);height:100%;background:#fff;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;box-shadow:-8px 0 30px rgba(0,0,0,.15)}
  .mobile-menu__close{align-self:flex-end;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px}
  .mobile-menu__close:hover{background:var(--gray-100)}
  .mobile-menu__panel a,.mobile-menu__panel button{display:block;padding:.75rem 1rem;border-radius:8px;font-size:1.05rem;font-weight:500;color:var(--deep-blue)}
  .mobile-menu__panel a:hover,.mobile-menu__panel button:hover{background:var(--gray-100);color:var(--orange)}
}

/* ---- HERO ---- */
.hero{padding-top:var(--header-h);padding-bottom:0;background:var(--orange);overflow:hidden;position:relative}
.hero .container{text-align:center;padding-top:.15rem;padding-bottom:.35rem;position:relative;z-index:1}
.hero__text{max-width:100%;margin:0 auto;padding:0 .5rem}
.hero__headline{font-size:clamp(1.1rem,3.5vw,1.8rem);font-weight:800;line-height:1.25;color:#fff;margin-bottom:.5rem}
.hero__headline span{color:var(--deep-blue)}
.hero__sub{font-size:clamp(0.85rem,2vw,0.95rem);line-height:1.4;color:#fff;margin-bottom:.5rem;opacity:.95}
.hero__ctas{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center}
.hero__trust{display:flex;flex-wrap:wrap;gap:.5rem .8rem;justify-content:center;margin-top:.4rem;font-size:.72rem;color:rgba(255,255,255,.9)}
.hero__trust span{display:inline-flex;align-items:center;gap:.3rem}
.hero__trust svg{flex-shrink:0}
/* Decorative tool icons */
.hero-tools{position:absolute;inset:0;pointer-events:none;z-index:0}
.hero-tool{position:absolute;color:#fff;opacity:.22;display:block}
.hero-tool svg{width:30px;height:30px}
.hero-tool--sm svg{width:22px;height:22px}
.hero-tool--lg svg{width:42px;height:42px}
@keyframes hero-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
.hero-tool{animation:hero-float 3.5s ease-in-out infinite}
.hero-tool:nth-child(2){animation-delay:.5s}
.hero-tool:nth-child(3){animation-delay:1.2s}
.hero-tool:nth-child(4){animation-delay:1.8s}
.hero-tool:nth-child(5){animation-delay:2.2s}
.hero-tool:nth-child(6){animation-delay:.7s}
.hero-tool:nth-child(7){animation-delay:1.5s}
.hero-tool:nth-child(8){animation-delay:2.8s}
.hero-tool:nth-child(9){animation-delay:.3s}
.hero-tool:nth-child(10){animation-delay:1s}
.hero-tool:nth-child(11){animation-delay:2s}
.hero-tool:nth-child(12){animation-delay:1.3s}
.hero-tool:nth-child(13){animation-delay:2.5s}

/* ---- PROBLEM SECTION ---- */
.section-problem{background:#fff}
.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.problem-card{background:var(--off-white);padding:2rem;border-radius:var(--radius-xl)}
.problem-card__icon{width:56px;height:56px;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;border-radius:var(--radius);font-size:1.75rem}
.problem-card__icon--orange{background:rgba(244,162,97,.12);color:var(--orange)}
.problem-card__icon--teal{background:rgba(42,157,143,.12);color:var(--teal)}
.problem-card__icon--green{background:rgba(30,191,115,.12);color:var(--green)}
.problem-card h3{font-size:1.2rem;margin-bottom:.5rem}
.problem-card p{color:var(--gray-600);font-size:.95rem}
@media(max-width:768px){.problem-grid{grid-template-columns:1fr}}

/* ---- ABOUT (Vision / Mission) ---- */
.section-about{background:var(--off-white)}
.vm-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}
.vm-card{background:#fff;padding:2.5rem;border-radius:var(--radius-xl);box-shadow:0 2px 12px rgba(10,37,64,.05);transition:transform .35s ease,box-shadow .35s ease}
.vm-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgba(10,37,64,.12)}
.vm-card__head{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}
.vm-card__icon{width:48px;height:48px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:1.4rem}
.vm-card__icon--orange{background:rgba(244,162,97,.1);color:var(--orange)}
.vm-card__icon--teal{background:rgba(42,157,143,.1);color:var(--teal)}
.vm-card h3{font-size:1.5rem}
.vm-card p{color:var(--gray-600);font-size:1.05rem;line-height:1.7}
.about-quick-links{background:#fff;padding:2rem;border-radius:var(--radius-xl);text-align:center;box-shadow:0 2px 12px rgba(10,37,64,.05);display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem}
.about-quick-links a{font-size:1.05rem;font-weight:500;color:var(--deep-blue)}
.about-quick-links a:hover{color:var(--orange)}
.about-quick-links .sep{color:var(--gray-300)}
@media(max-width:768px){
  .vm-grid{grid-template-columns:1fr}
  .about-quick-links .sep{display:none}
  .about-quick-links{flex-direction:column}
}

/* ---- HOW IT WORKS (dark) ---- */
.section-how{background:var(--black);color:#fff}

/* Showcase layout */
.hiw-showcase{display:flex;align-items:center;gap:4rem;max-width:960px;margin:0 auto}

/* Left: Timeline */
.hiw-steps{flex:1;display:flex;flex-direction:column;gap:0}
.hiw-step{display:flex;gap:1rem;cursor:pointer;padding:.75rem 0;opacity:.45;transition:opacity .4s,transform .4s}
.hiw-step.active{opacity:1}
.hiw-step:hover{opacity:.85}

/* Vertical indicator */
.hiw-step__indicator{display:flex;flex-direction:column;align-items:center;padding-top:.35rem}
.hiw-step__dot{width:14px;height:14px;border-radius:50%;background:var(--dot-color,var(--orange));flex-shrink:0;transition:box-shadow .3s,transform .3s}
.hiw-step.active .hiw-step__dot{box-shadow:0 0 0 4px rgba(244,162,97,.3);transform:scale(1.2)}
.hiw-step__line{width:2px;flex:1;min-height:100%;background:rgba(255,255,255,.12);margin-top:.35rem}
.hiw-step:last-child .hiw-step__line{display:none}

/* Step content */
.hiw-step__content{flex:1}
.hiw-step__badge{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.2rem .6rem;border-radius:999px;background:var(--badge-bg,var(--orange));color:#fff;margin-bottom:.4rem}
.hiw-step__content h3{font-size:1.1rem;margin-bottom:.3rem;color:#fff}
.hiw-step__content p{font-size:.88rem;color:var(--gray-400);line-height:1.5;margin:0}

/* Right: Phone / image frame */
.hiw-phone{flex:0 0 280px}
.hiw-phone__frame{position:relative;width:280px;height:500px;border-radius:28px;overflow:hidden;background:transparent;box-shadow:none}
.hiw-phone__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .6s ease}
.hiw-phone__img.active{opacity:1}

/* Progress bar */
.hiw-progress{position:absolute;bottom:0;left:0;right:0;height:3px;background:rgba(255,255,255,.1)}
.hiw-progress__bar{height:100%;width:0;background:var(--orange);transition:width .1s linear}
.hiw-progress__bar.animating{transition:none}

/* Responsive */
@media(max-width:768px){
  .hiw-showcase{flex-direction:column-reverse;gap:2rem}
  .hiw-phone{flex:none}
  .hiw-phone__frame{width:240px;height:420px;margin:0 auto}
}
@media(max-width:480px){
  .hiw-phone__frame{width:200px;height:360px;border-radius:20px}
}

/* ---- FEATURES ---- */
.section-features{background:#fff}
.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;justify-items:center}
.features-grid .feature-item:last-child{grid-column:2/3}
.feature-item{display:flex;align-items:flex-start;gap:1rem}
.feature-item__icon{width:48px;height:48px;flex-shrink:0;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:1.25rem}
.feature-item__icon--orange{background:rgba(244,162,97,.1);color:var(--orange)}
.feature-item__icon--teal{background:rgba(42,157,143,.1);color:var(--teal)}
.feature-item__icon--green{background:rgba(30,191,115,.1);color:var(--green)}
.feature-item h3{font-size:1.05rem;margin-bottom:.35rem}
.feature-item p{color:var(--gray-600);font-size:.92rem}
@media(max-width:768px){.features-grid{grid-template-columns:1fr}
.features-grid .feature-item:last-child{grid-column:auto}}

/* ---- FAQ ---- */
.section-faq{background:var(--off-white)}
.faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}
.faq-item{background:#fff;border-radius:var(--radius-xl);box-shadow:0 2px 10px rgba(10,37,64,.06);overflow:hidden}
.faq-item__btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;text-align:left;font-size:1.2rem;font-weight:600;color:#fff;background:#050505;transition:background .2s}
.faq-item__btn:hover{background:#1a1a1a}
.faq-item__chevron{width:20px;height:20px;flex-shrink:0;stroke:var(--orange);stroke-width:2.5;transition:transform .25s}
.faq-item.open .faq-item__chevron{transform:rotate(180deg)}
.faq-item__body{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease;padding:0 1.5rem}
.faq-item.open .faq-item__body{max-height:400px;padding:0 1.5rem 1.25rem}
.faq-item__body p{color:var(--gray-600);line-height:1.7}

/* ---- CTA BANNER ---- */
.section-cta{background:linear-gradient(135deg,var(--orange) 0%,var(--orange-hover) 100%);padding-top:2.5rem;padding-bottom:2.5rem}
.cta-inner{max-width:720px;margin:0 auto;text-align:center}
.cta-inner h2{font-size:clamp(1.5rem,3.5vw,2rem);color:#fff;margin-bottom:.5rem}
.cta-inner p{color:rgba(255,255,255,.9);font-size:1rem;margin-bottom:1.25rem}
.cta-inner .btn-group{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}

/* ---- CONTACT ---- */
.section-contact{background:#fff}
.contact-compact{display:flex;align-items:center;justify-content:space-between;max-width:460px;margin:0 auto;background:var(--off-white);border-radius:var(--radius);padding:1.25rem 1.5rem}
.contact-compact__title{font-size:1.25rem;margin:0 0 .25rem}
.contact-compact__email{display:inline-flex;align-items:center;gap:.5rem;color:var(--teal);font-weight:500;font-size:.95rem}
.contact-compact__email:hover{text-decoration:underline}
.contact-compact__email svg{flex-shrink:0;color:var(--orange)}
.contact-compact__socials{display:flex;align-items:center;gap:1rem}
.contact-compact__socials a{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:transform .2s}
.contact-compact__socials a:hover{transform:scale(1.15)}
.contact-compact__socials svg{width:20px;height:20px}
@media(max-width:600px){.contact-compact{flex-direction:column;text-align:center;gap:1rem;padding:1.25rem}}

/* ---- FOOTER ---- */
.site-footer{background:#050505;color:rgba(247,248,250,.85);padding:var(--section-py) 1.5rem 2rem}
.footer-inner{max-width:var(--max-width);margin:0 auto}
.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:2rem;margin-bottom:2.5rem}
.footer-brand p{color:var(--gray-400);font-size:.9rem;margin-top:.75rem}
.site-footer h4{color:#fff;font-size:.95rem;margin-bottom:1rem}
.site-footer ul{display:flex;flex-direction:column;gap:.5rem}
.site-footer li a,.site-footer li button{color:var(--gray-400);font-size:.9rem;transition:color .2s;text-align:left}
.site-footer li a:hover,.site-footer li button:hover{color:var(--orange)}
.footer-social{display:flex;gap:.75rem;margin-top:1rem}
.footer-social a{color:var(--gray-400);transition:color .2s}
.footer-social a:hover{color:var(--orange)}
.footer-social svg{width:20px;height:20px}
.footer-subscribe-btn{display:block;width:100%;padding:.6rem 1rem;background:var(--orange);color:#fff;border-radius:8px;font-weight:600;font-size:.9rem;text-align:center;transition:background .2s;margin-bottom:1rem}
.footer-subscribe-btn:hover{background:var(--orange-hover)}
.footer-app-coming{margin-top:1.2rem}
.footer-app-coming p{font-size:.78rem;color:var(--gray-400);margin-bottom:.45rem}
.footer-app-badges{display:flex;gap:.5rem}
.footer-app-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .7rem;border:1px solid rgba(255,255,255,.18);border-radius:8px;font-size:.75rem;color:#fff;background:rgba(255,255,255,.06);transition:border-color .2s}
.footer-app-badge svg{width:16px;height:16px;flex-shrink:0}
.footer-app-badge:hover{border-color:var(--orange)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:1.5rem;text-align:center}
.footer-bottom p{font-size:.88rem;color:var(--gray-400)}
@media(max-width:768px){.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.footer-grid{grid-template-columns:1fr}}

/* ---- MODALS ---- */
.modal-overlay{display:none;position:fixed;inset:0;z-index:300;background:rgba(0,0,0,.5);align-items:center;justify-content:center;padding:1rem}
.modal-overlay.open{display:flex}
.modal{background:#fff;border-radius:var(--radius-xl);width:100%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}
.modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--gray-200)}
.modal__header h2{font-size:1.35rem}
.modal__close{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s}
.modal__close:hover{background:var(--gray-100)}
.modal__close svg{width:22px;height:22px;stroke:var(--gray-600)}
.modal__body{padding:1.5rem;overflow-y:auto;flex:1}
.modal__body h3{font-size:1.15rem;margin:1.75rem 0 .75rem;color:var(--deep-blue)}
.modal__body h3:first-child{margin-top:0}
.modal__body p{color:var(--gray-600);margin-bottom:.75rem;line-height:1.7}

/* ---- PAGE HERO (sub-pages) ---- */
.page-hero{padding:calc(var(--header-h) + 2.5rem) 1.5rem 2.5rem;background:var(--orange);color:var(--deep-blue);text-align:center}
.page-hero h1{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:.5rem}
.page-hero p{opacity:.9;font-size:1.05rem}

/* ---- LEGAL PAGES ---- */
.legal-page{max-width:740px;margin:0 auto;padding:var(--section-py) 1.5rem}
.legal-page h1{font-size:clamp(1.5rem,3vw,1.85rem);margin-bottom:1rem}
.legal-page h2{font-size:1.15rem;margin:2rem 0 .75rem}
.legal-page p,.legal-page li{color:var(--gray-600);margin-bottom:.75rem}
.legal-page ul{padding-left:1.5rem;margin-bottom:1rem;list-style:disc}
.legal-page a{color:var(--teal);font-weight:500}
.legal-updated{font-size:.9rem;color:var(--gray-500);margin-bottom:2rem}

/* ---- ABOUT PAGE ---- */
.about-intro{max-width:700px;margin:0 auto 2.5rem;text-align:center}
.about-intro p{color:var(--gray-600);font-size:1.05rem}
.about-flow{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem 1.5rem;margin:1.5rem 0}
.about-flow__step{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#fff;border-radius:var(--radius);box-shadow:0 4px 16px rgba(10,37,64,.07);transition:transform .2s,box-shadow .2s}
.about-flow__step:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(10,37,64,.1)}
.about-flow__num{width:40px;height:40px;background:var(--orange);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}
.about-flow__arrow{color:var(--orange);font-size:1.2rem}
.about-values{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin:1.5rem 0}
.about-value-pill{padding:.6rem 1.15rem;background:rgba(244,162,97,.12);border:1px solid rgba(244,162,97,.35);border-radius:999px;font-weight:600;color:var(--deep-blue);font-size:.95rem;transition:transform .2s,box-shadow .2s}
.about-value-pill:hover{transform:scale(1.03);box-shadow:0 4px 14px rgba(244,162,97,.25)}
.about-ctas{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem}

/* ---- TEAM CARDS ---- */
.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}
.team-card{background:#fff;padding:2rem;border-radius:var(--radius-xl);box-shadow:0 4px 16px rgba(10,37,64,.07);transition:transform .2s,box-shadow .2s}
.team-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px rgba(10,37,64,.1)}
.team-card__avatar{width:56px;height:56px;background:var(--orange);color:#fff;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:1.35rem;font-weight:700;margin-bottom:1rem}
.team-card__name{font-size:1.1rem;margin-bottom:.25rem}
.team-card__role{font-size:.9rem;font-weight:600;color:var(--teal);margin-bottom:.5rem}
.team-card__bio{font-size:.92rem;color:var(--gray-600)}

/* ---- CONTACT LIST ---- */
.contact-info-list{display:flex;flex-direction:column;gap:.75rem}
.contact-info-list li{font-size:1rem}
.contact-info-list a{color:var(--teal);font-weight:500}
.contact-info-list a:hover{text-decoration:underline}

/* ---- SECTION HEADINGS ---- */
.section-title{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:.75rem}
.section-sub{color:var(--gray-600);font-size:1.1rem;max-width:640px;margin:0 auto}

/* ---- DOCUMENT MODAL ---- */
.doc-modal{display:none;position:fixed;inset:0;z-index:1000;align-items:center;justify-content:center;padding:1rem}
.doc-modal.open{display:flex}
.doc-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.5);cursor:pointer}
.doc-modal__dialog{position:relative;width:100%;max-width:800px;max-height:90vh;background:#fff;border-radius:12px;box-shadow:0 24px 64px rgba(0,0,0,.2);display:flex;flex-direction:column;animation:modalSlideIn .3s ease}
@keyframes modalSlideIn{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}
.doc-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}
.doc-modal__header h2{font-size:1.2rem;font-weight:600;color:var(--deep-blue);margin:0}
.doc-modal__close{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:background .2s,color .2s;cursor:pointer;background:none;border:none}
.doc-modal__close:hover{background:#f3f4f6;color:#111}
.doc-modal__body{flex:1;overflow-y:auto;padding:1.5rem;font-size:.9rem;line-height:1.7;color:#374151}
.doc-modal__body section{margin-bottom:1.5rem}
.doc-modal__body h3{font-size:1rem;font-weight:700;color:#111;margin-bottom:.5rem}
.doc-modal__body h4{font-size:.92rem;font-weight:600;color:#111;margin:.75rem 0 .35rem}
.doc-modal__body h5{font-size:.88rem;font-weight:600;color:#333;margin:.5rem 0 .25rem}
.doc-modal__body p{margin-bottom:.5rem}
.doc-modal__body ul,.doc-modal__body ol{margin-left:1.25rem;margin-bottom:.75rem}
.doc-modal__body li{margin-bottom:.25rem}
.doc-modal__body strong{color:#111}
@media(max-width:600px){
  .doc-modal__dialog{max-height:95vh;border-radius:8px}
  .doc-modal__body{padding:1rem;font-size:.85rem}
}
