/* shreesecindia.com — faithful rebuild skin (capture 20260213135553, Kubio-style hero)
   Tokens: purple #6753e9 nav, green #3fcd7b buttons, dark overlay hero */
* { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --purple: #6753e9;
  --purple-dark: #4a3cb8;
  --purple-deep: #14121f;
  --green: #3fcd7b;
  --green-dark: #2ea862;
  --ink: #232131;
  --muted: #5c5a70;
  --line: #e7e5f4;
  --bg-soft: #f6f5fc;
  --radius: 12px;
}
html { scroll-behavior: smooth; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink); background: #fff; line-height: 1.65; font-size: 17px;
}
img { max-width: 100%; height: auto; }
a { color: var(--purple-dark); }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 20px; }
.clear { clear: both; }

/* ------------------------------------------------ header / nav ------------- */
.topbar {
  background: var(--purple);
  position: relative; z-index: 50;
  box-shadow: 0 2px 14px rgba(20, 18, 31, 0.25);
}
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; min-height: 72px; }
.logo img { display: block; height: 44px; width: auto; }
.nav_toggle { display: none; }
.main_nav ul.menu { list-style: none; display: flex; gap: 4px; }
.main_nav ul.menu a {
  display: block; color: #fff; text-decoration: none; font-weight: 600; font-size: 15px;
  padding: 10px 13px; border-radius: 8px; transition: background .15s ease;
}
.main_nav ul.menu a:hover { background: rgba(255,255,255,.14); }
.main_nav ul.menu li.current-menu-item a { background: rgba(0,0,0,.22); }
.show_nav { display: none; cursor: pointer; width: 44px; height: 44px; position: relative; }
.show_nav span, .show_nav span::before, .show_nav span::after {
  content: ""; position: absolute; left: 8px; right: 8px; height: 3px; border-radius: 2px;
  background: #fff; transition: transform .2s ease, opacity .2s ease;
}
.show_nav span { top: 21px; }
.show_nav span::before { top: -9px; }
.show_nav span::after { top: 9px; }

