/* ===========================================================================
   THE PUBLIC SITE — Agricom Max India Private Limited.

   Light, white and orange: a business site, not the dark app behind it. Every
   class is `lp-` and only app/Views/site/*.php loads this file, so nothing
   here can repaint a screen inside the software and nothing in the software
   can repaint this.
   =========================================================================== */

:root {
  --o:        #f97316;   /* the accent — orange */
  --o2:       #ea580c;
  --o-soft:   #fff1e7;
  --ink:      #16233b;
  --ink-2:    #3f4d67;
  --dim:      #6b7a94;
  --line:     #e9edf4;
  --card:     #ffffff;
  --cream:    #fff7f2;   /* the tinted bands between white sections */
  --blue:     #2563eb;
  --r:        16px;
  --sh:       0 1px 2px rgba(16, 35, 59, .05), 0 14px 34px -22px rgba(16, 35, 59, .35);
  --sh-lift:  0 18px 40px -20px rgba(249, 115, 22, .45);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.lp {
  margin: 0; color: var(--ink); background: #fff;
  font-family: "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased; overflow-x: clip;
}
body.lp a { color: inherit; text-decoration: none; }
.lp-wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.mono { font-family: "IBM Plex Mono", Consolas, monospace; }

/* ---------- Buttons ------------------------------------------------------ */
.lp-btn, .lp-ghost {
  display: inline-flex; align-items: center; gap: 9px; cursor: pointer;
  padding: 12px 22px; border-radius: 9px; font-size: 14px; font-weight: 700;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
}
.lp-btn { color: #fff; background: linear-gradient(135deg, var(--o), var(--o2));
  border: 0; box-shadow: var(--sh-lift); }
.lp-btn:hover { transform: translateY(-1px); box-shadow: 0 22px 46px -20px rgba(249, 115, 22, .65); }
.lp-btn svg, .lp-ghost svg { width: 15px; height: 15px; }
.lp-btn.sm, .lp-ghost.sm { padding: 9px 16px; font-size: 13px; }
.lp-ghost { color: var(--ink); background: #fff; border: 1px solid var(--line); }
.lp-ghost:hover { border-color: var(--o); color: var(--o2); }

/* ---------- Top bar ------------------------------------------------------ */
.lp-nav { position: sticky; top: 0; z-index: 40; background: rgba(255, 255, 255, .86);
  backdrop-filter: saturate(150%) blur(10px); border-bottom: 1px solid transparent; transition: box-shadow .18s, border-color .18s; }
.lp-nav.stuck { border-bottom-color: var(--line); box-shadow: 0 6px 20px -16px rgba(16, 35, 59, .5); }
.lp-nav-in { display: flex; align-items: center; gap: 20px; padding: 14px 24px; }
.lp-brand { display: flex; align-items: center; gap: 11px; margin-right: auto; }
.lp-mark { width: 40px; height: 40px; border-radius: 11px; overflow: hidden; flex: none;
  display: grid; place-items: center; background: #fff; box-shadow: var(--sh); }
.lp-mark img { width: 100%; height: 100%; object-fit: contain; }
.lp-bname b { display: block; font-size: 16px; font-weight: 800; letter-spacing: -.02em; }
.lp-bname i { display: block; font-style: normal; font-size: 11px; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase; color: var(--dim); }
.lp-links { display: flex; gap: 26px; }
.lp-links a { font-size: 14.5px; font-weight: 600; color: var(--ink-2); }
.lp-links a:hover { color: var(--o2); }
.lp-links a.on { color: var(--o2); }
.lp-links a.on::after { content: ""; display: block; height: 2px; width: 18px; margin-top: 4px;
  border-radius: 2px; background: var(--o); }

/* ---------- Hero --------------------------------------------------------- */
.lp-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center;
  padding: 46px 0 34px; position: relative; }
.lp-hero::before { content: ""; position: absolute; z-index: -1; left: -190px; top: -60px;
  width: 260px; height: 260px; border-radius: 34px; transform: rotate(12deg);
  background: linear-gradient(135deg, #eef2ff, #fdf2f8); }
.lp-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; border-radius: 999px;
  background: var(--o-soft); color: var(--o2); font-size: 12.5px; font-weight: 700; }
.lp-eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--o); }
.lp-hero h1 { margin: 16px 0 14px; font-size: clamp(32px, 4.5vw, 50px); line-height: 1.12;
  letter-spacing: -.03em; font-weight: 800; }
.lp-hero h1 em { font-style: normal; color: var(--o); }
.lp-lede { margin: 0; font-size: 15.5px; line-height: 1.75; color: var(--ink-2); max-width: 52ch; }
.lp-cta { display: flex; gap: 12px; flex-wrap: wrap; margin: 26px 0 30px; }

/* The picture, in the soft blob the reference design uses. */
.lp-visual { position: relative; }
.lp-vframe { position: relative; aspect-ratio: 1 / 1; border-radius: 48% 48% 46% 52% / 48% 44% 56% 52%;
  overflow: hidden; display: grid; place-items: center; padding: 8%;
  background: linear-gradient(150deg, #ffedd5, #fed7aa 45%, #e0f2fe);
  box-shadow: 0 40px 80px -40px rgba(249, 115, 22, .55); }
.lp-vframe::after { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 50% at 50% 60%, rgba(255, 255, 255, .55), transparent 70%); }
.lp-train { position: relative; z-index: 1; width: 108%; max-width: none; height: auto;
  filter: drop-shadow(0 22px 30px rgba(16, 35, 59, .35)); }
.lp-rail { display: none; }
.lp-vcap { position: absolute; left: 50%; bottom: -14px; transform: translateX(-50%);
  margin: 0; white-space: nowrap; }
.lp-vcap span { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 999px;
  background: #fff; box-shadow: var(--sh); font-size: 12.5px; font-weight: 600; color: var(--ink-2); }
.lp-vcap svg { width: 15px; height: 15px; color: var(--o); }

/* The strip under the hero: what we are known for. */
.lp-facts { display: flex; flex-wrap: wrap; gap: 22px 30px; padding-top: 22px; border-top: 1px solid var(--line); }
.lp-fact b { display: block; font-size: 19px; font-weight: 800; letter-spacing: -.02em; }
.lp-fact span { display: block; margin-top: 2px; font-size: 11.5px; font-weight: 700;
  letter-spacing: .09em; text-transform: uppercase; color: var(--dim); }

/* ---------- Sections ----------------------------------------------------- */
.lp-sec { padding: 68px 0; }
.lp-sec.tint { background: var(--cream); }
.lp-sec-head { max-width: 640px; margin: 0 0 34px; }
.lp-sec-head.row { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.lp-kicker { margin: 0 0 8px; font-size: 12px; font-weight: 800; letter-spacing: .14em;
  text-transform: uppercase; color: var(--o2); }
.lp-sec-head h2 { margin: 0 0 12px; font-size: clamp(26px, 3.2vw, 36px); line-height: 1.16;
  letter-spacing: -.03em; font-weight: 800; }
.lp-sec-head h2 em { font-style: normal; color: var(--o); }
.lp-sec-head p { margin: 0; font-size: 15px; line-height: 1.7; color: var(--ink-2); }

/* ---------- Cards -------------------------------------------------------- */
.lp-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.lp-mod { position: relative; padding: 26px 24px 24px; border-radius: 18px; background: var(--card);
  border: 1px solid var(--line); box-shadow: var(--sh); transition: transform .16s, box-shadow .16s; }
.lp-mod:hover { transform: translateY(-3px); box-shadow: 0 24px 48px -26px rgba(16, 35, 59, .5); }
.lp-mico { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center;
  margin-bottom: 16px; color: var(--o2); background: var(--o-soft); }
.lp-mico svg { width: 24px; height: 24px; }
.lp-mod h3 { margin: 0 0 9px; font-size: 17.5px; font-weight: 800; letter-spacing: -.02em; line-height: 1.3; }
.lp-mod p { margin: 0; font-size: 14px; line-height: 1.7; color: var(--ink-2); }
/* One card in the row is the loud one, as in the reference. */
.lp-mod.hot { background: linear-gradient(150deg, var(--o), var(--o2)); border-color: transparent;
  color: #fff; box-shadow: 0 26px 52px -24px rgba(234, 88, 12, .7); }
.lp-mod.hot h3, .lp-mod.hot p { color: #fff; }
.lp-mod.hot p { opacity: .93; }
.lp-mod.hot .lp-mico { background: rgba(255, 255, 255, .2); color: #fff; }
.lp-mod.hot .lp-ticks li { color: rgba(255, 255, 255, .95); }
.lp-mod.hot .lp-ticks li::before { background: #fff; color: var(--o2); }
.lp-more { margin-top: 28px; }

/* ---------- Two-column blocks -------------------------------------------- */
.lp-two { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; align-items: start; }
.lp-two h2 { margin: 0 0 14px; font-size: 26px; font-weight: 800; letter-spacing: -.025em; }
.lp-two p { margin: 0 0 12px; font-size: 14.5px; line-height: 1.75; color: var(--ink-2); }
.lp-split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 46px; align-items: center; }
.lp-blob { position: relative; aspect-ratio: 1 / 1; border-radius: 46% 54% 52% 48% / 52% 46% 54% 48%;
  display: grid; place-items: center; padding: 12%;
  background: linear-gradient(150deg, #ffe4cc, #ffd0a8 60%, #e6f0ff);
  box-shadow: 0 40px 70px -40px rgba(234, 88, 12, .5); }
.lp-blob img { width: 112%; max-width: none; filter: drop-shadow(0 18px 26px rgba(16, 35, 59, .3)); }
.lp-quote { margin: 22px 0 0; padding: 16px 20px; border-left: 4px solid var(--o);
  background: #fff; border-radius: 0 12px 12px 0; box-shadow: var(--sh); }
.lp-quote b { display: block; font-size: 15px; font-weight: 800; }
.lp-quote span { font-size: 13.5px; color: var(--o2); font-weight: 700; }

/* The figure row under it. */
.lp-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-top: 44px; }
.lp-stat { display: flex; align-items: center; gap: 13px; }
.lp-stat .ic { width: 44px; height: 44px; flex: none; border-radius: 12px; display: grid; place-items: center;
  background: var(--o-soft); color: var(--o2); }
.lp-stat .ic svg { width: 21px; height: 21px; }
.lp-stat b { display: block; font-size: 21px; font-weight: 800; letter-spacing: -.02em; line-height: 1.2; }
.lp-stat span { display: block; font-size: 12.5px; color: var(--dim); font-weight: 600; }

/* ---------- Tick lists --------------------------------------------------- */
.lp-ticks { list-style: none; margin: 14px 0 0; padding: 0; }
.lp-ticks li { position: relative; padding: 0 0 10px 27px; font-size: 13.5px; line-height: 1.6; color: var(--ink-2); }
.lp-ticks li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 18px; height: 18px;
  border-radius: 50%; display: grid; place-items: center; font-size: 10px; font-weight: 800;
  color: #fff; background: var(--o); }
.lp-ticks.sm li { padding-bottom: 8px; font-size: 13px; }

/* ---------- The numbered journey ----------------------------------------- */
.lp-flow { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.lp-step { position: relative; text-align: center; padding: 26px 16px 22px; border-radius: 18px;
  background: #fff; border: 1px solid var(--line); box-shadow: var(--sh); }
.lp-dot { position: relative; width: 52px; height: 52px; margin: 0 auto 14px; border-radius: 16px;
  display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--o), var(--o2)); }
.lp-dot svg { width: 22px; height: 22px; }
.lp-num { position: absolute; top: -8px; right: -8px; width: 22px; height: 22px; border-radius: 50%;
  display: grid; place-items: center; font-style: normal; font-size: 11px; font-weight: 800;
  color: var(--o2); background: #fff; box-shadow: var(--sh); }
.lp-step b { display: block; font-size: 15px; font-weight: 800; }
.lp-step .t { display: block; margin-top: 5px; font-size: 13px; line-height: 1.6; color: var(--ink-2); }

/* ---------- Highlight rows (why us) -------------------------------------- */
.lp-roles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.lp-role { padding: 20px 22px; border-radius: 16px; background: #fff; border: 1px solid var(--line);
  border-top: 3px solid var(--o); box-shadow: var(--sh); }
.lp-role b { display: block; font-size: 15.5px; font-weight: 800; }
.lp-role span { display: block; margin-top: 6px; font-size: 13.5px; line-height: 1.65; color: var(--ink-2); }

/* ---------- Company facts ------------------------------------------------ */
.lp-co { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.lp-co.one { grid-template-columns: minmax(0, 1fr); }
.lp-cocell { padding: 16px 20px; border-radius: 14px; background: #fff; border: 1px solid var(--line); box-shadow: var(--sh); }
.lp-cocell span { display: block; font-size: 11px; font-weight: 800; letter-spacing: .1em;
  text-transform: uppercase; color: var(--dim); }
.lp-cocell b { display: block; margin-top: 5px; font-size: 14.5px; font-weight: 700; line-height: 1.55; }
.lp-cocell a { color: var(--o2); }

/* ---------- Page heads on the inner pages -------------------------------- */
.lp-phead { padding: 48px 0 8px; max-width: 840px; }
.lp-phead h1 { margin: 10px 0 14px; font-size: clamp(30px, 4.2vw, 46px); line-height: 1.1;
  letter-spacing: -.03em; font-weight: 800; }

/* ---------- The enquiry form --------------------------------------------- */
.lp-form { display: grid; gap: 14px; max-width: 470px; }
.lp-form label { display: grid; gap: 6px; font-size: 13px; font-weight: 700; color: var(--ink-2); }
.lp-form input, .lp-form textarea { width: 100%; padding: 12px 14px; border-radius: 10px; font: inherit;
  font-size: 14px; font-weight: 400; color: var(--ink); background: #fff; border: 1px solid var(--line); }
.lp-form input:focus, .lp-form textarea:focus { outline: 2px solid var(--o); outline-offset: 1px; border-color: transparent; }
.lp-form textarea { resize: vertical; }
.lp-form button { justify-self: start; }
.lp-note { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--dim); }
.lp-note svg { width: 15px; height: 15px; color: var(--o); }

/* A phone/email block, the way the reference puts its hotline. */
.lp-hot { display: inline-flex; align-items: center; gap: 13px; margin-top: 26px; }
.lp-hot .ic { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center;
  color: #fff; background: linear-gradient(135deg, var(--o), var(--o2)); }
.lp-hot .ic svg { width: 21px; height: 21px; }
.lp-hot span { display: block; font-size: 12px; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--dim); }
.lp-hot b { display: block; font-size: 18px; font-weight: 800; letter-spacing: -.01em; }
.lp-hot b a { color: inherit; }

/* ---------- Closing band ------------------------------------------------- */
.lp-band { display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap;
  padding: 34px 38px; border-radius: 22px; color: #fff;
  background: linear-gradient(135deg, var(--o), var(--o2) 55%, #c2410c);
  box-shadow: 0 30px 60px -30px rgba(234, 88, 12, .8); }
.lp-band h2 { margin: 0 0 8px; font-size: 25px; font-weight: 800; letter-spacing: -.025em; }
.lp-band p { margin: 0; font-size: 14.5px; line-height: 1.6; opacity: .95; }
.lp-bact { display: flex; gap: 12px; flex-wrap: wrap; }
.lp-band .lp-btn { background: #fff; color: var(--o2); box-shadow: 0 14px 30px -14px rgba(0, 0, 0, .5); }
.lp-band .lp-ghost { background: rgba(255, 255, 255, .14); border-color: rgba(255, 255, 255, .5); color: #fff; }
.lp-band .lp-ghost:hover { background: rgba(255, 255, 255, .24); color: #fff; }

/* ---------- Foot --------------------------------------------------------- */
.lp-footer { padding: 54px 0 26px; background: #0f172a; color: #cbd5e1; }
.lp-fgrid { display: grid; grid-template-columns: 1.6fr 1fr 1.2fr 1.2fr; gap: 30px; }
.lp-fgrid h4 { margin: 0 0 12px; font-size: 12px; font-weight: 800; letter-spacing: .1em;
  text-transform: uppercase; color: #94a3b8; }
.lp-fgrid p { margin: 0 0 8px; font-size: 13.5px; line-height: 1.7; color: #cbd5e1; }
.lp-fgrid a { display: block; margin-bottom: 9px; font-size: 13.5px; color: #cbd5e1; }
.lp-fgrid a:hover { color: var(--o); }
.lp-fgrid a.lp-ghost { display: inline-flex; background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .18); color: #fff; }
.lp-fgrid a.lp-ghost:hover { border-color: var(--o); color: #fff; }
.lp-fbrand { display: flex; align-items: center; gap: 11px; margin-bottom: 14px; }
.lp-fbrand b { font-size: 15.5px; font-weight: 800; color: #fff; }
.lp-fbar { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-top: 30px;
  padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: 12.5px; color: #94a3b8; }

/* ---------- Arrive-as-you-scroll ----------------------------------------- */
.lp-rise { opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; }
.lp-rise.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .lp-rise { opacity: 1; transform: none; transition: none; } }

/* ---------- Narrow screens ----------------------------------------------- */
@media (max-width: 1000px) {
  .lp-hero, .lp-split, .lp-two { grid-template-columns: minmax(0, 1fr); }
  .lp-visual, .lp-blob { max-width: 460px; margin: 0 auto; }
  .lp-grid, .lp-roles, .lp-co, .lp-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lp-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lp-fgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lp-links { display: none; }
}
@media (max-width: 680px) {
  .lp-sec { padding: 46px 0; }
  .lp-grid, .lp-roles, .lp-co, .lp-flow, .lp-stats, .lp-fgrid { grid-template-columns: minmax(0, 1fr); }
  .lp-band { padding: 26px 22px; }
  .lp-facts { gap: 20px 26px; }
}

/* ---- Photographs and illustrations --------------------------------------
   Pictures supplied on a white background: multiply drops the white into the
   band behind them, so no cut-out is needed and nothing sits in a white box.
   A picture that IS a cut-out (transparent PNG) is unaffected by it. */
.lp-shot { mix-blend-mode: multiply; }
.lp-frame { display: grid; place-items: center; padding: 22px; border-radius: 26px;
  background: linear-gradient(150deg, #f5f3ff, #ede9fe 55%, #fff1e7);
  box-shadow: 0 30px 60px -34px rgba(76, 29, 149, .45); }
.lp-frame img { width: 100%; height: auto; border-radius: 18px; }
.lp-blob img { width: 100%; }

/* ---- Supplied pictures inside the round frames ---------------------------
   A photograph or illustration is fitted whole rather than cropped by the
   blob, and the blob behind an illustration is kept pale so multiply does not
   wash its own colours out. */
.lp-vframe .lp-shot { width: auto; max-width: 100%; height: 100%; object-fit: contain;
  filter: none; }
.lp-vframe:has(.lp-shot) { background: linear-gradient(150deg, #ffedd5, #fde4c8 55%, #eef2ff); padding: 6%; }
.lp-blob:has(.lp-shot) { background: linear-gradient(150deg, #f6f4ff, #ece9fe 55%, #fff1e7);
  box-shadow: 0 40px 70px -40px rgba(76, 29, 149, .4); }
.lp-blob .lp-shot { width: 100%; height: auto; object-fit: contain; }

/* A tall, standing figure in the round frame: fitted inside it rather than
   stretched across it, so the whole person is visible and nothing is cropped. */
.lp-blob .lp-shot { max-height: 420px; width: auto; max-width: 100%; margin: 0 auto; display: block; }

/* A picture supplied on a white background sits on a frame that is white where
   the picture is, and tinted only at the edge — so the photo's own square
   disappears instead of showing as a pale box. */
.lp-blob:has(.lp-shot) { background: radial-gradient(circle at 50% 46%, #fff 0%, #fff 52%, #f4f1ff 78%, #ffe9d6 100%); }
.lp-vframe:has(.lp-shot) { background: radial-gradient(circle at 50% 46%, #fff 0%, #fff 48%, #ffeeda 76%, #ffdcb8 100%); }

/* about-us.png is a real cut-out now, so the round frame goes back to its
   tinted wash and the figure sits on it with its own shadow — no blending,
   no white rectangle, nothing to line up. */
.lp-blob:has(.lp-shot) { background: linear-gradient(150deg, #fff3e6, #ffe2c4 55%, #eef1ff);
  box-shadow: 0 40px 70px -40px rgba(234, 88, 12, .5); }
.lp-blob .lp-shot { mix-blend-mode: normal; max-height: 460px; width: auto; max-width: 92%;
  filter: drop-shadow(0 22px 26px rgba(16, 35, 59, .28)); }
