/* Shared styling for the privacy / terms / cookies pages.
   Same palette and type as the main site, but deliberately plain — these are
   documents to be read, not sold from. */
:root{
  --navy:#123a7d; --navy-dark:#0b2554; --navy-deep:#081c40;
  --orange:#f09d2e; --orange-dark:#d9820f;
  --ink:#152744; --muted:#5a6b88; --bg:#f5f8fd; --card:#fff; --line:#e3eaf6;
  --font:'Poppins','Noto Sans Telugu',system-ui,-apple-system,sans-serif;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:var(--font);color:var(--ink);background:var(--bg);line-height:1.7;-webkit-font-smoothing:antialiased}
img,svg{display:block;max-width:100%}
a{color:var(--navy);text-decoration:underline;text-underline-offset:2px}
a:hover{color:var(--orange-dark)}
.container{width:min(780px,92%);margin-inline:auto}
.te{font-family:'Noto Sans Telugu',var(--font)}

.lgl-top{background:var(--navy-deep);color:#cdd9f0;font-size:.8rem;padding:.5rem 0}
.lgl-top a{color:#e8eefb;text-decoration:none}
.lgl-top a:hover{color:var(--orange)}

header.lgl-head{background:#fff;border-bottom:1px solid var(--line);padding:.9rem 0}
.lgl-head .container{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.lgl-brand{display:flex;align-items:center;gap:.7rem;text-decoration:none}
.lgl-brand img{width:52px;height:52px;border-radius:50%;flex:none}
.lgl-brand b{display:block;font-size:1.1rem;font-weight:800;color:var(--navy);letter-spacing:.02em;line-height:1.1;white-space:nowrap}
.lgl-brand span{display:block;font-size:.74rem;font-weight:600;letter-spacing:.24em;color:var(--orange-dark);text-transform:uppercase}
.lgl-back{font-size:.85rem;font-weight:600;color:var(--navy);text-decoration:none;white-space:nowrap}
.lgl-back:hover{color:var(--orange-dark)}

main{padding:3rem 0 4rem}
h1{font-size:clamp(1.7rem,4vw,2.3rem);font-weight:800;color:var(--navy-dark);line-height:1.2}
.updated{margin-top:.5rem;font-size:.85rem;color:var(--muted)}

/* the plain-Telugu summary that sits above every one of these documents */
.gist{margin:1.8rem 0 2.4rem;background:#eef4fd;border:1px solid #d5e3f7;border-left:4px solid var(--orange);
  border-radius:14px;padding:1.2rem 1.3rem}
.gist h2{font-size:.78rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--orange-dark);margin-bottom:.6rem}
.gist p{font-size:.98rem;color:var(--ink)}
.gist ul{margin:.5rem 0 0 1.1rem}
.gist li{font-size:.98rem;margin-bottom:.3rem}

h2.sec{font-size:1.15rem;font-weight:700;color:var(--navy-dark);margin:2rem 0 .6rem}
h3.sub{font-size:1rem;font-weight:700;color:var(--navy-dark);margin:1.3rem 0 .4rem}
p{margin-bottom:.9rem;color:var(--ink)}
ul,ol{margin:0 0 1rem 1.25rem}
li{margin-bottom:.45rem}
strong{color:var(--navy-dark)}

/* a blank the owner still has to fill in — deliberately impossible to miss */
.fill{display:inline-block;background:#fff3d6;border:1px dashed var(--orange-dark);border-radius:6px;
  padding:.05rem .5rem;font-size:.92em;font-weight:600;color:#8a5a06}

.note{background:#fff;border:1px solid var(--line);border-radius:14px;padding:1rem 1.2rem;margin:1.4rem 0;font-size:.95rem}
table{width:100%;border-collapse:collapse;margin:1rem 0;font-size:.92rem}
th,td{text-align:left;padding:.6rem .7rem;border-bottom:1px solid var(--line);vertical-align:top}
th{color:var(--navy-dark);font-weight:700;background:#f3f7fd}

footer.lgl-foot{background:var(--navy-deep);color:#9fb1d1;padding:2rem 0;font-size:.85rem}
.lgl-foot .container{display:flex;flex-wrap:wrap;gap:.6rem 1.4rem;align-items:center;justify-content:space-between}
.lgl-foot a{color:#cdd9f0;text-decoration:none}
.lgl-foot a:hover{color:#fff}
.lgl-foot nav{display:flex;flex-wrap:wrap;gap:1.1rem}

@media (max-width:600px){
  .lgl-brand img{width:44px;height:44px}
  .lgl-brand b{font-size:.98rem}
  .lgl-brand span{font-size:.66rem;letter-spacing:.18em}
  main{padding:2.2rem 0 3rem}
}
