/* Custom backgrounds for Vision and Mission cards */
.vm-card--vision { background: #f4a261 !important; }
.vm-card--mission { background: #c4783c !important; }

/* ---- FEATURES SLIDESHOW ---- */
.features-slideshow{position:relative;background:var(--deep-blue);border-radius:22px;padding:3rem 2rem 2.5rem;overflow:hidden;min-height:320px;max-width:680px;margin:0 auto}
.features-slideshow__track{position:relative;width:100%;min-height:260px}
.features-slide{position:absolute;top:0;left:0;width:100%;opacity:0;transform:translateX(60px);transition:opacity .5s ease,transform .5s ease;pointer-events:none;display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem 1rem 0;box-sizing:border-box}
.features-slide.active{opacity:1;transform:translateX(0);pointer-events:auto}
.features-slide.exit-left{opacity:0;transform:translateX(-60px)}
.features-slide__icon{width:72px;height:72px;border-radius:50%;background:rgba(200,200,200,.15);color:#9ca3af;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}
.features-slide__number{font-size:.85rem;font-weight:700;color:rgba(255,255,255,.35);letter-spacing:.15em;text-transform:uppercase;margin-bottom:.5rem}
.features-slide__title{font-size:clamp(1.3rem,3vw,1.7rem);font-weight:800;color:#fff;margin-bottom:.75rem;letter-spacing:-.01em}
.features-slide__desc{font-size:clamp(1rem,2vw,1.15rem);color:#c5cdd8;line-height:1.7;max-width:520px;margin:0 auto 1.5rem}
/* Shared progress bar (below dots) */
.features-slideshow__progress{width:100%;max-width:200px;height:3px;background:rgba(255,255,255,.12);border-radius:4px;overflow:hidden;margin:.75rem auto 0}
.features-slideshow__bar{height:100%;width:0;background:var(--orange);border-radius:4px;transition:width .05s linear}

/* Dots */
.features-slideshow__dots{display:flex;justify-content:center;gap:.6rem;margin-top:1.5rem}
.features-dot{width:10px;height:10px;border-radius:50%;border:2px solid rgba(255,255,255,.3);background:transparent;cursor:pointer;transition:all .3s;padding:0}
.features-dot.active{background:var(--orange);border-color:var(--orange);transform:scale(1.2)}
.features-dot:hover{border-color:var(--orange)}

/* Arrows */
.features-slideshow__arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.1);border:none;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,transform .2s;z-index:2}
.features-slideshow__arrow:hover{background:rgba(255,255,255,.2)}
.features-slideshow__arrow--prev{left:.75rem}
.features-slideshow__arrow--next{right:.75rem}
@media(max-width:768px){
  .features-slideshow{padding:2rem 1rem 2rem;min-height:280px;border-radius:16px}
  .features-slideshow__arrow{width:34px;height:34px}
  .features-slideshow__arrow--prev{left:.4rem}
  .features-slideshow__arrow--next{right:.4rem}
  .features-slide{padding:1rem .5rem 0}
}

/* Why Choose Taskie image responsive style */
.choose-img {
  display: block;
  margin: 1.5rem auto 0 auto;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(10,37,64,.07);
  background: var(--off-white);
}
@media (max-width: 900px) {
  .choose-img {
    max-width: 340px;
    width: 90%;
  }
}
/* ============================================================
   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;overflow:hidden;position:relative;display:flex;min-height:min(60vh,490px)}
.hero__bg-img{position:absolute;top:0;right:0;width:50%;height:100%;object-fit:cover;object-position:center top;z-index:0}
.hero__overlay{display:none}
.hero__text-bg{position:absolute;top:0;left:0;width:50%;height:100%;background:var(--deep-blue);z-index:1}
.hero .container{position:relative;z-index:2;display:flex;align-items:center;min-height:min(60vh,490px);padding-top:2rem;padding-bottom:2rem;width:50%;margin:0;padding-left:clamp(1.5rem,4vw,4rem);padding-right:2rem}
.hero__content{width:100%;flex-shrink:0}
.hero__text{padding:0;padding-right:1.5rem}
.hero__headline{font-size:clamp(1.5rem,3.5vw,2.8rem);font-weight:800;line-height:1.18;color:#fff;margin-bottom:1rem}
.hero__headline span{color:var(--orange)}
.hero__sub{font-size:clamp(.9rem,1.8vw,1.1rem);line-height:1.6;color:rgba(255,255,255,.9);margin-bottom:1.5rem}
.hero__ctas .btn{font-size:clamp(.8rem,1.5vw,.95rem);padding:.7rem 1.2rem;white-space:nowrap}
.hero__ctas{display:flex;flex-wrap:wrap;gap:.75rem}
.hero__trust svg{flex-shrink:0}
/* Mobile CTA strip (hidden on desktop) */
.hero-mobile-cta{display:none}

@media(max-width:768px){
  .hero{display:flex;flex-direction:column;min-height:auto}
  .hero__text-bg{display:none}
  .hero__bg-img{position:relative;width:100%;height:150px;object-fit:cover;object-position:center top;flex:none;order:1}
  .hero .container{position:relative;width:100%;min-height:auto;padding:1.25rem 1.5rem;align-items:flex-start;order:2;background:var(--deep-blue)}
  .hero__content{max-width:100%;text-align:center}
  .hero__headline{font-size:clamp(1.3rem,5vw,1.75rem)}
  .hero__sub{font-size:clamp(.85rem,3vw,1rem);margin-left:auto;margin-right:auto}
  .hero__text{padding-right:0}
  .hero__ctas{display:none}

  /* Show mobile CTA strip */
  .hero-mobile-cta{display:block;background:var(--off-white);padding:1.25rem 0}
  .hero-mobile-cta__inner{text-align:center}
  .hero-mobile-cta__buttons{display:flex;flex-wrap:nowrap;gap:.75rem;justify-content:center}
  .hero-mobile-cta__buttons .btn{flex:1;min-width:0;white-space:nowrap;font-size:.9rem;padding:.75rem .5rem}
  .hero-mobile-cta__buttons .btn--outline-white{background:transparent;color:var(--deep-blue);border:2px solid var(--deep-blue);border-radius:8px;font-weight:600}
  .hero-mobile-cta__buttons .btn--outline-white:hover{background:var(--deep-blue);color:#fff}
}

/* ---- PROBLEM SECTION ---- */
.section-problem{background:#fff}
.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.problem-card{background:#f3f4f6;padding:0;border-radius:var(--radius-xl);position:relative;display:flex;flex-direction:column;overflow:hidden;width:100%;}
.problem-card--brown { background: #f3f4f6 !important; color: #222; }
.problem-card--blue { background: #f3f4f6 !important; color: #222; }
.problem-card--black { background: #f3f4f6 !important; color: #222; }
.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:#fff}
.problem-card__icon--teal{background:rgba(42,157,143,.12);color:#fff}
.problem-card__icon--green{background:rgba(30,191,115,.12);color:#fff}
/* Problem card images */
/* Container for image to control height */
.problem-img-container {
  position: relative;
  width: 100%;
  margin: 0;
  height: 50%;
  min-height: 120px;
  max-height: 180px;
  overflow: hidden;
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
  position: relative;
}
.problem-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
  transition: transform 0.25s, box-shadow 0.25s;
  box-shadow: 0 2px 12px rgba(10,37,64,.07);
}
}
.problem-card:hover .problem-img {
  transform: scale(1.04) rotate(-1deg);
  box-shadow: 0 8px 28px rgba(10,37,64,.13);
}
.problem-card h3{font-size:1.05rem;margin-bottom:.4rem;color:#222;font-weight:800;text-shadow:0 1px 2px rgba(0,0,0,0.06);}
.problem-card p{color:#444;font-size:0.93rem;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,0.06);}
@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:#0A2540; /* deep blue for contrast */}
.vm-card__icon--teal{background:rgba(42,157,143,.1);color:var(--teal)}
.vm-card h3{font-size:1.5rem; color:#0A2540; font-weight: 800; text-shadow: 0 1px 2px rgba(0,0,0,0.07);}
.vm-card p{color:#222; font-size:1.09rem; line-height:1.7; font-weight: 600; text-shadow: 0 1px 2px rgba(0,0,0,0.07);}
.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 (slideshow – see top of file + main.js) ---- */
.section-features{background:#fff}

/* ---- 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:1rem 1.25rem;text-align:left;font-size:1.08rem;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.25rem 1rem}
.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 PAGE HERO ---- */
.legal-hero{padding:calc(var(--header-h) + 3rem) 1.5rem 3.5rem;background:linear-gradient(135deg,#f4a261 0%,#e89350 50%,#d4813f 100%);color:#fff;text-align:center;position:relative;overflow:hidden}
.legal-hero::before{content:none}
.legal-hero__content{position:relative;z-index:1;max-width:900px;margin:0 auto}
.legal-hero h1{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:900;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.75rem;line-height:1.1}
.legal-hero p{opacity:.9;font-size:clamp(1rem,2vw,1.15rem);max-width:600px;margin:0 auto}

/* ---- LEGAL PAGES (redesigned) ---- */
.legal-page{max-width:1060px;margin:0 auto;padding:3rem 2rem 4rem;background:#fff}
.legal-page h1{font-size:clamp(1.5rem,3vw,1.85rem);margin-bottom:1rem}
.legal-page h2{font-size:1.45rem;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:1.2rem;color:var(--gray-500);margin-bottom:2rem}
.legal-page section{padding:2rem 0;border-bottom:1px solid #eef0f3}
.legal-page section:last-child{border-bottom:none}
.legal-page section h3{font-size:clamp(1.45rem,2vw,1.7rem);font-weight:700;color:var(--deep-blue);margin-bottom:1rem;line-height:1.3}
.legal-page section h4{font-size:1.38rem;font-weight:600;color:var(--deep-blue);margin:1.5rem 0 .6rem}
.legal-page section h5{font-size:1.28rem;font-weight:600;color:#374151;margin:1.2rem 0 .5rem}
.legal-page section p{line-height:1.75;font-size:1.27rem;color:#4b5563}
.legal-page section li{line-height:1.7;font-size:1.25rem;color:#4b5563;margin-bottom:.4rem}
.legal-page section ol{padding-left:1.5rem;margin-bottom:1rem}
.legal-page section ul{padding-left:1.5rem;margin-bottom:1rem;list-style:disc}
.legal-meta{max-width:1060px;margin:0 auto;padding:1.5rem 2rem 0;display:flex;align-items:center;gap:.5rem;font-size:1.18rem;color:var(--gray-500)}
.legal-meta svg{flex-shrink:0}
@media(max-width:768px){
  .legal-page{padding:2rem 1.25rem 3rem}
  .legal-meta{padding:1rem 1.25rem 0}
  .legal-hero{padding:calc(var(--header-h) + 2rem) 1.25rem 2.5rem}
}

/* ---- 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}
}