/* ------------------------------------------------ hero --------------------- */
.hero {
  position: relative; min-height: 88vh; display: flex; align-items: center; justify-content: center;
  background: var(--purple-deep) url(/images/hero/hero.webp) center/cover no-repeat;
  text-align: center; color: #fff;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,8,20,.72) 0%, rgba(10,8,20,.82) 100%);
}
.hero_in { position: relative; padding: 90px 20px; max-width: 860px; }
.hero h1 { font-size: 56px; line-height: 1.12; font-weight: 800; letter-spacing: .5px; }
.hero .lead { font-size: 24px; margin-top: 14px; color: #dcd9f2; font-weight: 500; }
.hero_btns { margin-top: 34px; display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn {
  display: inline-block; text-decoration: none; font-weight: 700; letter-spacing: 1px;
  padding: 15px 42px; border-radius: 999px; font-size: 16px; transition: all .15s ease;
}
.btn_fill { background: var(--green); color: #fff !important; box-shadow: 0 6px 22px rgba(63,205,123,.35); }
.btn_fill:hover { background: var(--green-dark); transform: translateY(-2px); }
.btn_ghost { border: 2px solid #fff; color: #fff !important; }
.btn_ghost:hover { background: var(--green); border-color: var(--green); transform: translateY(-2px); }

.hero_band {
  position: relative; display: flex; align-items: center; justify-content: center; text-align: center;
  min-height: 300px; color: #fff;
  background: var(--purple-deep) url(/images/hero/hero.webp) center/cover no-repeat;
}
.hero_band::before { content: ""; position: absolute; inset: 0; background: rgba(10,8,20,.78); }
.hero_band h1 { position: relative; font-size: 40px; font-weight: 800; padding: 60px 20px; max-width: 900px; }

/* ------------------------------------------------ breadcrumbs -------------- */
#breadcrumbs { font-size: 14px; color: var(--muted); padding: 16px 0 0; }
#breadcrumbs a { color: var(--purple-dark); text-decoration: none; }
#breadcrumbs a:hover { text-decoration: underline; }

/* ------------------------------------------------ content ------------------ */
#content { padding-bottom: 30px; }
article.entry { padding: 18px 0 8px; }
article.entry h1 { font-size: 36px; line-height: 1.2; margin: 10px 0 20px; font-weight: 800; }
.entry h2 { font-size: 27px; margin: 36px 0 14px; font-weight: 750; color: var(--purple-deep); }
.entry h3 { font-size: 21px; margin: 26px 0 10px; font-weight: 700; color: var(--purple-dark); }
.entry p { margin: 0 0 16px; }
.entry ul, .entry ol { margin: 0 0 18px 24px; }
.entry li { margin-bottom: 8px; }
.entry figure { margin: 26px 0; text-align: center; }
.entry figure img { border-radius: var(--radius); box-shadow: 0 8px 26px rgba(20,18,31,.16); }
.entry figcaption { font-size: 14px; color: var(--muted); margin-top: 8px; }
.post_img { margin: 6px 0 24px; }
.post_img img { border-radius: var(--radius); box-shadow: 0 8px 26px rgba(20,18,31,.18); width: 100%; }

.article-table-wrap { overflow-x: auto; margin: 1.25rem 0 1.75rem; border-radius: 10px; }
table.article-table {
  width: 100%; border-collapse: collapse; min-width: 520px; background: #fff; font-size: 15.5px;
}
table.article-table th, table.article-table td {
  border: 1px solid var(--line); padding: 0.65rem 0.85rem; vertical-align: top; text-align: left;
}
table.article-table th { background: var(--purple); color: #fff; font-weight: 650; }
table.article-table tr:nth-child(even) td { background: var(--bg-soft); }

/* RG block */
.rgblock {
  margin: 34px 0 10px; border: 1px solid #cdeeda; background: #f0fbf5; border-radius: var(--radius);
  padding: 20px 22px;
}
.rgblock_t { display: flex; align-items: center; gap: 12px; font-weight: 800; font-size: 18px; color: #14532d; }
.rg18 {
  display: inline-flex; align-items: center; justify-content: center; min-width: 46px; height: 46px;
  border-radius: 50%; background: #d33; color: #fff; font-weight: 800; font-size: 16px; border: 2px solid #fff;
  box-shadow: 0 0 0 2px #d33;
}
.rgblock_e { margin-top: 10px; font-size: 15.5px; color: #234033; }

/* FAQ */
.myfaq { margin: 30px 0; }
.myfaq details { border: 1px solid var(--line); border-radius: 10px; margin-bottom: 10px; background: #fff; }
.myfaq summary {
  cursor: pointer; list-style: none; padding: 15px 18px; font-weight: 650; font-size: 16.5px;
  position: relative; padding-right: 44px;
}
.myfaq summary::-webkit-details-marker { display: none; }
.myfaq summary::after {
  content: "+"; position: absolute; right: 16px; top: 12px; font-size: 22px; color: var(--purple);
  transition: transform .15s ease;
}
.myfaq details[open] summary::after { transform: rotate(45deg); }
.myfaq details[open] summary { color: var(--purple-dark); }
.myfaq .faq_body { padding: 0 18px 16px; color: var(--muted); }

/* post cards */
.post_lists { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 18px 0 8px; }
.post_list { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff;
  transition: box-shadow .15s ease, transform .15s ease; }
.post_list:hover { box-shadow: 0 10px 28px rgba(20,18,31,.14); transform: translateY(-3px); }
.post_list_img img { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.post_list_pad { padding: 14px 16px 16px; }
.post_list_t a { color: var(--ink); text-decoration: none; font-weight: 700; font-size: 16.5px; line-height: 1.35; }
.post_list_t a:hover { color: var(--purple-dark); }
.home_posts .h2, .h2 { font-size: 30px; font-weight: 800; margin: 44px 0 6px; color: var(--purple-deep); }

/* feature tiles on home */
.tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 26px 0; }
.tile {
  border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 22px; background: var(--bg-soft);
}
.tile_t { font-weight: 800; font-size: 18px; margin-bottom: 8px; color: var(--purple-dark); }
.tile p { font-size: 15.5px; color: var(--muted); margin: 0; }

/* ------------------------------------------------ footer ------------------- */
footer { background: var(--purple-deep); color: #b9b5d6; margin-top: 56px; }
footer a { color: #dcd9f2; text-decoration: none; }
footer a:hover { color: var(--green); }
.foot_grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 30px; padding: 48px 0 30px; }
.foot_logo img { height: 46px; margin-bottom: 14px; }
.foot_word { font-size: 44px; font-weight: 900; letter-spacing: 3px; color: rgba(255,255,255,.10); line-height: 1; margin-top: 12px; }
.foot_t { color: #fff; font-weight: 700; margin-bottom: 12px; font-size: 16px; }
footer ul.menu { list-style: none; }
footer ul.menu li { margin-bottom: 8px; font-size: 15px; }
.foot_rg { display: flex; align-items: center; gap: 14px; border-top: 1px solid rgba(255,255,255,.08); padding: 22px 0; font-size: 14.5px; }
.bot_bg { border-top: 1px solid rgba(255,255,255,.08); }
.bot_bg .copy { padding: 18px 0; font-size: 14px; color: #8e8aa8; text-align: center; }

/* ------------------------------------------------ mobile ------------------- */
@media (max-width: 860px) {
  .post_lists { grid-template-columns: repeat(2, 1fr); }
  .tiles { grid-template-columns: 1fr; }
  .foot_grid { grid-template-columns: 1fr; gap: 22px; }
}
@media (max-width: 767px) {
  .show_nav { display: block; }
  .main_nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--purple-dark);
    box-shadow: 0 14px 24px rgba(20,18,31,.3); }
  .main_nav ul.menu { flex-direction: column; gap: 0; padding: 10px 0; }
  .main_nav ul.menu a { padding: 13px 22px; border-radius: 0; }
  .nav_toggle:checked ~ .wrap .main_nav { display: block; }
  .nav_toggle:checked ~ .wrap .show_nav span { background: transparent; }
  .nav_toggle:checked ~ .wrap .show_nav span::before { transform: translateY(9px) rotate(45deg); }
  .nav_toggle:checked ~ .wrap .show_nav span::after { transform: translateY(-9px) rotate(-45deg); }
  .hero { min-height: 78vh; }
  .hero h1 { font-size: 36px; }
  .hero .lead { font-size: 19px; }
  .hero_band h1 { font-size: 28px; padding: 44px 20px; }
  article.entry h1 { font-size: 27px; }
  .entry h2 { font-size: 23px; }
  .post_lists { grid-template-columns: 1fr; }
  .btn { padding: 13px 30px; font-size: 15px; }
  body { font-size: 16px; }
}
