/* ============================================================
   TezMetrics — Premium Photo-Based Design
   ============================================================ */
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body.tmBody{
  font-family:'Inter',system-ui,-apple-system,sans-serif;
  background:#fff;
  color:#0f172a;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
ul{list-style:none;padding:0;margin:0}
.tmContainer{max-width:1200px;margin:0 auto;padding:0 24px}

/* ============================================================
   HEADER
   ============================================================ */
.tmHeader{
  position:sticky;top:0;z-index:100;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);
  border-bottom:1px solid rgba(0,0,0,.06);
}
.tmNav{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:72px}
.tmLogo{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}
.tmLogoMark{width:38px;height:38px;transition:transform .3s cubic-bezier(.4,0,.2,1)}
.tmLogo:hover .tmLogoMark{transform:rotate(-6deg) scale(1.05)}
.tmLogoText{font-weight:900;font-size:22px;color:#0f172a;letter-spacing:-.03em;line-height:1}
.tmLogoAccent{color:#2563eb}
.tmMenu{display:flex;gap:4px;align-items:center}
.tmMenu a{color:#475569;font-weight:600;font-size:14px;padding:8px 16px;border-radius:8px;transition:.2s}
.tmMenu a:hover{color:#0f172a;background:rgba(0,0,0,.04)}
.tmMenu a.active{color:#2563eb;background:rgba(37,99,235,.06)}
.tmHamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;border-radius:8px}
.tmHamburger:hover{background:#f1f5f9}
.tmHamburger span{display:block;width:22px;height:2px;background:#334155;border-radius:2px;transition:.2s}

/* ============================================================
   BUTTONS
   ============================================================ */
.tmBtnPrimary,.tmBtnSecondary,.tmBtnGhost{
  display:inline-flex;align-items:center;justify-content:center;
  padding:14px 28px;border-radius:12px;font-weight:700;font-size:15px;
  font-family:inherit;transition:all .3s cubic-bezier(.4,0,.2,1);
  border:none;cursor:pointer;text-decoration:none;
}
.tmBtnSmall{padding:10px 18px;font-size:13px;border-radius:8px}
.tmBtnLarge{padding:18px 36px;font-size:16px}
.tmBtnPrimary{
  background:#2563eb;color:#fff;
  box-shadow:0 4px 14px rgba(37,99,235,.3);
}
.tmBtnPrimary:hover{background:#1d4ed8;box-shadow:0 8px 28px rgba(37,99,235,.4);transform:translateY(-2px)}
.tmBtnSecondary{background:#fff;color:#0f172a;border:1.5px solid #e2e8f0}
.tmBtnSecondary:hover{border-color:#94a3b8;transform:translateY(-1px)}
.tmBtnGhost{background:rgba(255,255,255,.15);color:#fff;border:2px solid rgba(255,255,255,.3);backdrop-filter:blur(4px)}
.tmBtnGhost:hover{background:rgba(255,255,255,.25);border-color:rgba(255,255,255,.5)}

/* ============================================================
   HERO — Full-bleed photo background
   ============================================================ */
.tmHero{
  position:relative;min-height:92vh;display:flex;flex-direction:column;
  align-items:stretch;justify-content:center;overflow:hidden;
}
.tmHeroBg{
  position:absolute;inset:0;
  background-size:cover;background-position:center;
  transform:scale(1.05);
  animation:tmHeroZoom 20s ease-in-out infinite alternate;
}
@keyframes tmHeroZoom{0%{transform:scale(1.05)}100%{transform:scale(1.12)}}
.tmHeroOverlay{
  position:absolute;inset:0;
  background:linear-gradient(135deg,rgba(15,23,42,.85) 0%,rgba(30,41,59,.65) 50%,rgba(15,23,42,.8) 100%);
}
.tmHeroInner{position:relative;z-index:2;padding:100px 0 80px;width:100%;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}
.tmHeroStatsWrap{grid-column:1 / -1}
.tmHeroContent{max-width:640px}
.tmHero .tmBadge{
  background:rgba(255,255,255,.12);color:#93c5fd;border:1px solid rgba(147,197,253,.2);
  font-size:11px;font-weight:700;letter-spacing:.1em;padding:8px 16px;border-radius:999px;
  display:inline-block;margin-bottom:20px;
}
.tmHero h1{
  font-size:56px;font-weight:900;line-height:1.08;color:#fff;
  letter-spacing:-.03em;margin-bottom:20px;
}
.tmHero p{font-size:18px;line-height:1.75;color:rgba(255,255,255,.75);max-width:520px;margin-bottom:8px}
.tmActions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}
.tmHeroStats{
  display:grid;grid-template-columns:repeat(4,1fr);gap:16px;
  margin-top:56px;padding-top:40px;
  border-top:1px solid rgba(255,255,255,.1);
}
.tmHeroStatBox{text-align:center}
.tmHeroStatBox strong{display:block;font-size:32px;font-weight:900;color:#fff;letter-spacing:-.02em}
.tmHeroStatBox span{font-size:13px;color:rgba(255,255,255,.5);font-weight:600;margin-top:4px;display:block}

/* ============================================================
   TRUST STRIP
   ============================================================ */
.tmTrustStrip{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:18px 0}
.tmTrustContent{display:flex;align-items:center;justify-content:center}
.tmTrustLogos{display:flex;gap:20px;align-items:center;flex-wrap:wrap;justify-content:center}
.tmTrustItem{font-size:13px;color:#64748b;font-weight:500;white-space:nowrap}
.tmTrustItem strong{color:#334155;font-weight:800}
.tmTrustDot{width:4px;height:4px;border-radius:50%;background:#cbd5e1;flex-shrink:0}

/* ============================================================
   SECTION COMMON
   ============================================================ */
.tmSection{padding:100px 0}
.tmSectionSoft{background:#f8fafc}
.tmSectionDark{background:#0f172a;color:#fff}
.tmSectionHead{max-width:640px;margin:0 auto 56px;text-align:center}
.tmSectionHead h2{font-size:40px;font-weight:900;margin:16px 0 14px;letter-spacing:-.03em}
.tmSectionHead p{color:#64748b;font-size:17px;line-height:1.75}
.tmSectionHeadLight h2{color:#fff}
.tmSectionHeadLight p{color:rgba(255,255,255,.6)}
.tmEyebrow{
  display:inline-block;font-size:12px;font-weight:800;letter-spacing:.12em;
  text-transform:uppercase;color:#2563eb;
}
.tmEyebrowLight{color:#60a5fa}

/* ============================================================
   SERVICE CARDS (homepage) — Photo cards
   ============================================================ */
.tmServiceCards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.tmServiceCard{
  background:#fff;border-radius:20px;overflow:hidden;text-decoration:none;color:inherit;
  transition:all .4s cubic-bezier(.4,0,.2,1);
  box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);
  display:flex;flex-direction:column;
}
.tmServiceCard:hover{transform:translateY(-8px);box-shadow:0 25px 60px rgba(0,0,0,.12)}
.tmServiceCardImg{height:220px;overflow:hidden}
.tmServiceCardImg img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}
.tmServiceCard:hover .tmServiceCardImg img{transform:scale(1.08)}
.tmServiceCardBody{padding:24px;flex:1;display:flex;flex-direction:column;gap:10px}
.tmServiceCardBody h3{font-size:18px;font-weight:800;color:#0f172a;margin:0}
.tmServiceCardBody p{font-size:14px;color:#64748b;line-height:1.7;margin:0;flex:1}
.tmServiceCardLink{
  font-size:13px;font-weight:700;color:#2563eb;margin-top:6px;
  display:inline-flex;align-items:center;gap:4px;transition:gap .2s;
}
.tmServiceCard:hover .tmServiceCardLink{gap:10px}

/* ============================================================
   WHY US — Photo cards (dark section)
   ============================================================ */
.tmWhyGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.tmWhyCard{
  background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);
  border-radius:20px;overflow:hidden;
  transition:all .35s cubic-bezier(.4,0,.2,1);
}
.tmWhyCard:hover{background:rgba(255,255,255,.1);transform:translateY(-4px);box-shadow:0 20px 50px rgba(0,0,0,.3)}
.tmWhyCardPhoto{height:180px;overflow:hidden}
.tmWhyCardPhoto img{width:100%;height:100%;object-fit:cover;transition:transform .5s;filter:brightness(.85)}
.tmWhyCard:hover .tmWhyCardPhoto img{transform:scale(1.06);filter:brightness(1)}
.tmWhyCardBody{padding:22px}
.tmWhyMini{display:inline-block;font-size:10px;font-weight:800;letter-spacing:.12em;color:#60a5fa;margin-bottom:6px}
.tmWhyCard h3{margin:0 0 8px;color:#fff;font-size:17px;font-weight:800;line-height:1.3}
.tmWhyCard p{margin:0;color:rgba(255,255,255,.55);line-height:1.7;font-size:13px}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.tmTestimonialGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.tmTestimonialCard{
  background:#fff;border:1px solid #e8ecf3;border-radius:20px;padding:32px;
  transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;
  box-shadow:0 1px 3px rgba(0,0,0,.04);
}
.tmTestimonialCard:hover{transform:translateY(-4px);box-shadow:0 20px 50px rgba(0,0,0,.08)}
.tmTestimonialStars{font-size:18px;color:#f59e0b;letter-spacing:3px;margin-bottom:16px}
.tmTestimonialCard p{font-size:15px;line-height:1.85;color:#475569;margin:0;flex:1}
.tmTestimonialAuthor{display:flex;align-items:center;gap:14px;margin-top:24px;padding-top:20px;border-top:1px solid #f1f5f9}
.tmAvatar{width:46px;height:46px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;flex-shrink:0}
.tmAvatarBlue{background:linear-gradient(135deg,#2563eb,#3b82f6)}
.tmAvatarCyan{background:linear-gradient(135deg,#0891b2,#06b6d4)}
.tmAvatarMint{background:linear-gradient(135deg,#059669,#10b981)}
.tmTestimonialAuthor strong{display:block;font-size:15px;font-weight:700;color:#0f172a}
.tmTestimonialAuthor span{font-size:12px;color:#94a3b8;margin-top:2px;display:block}

/* ============================================================
   CTA — Full-bleed photo
   ============================================================ */
.tmCtaSection{
  position:relative;padding:120px 0;overflow:hidden;text-align:center;
}
.tmCtaBg{position:absolute;inset:0;background-size:cover;background-position:center}
.tmCtaOverlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(15,23,42,.88),rgba(30,58,138,.85))}
.tmCtaInner{position:relative;z-index:2;max-width:600px;margin:0 auto}
.tmCtaInner .tmEyebrowLight{margin-bottom:16px;display:inline-block}
.tmCtaInner h2{font-size:40px;font-weight:900;color:#fff;line-height:1.15;letter-spacing:-.02em;margin-bottom:16px}
.tmCtaInner p{font-size:17px;color:rgba(255,255,255,.65);margin-bottom:32px;line-height:1.7}

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */
.tmPage{padding:0 0 80px}
.tmPageHero{padding:60px 0 30px}
.tmPageHeroSoft{background:linear-gradient(180deg,#fff,#f8fafc);border-bottom:1px solid #e5eef9;margin-bottom:10px}
.tmPageHero h1{font-size:44px;font-weight:900;margin:14px 0 12px;letter-spacing:-.03em}
.tmPageHero p{color:#64748b;line-height:1.75;max-width:640px;font-size:17px}

/* ============================================================
   SERVICES PAGE — Photo rows
   ============================================================ */
.tmServiceRow{
  display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;
  margin-bottom:40px;padding:0;background:none;border:none;
  box-shadow:none;border-radius:0;
}
.tmServiceRowReverse{direction:rtl}
.tmServiceRowReverse > *{direction:ltr}
.tmServiceRowMedia{width:100%;border-radius:24px;overflow:hidden}
.tmServiceRowImg{
  width:100%;height:360px;object-fit:cover;border-radius:24px;
  transition:transform .5s cubic-bezier(.4,0,.2,1);
  box-shadow:0 20px 50px rgba(0,0,0,.1);
}
.tmServiceRow:hover .tmServiceRowImg{transform:scale(1.03)}
.tmServiceRowLabel{
  display:inline-block;font-size:12px;font-weight:900;color:#2563eb;
  letter-spacing:.08em;margin-bottom:12px;
}
.tmServiceRowContent h2{font-size:30px;font-weight:900;line-height:1.2;margin:0 0 16px;letter-spacing:-.02em}
.tmServiceRowContent p{margin:0;color:#64748b;font-size:16px;line-height:1.85}
.tmServiceTags{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}
.tmServiceTags span{
  padding:8px 16px;border-radius:999px;font-size:13px;font-weight:600;
  background:#f1f5f9;color:#475569;border:1px solid #e2e8f0;
  transition:.2s;
}
.tmServiceTags span:hover{background:#eff6ff;color:#2563eb;border-color:#bfdbfe}

/* ============================================================
   ABOUT PAGE — Process
   ============================================================ */
.tmProcessBlock{
  background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #e2e8f0;
  border-radius:28px;padding:48px;box-shadow:0 8px 30px rgba(15,23,42,.04);
}
.tmProcessIntro{max-width:640px;margin-bottom:36px}
.tmProcessIntro h2{font-size:36px;font-weight:900;margin:14px 0 12px;letter-spacing:-.02em}
.tmProcessIntro p{margin:0;color:#64748b;line-height:1.8}
.tmProcessGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.tmProcessCard{
  background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:28px;
  transition:all .3s;text-align:center;
}
.tmProcessCard:hover{transform:translateY(-4px);box-shadow:0 12px 36px rgba(15,23,42,.06)}
.tmProcessNo{
  width:52px;height:52px;border-radius:50%;margin:0 auto 18px;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,#2563eb,#3b82f6);
  color:#fff;font-weight:900;font-size:18px;
  box-shadow:0 8px 20px rgba(37,99,235,.25);
}
.tmProcessCard h3{margin:0 0 10px;font-size:17px;font-weight:800}
.tmProcessCard p{margin:0;color:#64748b;line-height:1.75;font-size:13px}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.tmContactShowcase{padding-top:28px}
.tmContactLayout{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:start}
.tmContactMain,.tmContactSide{display:grid;gap:24px}
.tmContactCard{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:32px;box-shadow:0 4px 20px rgba(15,23,42,.04);transition:.3s}
.tmContactCard:hover{box-shadow:0 12px 40px rgba(15,23,42,.06)}
.tmContactCardPrimary{min-height:100%}
.tmContactCardSoft{background:linear-gradient(180deg,#fff,#f8fbff)}
.tmContactCardHead{display:flex;align-items:flex-start;gap:16px;margin-bottom:22px}
.tmContactIconBox{width:54px;height:54px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#eff6ff;font-size:24px;flex:0 0 auto}
.tmContactMini{display:inline-block;font-size:11px;font-weight:800;letter-spacing:.1em;color:#2563eb;margin-bottom:6px}
.tmContactCard h2,.tmContactCard h3{margin:0;font-weight:800;line-height:1.25}
.tmContactInfoList{display:grid;gap:14px}
.tmContactInfoItem{padding:18px 20px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;transition:.2s}
.tmContactInfoItem:hover{border-color:#bfdbfe;background:#fafcff}
.tmContactInfoItem strong{display:block;margin-bottom:4px;font-size:14px;font-weight:700}
.tmContactInfoItem span{display:block;color:#64748b;font-size:14px}
.tmContactText{margin:0;color:#64748b;line-height:1.8;font-size:14px}
.tmContactActions{margin-top:22px}

/* ============================================================
   FORMS
   ============================================================ */
.tmGrid2{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}
.tmQuoteCard{max-width:800px;margin:0 auto}
.tmQuoteForm label{display:block;font-size:13px;font-weight:700;margin:0 0 8px;color:#334155}
.tmQuoteForm input,.tmQuoteForm select,.tmQuoteForm textarea{
  width:100%;padding:14px 16px;border:1.5px solid #e2e8f0;border-radius:12px;
  background:#fff;font:inherit;font-size:14px;color:#0f172a;transition:.25s;
}
.tmQuoteForm input:focus,.tmQuoteForm select:focus,.tmQuoteForm textarea:focus{
  outline:none;border-color:#60a5fa;box-shadow:0 0 0 4px rgba(96,165,250,.12);
}
.tmQuoteForm input::placeholder,.tmQuoteForm textarea::placeholder{color:#94a3b8}
.tmFormActions{margin-top:24px}
.tmAlertOk,.tmAlertErr{padding:16px 20px;border-radius:14px;margin-bottom:20px;font-weight:600;font-size:14px}
.tmAlertOk{background:#ecfdf5;color:#166534;border:1px solid #bbf7d0}
.tmAlertErr{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}

/* ============================================================
   FOOTER
   ============================================================ */
.tmFooter{background:#0f172a;color:#94a3b8;padding:72px 0 24px}
.tmFooterGrid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:40px}
.tmFooterLogoRow{display:flex;align-items:center;gap:12px;margin-bottom:18px}
.tmFooterLogoImg{width:36px;height:36px}
.tmFooterBrand{font-size:22px;font-weight:900;color:#fff;margin:0;letter-spacing:-.02em}
.tmFooterBrandAccent{color:#60a5fa}
.tmFooter h4{color:#fff;font-size:14px;font-weight:800;margin:0 0 18px;letter-spacing:.04em;text-transform:uppercase}
.tmFooter p{font-size:14px;line-height:1.75}
.tmFooterContact{display:flex;flex-direction:column;gap:10px;margin-top:20px;font-size:14px}
.tmFooter li{margin:10px 0;font-size:14px}
.tmFooter a{color:#94a3b8;transition:.2s}.tmFooter a:hover{color:#fff}
.tmFooterBottom{margin-top:40px;padding-top:24px;border-top:1px solid rgba(255,255,255,.06);font-size:13px;color:#475569}

/* ============================================================
   HERO MASCOT
   ============================================================ */
.tmHeroMascot{display:flex;justify-content:center;align-items:flex-end}
.tmMascotImg{
  max-width:420px;width:100%;height:auto;
  filter:drop-shadow(0 30px 60px rgba(0,0,0,.3));
  animation:tmMascotFloat 5s ease-in-out infinite;
}
@keyframes tmMascotFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}
/* tmHeroInner grid is defined above in HERO section */

/* Service card number */
.tmServiceCardNum{
  font-size:11px;font-weight:900;color:#2563eb;letter-spacing:.1em;
  display:block;margin-bottom:6px;
}

/* ============================================================
   SERVICE DETAIL PAGES
   ============================================================ */
.tmDetailGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:40px}
.tmDetailCard{
  background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:32px;
  transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;
  box-shadow:0 1px 3px rgba(0,0,0,.04);
}
.tmDetailCard:hover{transform:translateY(-4px);box-shadow:0 20px 50px rgba(0,0,0,.08)}
.tmDetailCard::after{
  content:'';position:absolute;top:0;left:0;right:0;height:3px;
  background:linear-gradient(90deg,#2563eb,#06b6d4);opacity:0;transition:.3s;
}
.tmDetailCard:hover::after{opacity:1}
.tmDetailNum{
  font-size:12px;font-weight:900;color:#2563eb;letter-spacing:.1em;margin-bottom:12px;
}
.tmDetailCard h3{font-size:19px;font-weight:800;margin:0 0 12px;color:#0f172a}
.tmDetailCard p{font-size:14px;line-height:1.8;color:#64748b;margin:0 0 12px}
.tmDetailSmall{font-size:12px;color:#94a3b8;font-style:italic}
.tmDetailMeta{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
.tmDetailTag{
  padding:6px 14px;border-radius:999px;font-size:12px;font-weight:600;
  background:#f1f5f9;color:#475569;border:1px solid #e2e8f0;
}
.tmDetailCta{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-top:20px}
.tmDetailInfo{
  background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:32px;margin-bottom:32px;
}
.tmDetailInfo h2,.tmDetailInfo h3{font-size:22px;font-weight:800;margin:0 0 16px}
.tmDetailTagsWide{display:flex;flex-wrap:wrap;gap:8px}
.tmDetailSteps{display:grid;gap:12px;margin-top:8px}
.tmDetailStep{
  padding:16px 20px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;
  font-size:14px;color:#475569;line-height:1.7;
}
.tmDetailStep strong{color:#0f172a;margin-right:4px}

/* ============================================================
   ABOUT PAGE — Why cards (light variant)
   ============================================================ */
.tmWhyGridAbout{grid-template-columns:repeat(2,1fr);gap:24px}
.tmWhyCardAbout{
  background:#fff;border:1px solid #e2e8f0;border-radius:20px;overflow:hidden;
  display:grid;grid-template-columns:1fr 1fr;
  transition:all .35s cubic-bezier(.4,0,.2,1);
  box-shadow:0 1px 3px rgba(0,0,0,.04);
}
.tmWhyCardAbout:hover{transform:translateY(-4px);box-shadow:0 20px 50px rgba(0,0,0,.08)}
.tmWhyCardAbout .tmWhyCardPhoto{height:auto;min-height:220px}
.tmWhyCardAbout .tmWhyCardPhoto img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.tmWhyCardAbout:hover .tmWhyCardPhoto img{transform:scale(1.05)}
.tmWhyCardAbout .tmWhyCardBody{padding:28px;display:flex;flex-direction:column;justify-content:center}
.tmWhyMiniDark{display:inline-block;font-size:10px;font-weight:800;letter-spacing:.12em;color:#2563eb;margin-bottom:8px}
.tmWhyCardAbout h3{margin:0 0 10px;color:#0f172a;font-size:19px;font-weight:800}
.tmWhyCardAbout p{margin:0;color:#64748b;line-height:1.75;font-size:14px}

/* ============================================================
   404 PAGE
   ============================================================ */
.tm404{text-align:center;padding:120px 0}
.tm404Icon{font-size:80px;margin-bottom:20px}
.tm404Title{font-size:48px;font-weight:900;margin:0 0 16px;letter-spacing:-.03em}
.tm404Text{font-size:18px;color:#64748b;margin:0 0 32px}

/* ============================================================
   SERVICES PAGE — Action button wrapper
   ============================================================ */
.tmServiceRowAction{margin-top:18px}

/* Detail info inner (nested) */
.tmDetailInfoInner{margin-top:16px}

/* ============================================================
   SCROLL ANIMATIONS
   ============================================================ */
.tmAnimateIn{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}
.tmAnimateIn.tmVisible{opacity:1;transform:translateY(0)}
.tmServiceCards .tmAnimateIn:nth-child(2){transition-delay:.1s}
.tmServiceCards .tmAnimateIn:nth-child(3){transition-delay:.2s}
.tmServiceCards .tmAnimateIn:nth-child(4){transition-delay:.3s}
.tmServiceCards .tmAnimateIn:nth-child(5){transition-delay:.4s}
.tmServiceCards .tmAnimateIn:nth-child(6){transition-delay:.5s}
.tmWhyGrid .tmAnimateIn:nth-child(2){transition-delay:.1s}
.tmWhyGrid .tmAnimateIn:nth-child(3){transition-delay:.2s}
.tmWhyGrid .tmAnimateIn:nth-child(4){transition-delay:.3s}
.tmTestimonialGrid .tmAnimateIn:nth-child(2){transition-delay:.12s}
.tmTestimonialGrid .tmAnimateIn:nth-child(3){transition-delay:.24s}
.tmProcessGrid .tmAnimateIn:nth-child(2){transition-delay:.1s}
.tmProcessGrid .tmAnimateIn:nth-child(3){transition-delay:.2s}
.tmProcessGrid .tmAnimateIn:nth-child(4){transition-delay:.3s}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media(max-width:1100px){
  .tmServiceCards{grid-template-columns:repeat(2,1fr)}
  .tmWhyGrid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  /* Grids to single column */
  .tmServiceCards,.tmFooterGrid,.tmWhyGrid,.tmTestimonialGrid,
  .tmContactLayout,.tmServiceRow{grid-template-columns:1fr}
  .tmServiceRowReverse{direction:ltr}
  .tmWhyGridAbout{grid-template-columns:1fr}
  .tmWhyCardAbout{grid-template-columns:1fr}
  .tmDetailGrid{grid-template-columns:1fr}
  /* Hero mascot: stack vertically */
  .tmHeroInner{grid-template-columns:1fr;text-align:center;padding:80px 0 60px;gap:24px}
  .tmHeroMascot{order:-1;margin-bottom:0}
  .tmMascotImg{max-width:240px;margin:0 auto}
  .tmHeroContent{max-width:100%;margin:0 auto}
  .tmHeroStatsWrap{grid-column:1}
  .tmHero .tmBadge{margin-bottom:16px}
  .tmHero p{max-width:100%;margin-left:auto;margin-right:auto}
  .tmActions{justify-content:center}
  .tmHero h1{font-size:38px}
  .tmHero{min-height:auto}
  .tmHeroStats{grid-template-columns:repeat(2,1fr)}
  .tmSection{padding:72px 0}
  .tmCtaInner h2{font-size:32px}
  .tmCtaSection{padding:80px 0}
  /* Mobile menu */
  .tmMenu{
    position:fixed;top:72px;left:0;right:0;background:#fff;
    flex-direction:column;padding:20px;border-bottom:1px solid #e2e8f0;
    box-shadow:0 12px 40px rgba(0,0,0,.1);transform:translateY(-120%);
    opacity:0;transition:.3s;z-index:99;
  }
  .tmMenu.open{transform:translateY(0);opacity:1}
  .tmMenu a{width:100%;padding:14px 16px}
  .tmHamburger{display:flex}
  .tmServiceRowImg{height:280px}
  .tmServiceRowContent h2{font-size:24px}
  .tmProcessGrid{grid-template-columns:repeat(2,1fr)}
  .tmSectionHead h2{font-size:34px}
  .tmPageHero h1{font-size:36px}
  /* 404 */
  .tm404{padding:80px 0}
  .tm404Title{font-size:40px}
}
@media(max-width:768px){
  /* Tablet optimizations */
  .tmWhyGrid{grid-template-columns:1fr}
  .tmHeroStats{grid-template-columns:repeat(2,1fr);gap:12px}
  .tmHeroStatBox strong{font-size:26px}
  .tmMascotImg{max-width:220px}
  .tmHero h1{font-size:34px}
  .tmHero p{font-size:16px}
  .tmServiceCardBody{padding:20px}
  .tmDetailCard{padding:24px}
  .tmProcessBlock{padding:32px 24px}
  .tmContactCard{padding:24px}
  .tmFooterGrid{gap:28px}
  .tmWhyCardAbout .tmWhyCardBody{padding:22px}
}
@media(max-width:640px){
  .tmContainer{padding:0 16px}
  .tmHeroInner{padding:60px 0 40px;gap:16px}
  .tmMascotImg{max-width:180px}
  .tmHero h1{font-size:28px}
  .tmHero p{font-size:15px}
  .tmHeroStats{grid-template-columns:1fr 1fr;gap:10px}
  .tmHeroStatBox strong{font-size:22px}
  .tmHeroStatBox span{font-size:11px}
  .tmSectionHead h2{font-size:26px}
  .tmPageHero h1{font-size:28px}
  .tmPageHero p{font-size:15px}
  .tmCtaInner h2{font-size:24px}
  .tmCtaSection{padding:60px 0}
  .tmSection{padding:56px 0}
  .tmGrid2{grid-template-columns:1fr}
  .tmServiceRowImg{height:200px;border-radius:16px}
  .tmServiceRow{gap:24px;margin-bottom:32px}
  .tmServiceRowContent h2{font-size:22px}
  .tmProcessBlock{padding:22px 16px}
  .tmProcessGrid{grid-template-columns:1fr}
  .tmProcessCard{padding:22px}
  .tmBtnPrimary,.tmBtnGhost,.tmBtnSecondary{width:100%;justify-content:center}
  .tmBtnLarge{padding:16px 24px;font-size:15px}
  .tmTrustLogos{gap:10px}
  .tmTrustDot{display:none}
  .tmTrustItem{font-size:12px}
  .tmServiceCardImg{height:160px}
  .tmServiceCardBody h3{font-size:16px}
  .tmDetailCard{padding:20px}
  .tmDetailCard h3{font-size:17px}
  .tmDetailCta{flex-direction:column}
  .tmDetailCta .tmBtnPrimary,.tmDetailCta .tmBtnSecondary{width:100%;text-align:center}
  .tmContactCard{padding:20px;border-radius:16px}
  .tmTestimonialCard{padding:24px}
  .tmFooterGrid{grid-template-columns:1fr;gap:32px}
  .tmFooter{padding:48px 0 20px}
  /* 404 */
  .tm404{padding:60px 0}
  .tm404Icon{font-size:60px}
  .tm404Title{font-size:32px}
  .tm404Text{font-size:16px}
}
@media(max-width:380px){
  /* Very small screens */
  .tmHero h1{font-size:24px}
  .tmMascotImg{max-width:150px}
  .tmHeroStatBox strong{font-size:20px}
  .tmSectionHead h2{font-size:22px}
  .tmServiceCardImg{height:140px}
}

/* ============================================================
   MISC
   ============================================================ */
::selection{background:#dbeafe;color:#1e40af}
::-webkit-scrollbar{width:8px}
::-webkit-scrollbar-track{background:#f8fafc}
::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}
::-webkit-scrollbar-thumb:hover{background:#94a3b8}
