:root {
  --orange: #f58220;
  --orange-dark: #d9690d;
  --blue: #1b1464;
  --blue-2: #2b2580;
  --ink: #17172b;
  --muted: #626477;
  --light: #f5f5f5;
  --line: #e7e7ed;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(27, 20, 100, 0.09);
  --shadow-sm: 0 10px 24px rgba(22, 22, 46, 0.08);
  --radius: 12px;
  --radius-lg: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
}
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }

.skip-link {
  position: fixed; left: 1rem; top: -100px; z-index: 9999;
  background: var(--blue); color: var(--white); padding: .65rem 1rem; border-radius: 8px;
}
.skip-link:focus { top: 1rem; }

.container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
.section { padding: 96px 0; }
.section-heading { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.section-heading h2, .order-intro h2 {
  margin: .35rem 0 1rem; color: var(--blue); font: 800 clamp(2rem, 4vw, 3rem)/1.15 "Poppins", sans-serif;
}
.section-heading p { margin: 0; color: var(--muted); }
.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem; color: var(--orange-dark);
  font-weight: 800; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 3px; border-radius: 99px; background: var(--orange); }

.site-header {
  position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(231,231,237,.85); backdrop-filter: blur(14px);
}
.navbar { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; flex: 0 1 260px; min-width: 200px; }
.brand img { width: min(100%, 260px); height: auto; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 1.6rem; }
.nav-links > a { font-weight: 700; font-size: .92rem; color: #34344b; position: relative; }
.nav-links > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.45rem; height: 2px; background: var(--orange); transition: .25s ease; }
.nav-links > a:hover, .nav-links > a.active { color: var(--blue); }
.nav-links > a:hover::after, .nav-links > a.active::after { right: 0; }
.nav-cta { color: var(--white) !important; background: var(--orange); padding: .75rem 1.1rem; border-radius: 9px; box-shadow: 0 8px 22px rgba(245,130,32,.24); }
.nav-cta:hover { background: var(--orange-dark); transform: translateY(-1px); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: var(--white); border-radius: 9px; padding: 11px; }
.menu-toggle span { display: block; height: 2px; background: var(--blue); margin: 5px 0; transition: .2s; }

.section-pattern {
  background-color: #fff;
  background-image: linear-gradient(30deg, rgba(27,20,100,.025) 12%, transparent 12.5%, transparent 87%, rgba(27,20,100,.025) 87.5%),
    linear-gradient(150deg, rgba(27,20,100,.025) 12%, transparent 12.5%, transparent 87%, rgba(27,20,100,.025) 87.5%);
  background-size: 72px 126px;
}
.hero { min-height: calc(100vh - 92px); display: grid; place-items: center; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 58px; align-items: center; padding: 74px 0 86px; }
.hero-copy h1 { margin: .7rem 0 0; color: var(--blue); font: 800 clamp(3rem, 7vw, 5.7rem)/.95 "Poppins", sans-serif; letter-spacing: -.045em; }
.hero-copy h1 span { display: block; color: var(--orange); }
.hero-copy h2 { margin: 1.35rem 0 .85rem; max-width: 650px; color: #2d2d42; font: 700 clamp(1.35rem, 3vw, 2rem)/1.35 "Poppins", sans-serif; }
.hero-copy > p { max-width: 650px; font-size: 1.05rem; color: var(--muted); }
.hero-actions, .form-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 1.8rem; }
.btn { border: 0; display: inline-flex; justify-content: center; align-items: center; gap: .5rem; min-height: 50px; padding: .75rem 1.35rem; border-radius: 10px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--orange); color: var(--white); box-shadow: 0 12px 26px rgba(245,130,32,.25); }
.btn-primary:hover { background: var(--orange-dark); }
.btn-secondary { background: var(--blue); color: var(--white); box-shadow: 0 12px 26px rgba(27,20,100,.2); }
.btn-secondary:hover { background: var(--blue-2); }
.btn-whatsapp { background: #1f9d59; color: var(--white); }
.hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.2rem; max-width: 650px; }
.hero-trust div { border-left: 3px solid var(--orange); padding-left: .75rem; }
.hero-trust strong, .hero-trust span { display: block; }
.hero-trust strong { color: var(--blue); }
.hero-trust span { color: var(--muted); font-size: .82rem; }
.hero-visual { min-height: 520px; position: relative; display: grid; place-items: center; }
.logo-showcase {
  position: relative; z-index: 3; width: min(100%, 560px); min-height: 285px; border-radius: 30px;
  display: grid; place-items: center; text-align: center; padding: 2.6rem 2.25rem; background: rgba(255,255,255,.96);
  border: 1px solid rgba(27,20,100,.08); box-shadow: 0 40px 90px rgba(27,20,100,.16); transform: rotate(-1.25deg);
}
.logo-showcase::before { content: ""; position: absolute; inset: 14px; border-radius: 22px; border: 2px dashed rgba(245,130,32,.25); }
.logo-showcase img { position: relative; z-index: 1; width: 100%; height: auto; object-fit: contain; }
.visual-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(27,20,100,.12); }
.orbit-one { width: 470px; height: 470px; }
.orbit-two { width: 610px; height: 610px; border-style: dashed; border-color: rgba(245,130,32,.18); }
.floating-badge { position: absolute; z-index: 4; padding: .75rem 1rem; border-radius: 10px; background: var(--white); color: var(--blue); font-weight: 800; font-size: .78rem; box-shadow: var(--shadow-sm); }
.badge-a { top: 11%; left: -2%; }
.badge-b { right: -4%; bottom: 22%; }
.badge-c { left: 2%; bottom: 6%; }

.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 36px; align-items: stretch; }
.about-copy, .why-card { border-radius: var(--radius-lg); }
.about-copy { padding: 42px; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.about-copy p { color: var(--muted); margin: 0 0 1.1rem; }
.about-copy strong { color: var(--blue); }
.text-link { display: inline-flex; align-items: center; gap: .5rem; color: var(--orange-dark); font-weight: 800; margin-top: .4rem; }
.why-card { padding: 42px; background: linear-gradient(145deg, var(--blue), #322a8f); color: var(--white); box-shadow: var(--shadow); }
.why-card h3 { margin: 0 0 1.3rem; font: 700 1.6rem/1.2 "Poppins", sans-serif; }
.check-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; }
.check-list li { display: flex; align-items: center; gap: .8rem; padding-bottom: .9rem; border-bottom: 1px solid rgba(255,255,255,.13); font-weight: 700; }
.check-list span { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--blue); background: var(--orange); }

.products-section { background: var(--light); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card { overflow: hidden; background: var(--white); border-radius: var(--radius); border: 1px solid #ececf2; box-shadow: 0 8px 24px rgba(24,24,47,.055); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.product-image { position: relative; width: 100%; aspect-ratio: 16/10; padding: 0; border: 0; overflow: hidden; background: #ececf6; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-card:hover .product-image img { transform: scale(1.045); }
.product-image span { position: absolute; right: 12px; bottom: 12px; opacity: 0; transform: translateY(6px); background: rgba(27,20,100,.92); color: var(--white); padding: .45rem .7rem; border-radius: 8px; font-weight: 700; font-size: .74rem; transition: .2s ease; }
.product-card:hover .product-image span { opacity: 1; transform: none; }
.product-body { padding: 22px; }
.product-body h3 { margin: 0 0 .5rem; color: var(--blue); font: 700 1.15rem/1.3 "Poppins", sans-serif; }
.product-body p { min-height: 50px; margin: 0 0 1rem; color: var(--muted); font-size: .9rem; }
.details-btn { border: 0; background: transparent; color: var(--orange-dark); padding: 0; font-weight: 800; }
.details-btn::after { content: " →"; }

.order-section { background: var(--white); }
.order-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px; align-items: start; }
.order-intro { position: sticky; top: 112px; }
.order-intro > p { color: var(--muted); }
.order-points { margin-top: 2rem; display: grid; gap: 1.1rem; }
.order-points div { display: flex; gap: 1rem; align-items: flex-start; }
.order-points span { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; background: rgba(245,130,32,.13); color: var(--orange-dark); font-weight: 900; }
.order-points p { margin: 0; color: var(--muted); }
.order-points strong { color: var(--blue); }
.form-card { background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: var(--radius-lg); padding: 34px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.form-card label { display: grid; gap: .45rem; color: var(--blue); font-size: .86rem; font-weight: 800; }
.form-card input, .form-card textarea { width: 100%; border: 1px solid #dfe0e8; border-radius: 10px; padding: .85rem 1rem; color: var(--ink); background: #fcfcfe; outline: none; transition: .2s ease; }
.form-card textarea { resize: vertical; }
.form-card input:focus, .form-card textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(245,130,32,.12); background: var(--white); }
.full-width { grid-column: 1 / -1; }
.form-note { margin: .9rem 0 0; color: var(--muted); font-size: .78rem; }

.contact-section { background: var(--light); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; align-items: stretch; }
.contact-info { padding: 34px; border-radius: var(--radius-lg); background: var(--blue); color: var(--white); box-shadow: var(--shadow); }
.director-card { padding-bottom: 1.5rem; border-bottom: 1px solid rgba(255,255,255,.15); }
.director-card span { color: #ffb36e; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; font-size: .75rem; }
.director-card h3 { margin: .35rem 0 .2rem; font: 700 1.5rem/1.3 "Poppins", sans-serif; }
.director-card p { margin: 0; color: rgba(255,255,255,.72); }
.contact-info address { display: grid; gap: 1rem; margin-top: 1.5rem; font-style: normal; }
.contact-info address a { display: flex; gap: .85rem; color: rgba(255,255,255,.86); }
.contact-info address a:hover { color: var(--white); }
.contact-icon { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 auto; border-radius: 9px; background: rgba(245,130,32,.18); color: #ffb36e; font-weight: 900; }
.social-row { display: flex; gap: .7rem; margin-top: 1.8rem; }
.social-row a { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 9px; background: rgba(255,255,255,.1); font-weight: 900; }
.social-row a:hover { background: var(--orange); }
.contact-form { display: grid; gap: 16px; }
.contact-form .btn { width: max-content; }
.map-wrap { margin-top: 28px; border-radius: var(--radius-lg); overflow: hidden; border: 8px solid var(--white); box-shadow: var(--shadow-sm); }
.map-wrap iframe { display: block; width: 100%; height: 390px; border: 0; }

.footer { background: #100c43; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr 1fr; gap: 48px; padding: 62px 0; }
.footer-brand img { width: min(100%, 300px); height: auto; padding: .45rem; border-radius: 12px; background: var(--white); filter: drop-shadow(0 10px 18px rgba(0,0,0,.18)); }
.footer-brand p { max-width: 420px; color: rgba(255,255,255,.68); }
.footer h3 { margin: 0 0 1rem; font: 700 1rem/1.3 "Poppins", sans-serif; color: #ffb36e; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: .65rem; }
.footer a, .footer p { color: rgba(255,255,255,.7); }
.footer a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom .container { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.footer-bottom p { margin: 0; font-size: .85rem; }

.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 2000; display: grid; place-items: center; padding: 1rem; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(9,8,33,.78); backdrop-filter: blur(8px); }
.modal-panel { position: relative; z-index: 1; width: min(920px, 100%); max-height: calc(100vh - 2rem); overflow: auto; background: var(--white); border-radius: 20px; box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.lightbox-panel { display: grid; grid-template-columns: 1.2fr .8fr; }
.lightbox-panel img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; background: var(--light); }
.lightbox-panel > div:last-child { padding: 38px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.lightbox-panel h3 { margin: 0 0 .7rem; color: var(--blue); font: 800 1.8rem/1.2 "Poppins", sans-serif; }
.lightbox-panel p { margin: 0 0 1.5rem; color: var(--muted); }
.modal-close { position: absolute; right: 14px; top: 14px; z-index: 3; width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--blue); color: var(--white); font-size: 1.7rem; line-height: 1; }
.toast { position: fixed; left: 50%; bottom: 26px; z-index: 3000; transform: translate(-50%, 120px); opacity: 0; background: var(--blue); color: var(--white); padding: .9rem 1.2rem; border-radius: 10px; box-shadow: var(--shadow); font-weight: 700; transition: .3s ease; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 900; width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: #1f9d59; color: var(--white); font-weight: 900; box-shadow: 0 14px 30px rgba(31,157,89,.3); }
.floating-whatsapp:hover { transform: translateY(-3px); }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .hero-grid, .about-grid, .order-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 32px; }
  .hero-visual { min-height: 440px; order: -1; }
  .logo-showcase { width: min(88%, 520px); min-height: 260px; }
  .orbit-one { width: 380px; height: 380px; }
  .orbit-two { width: 500px; height: 500px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .order-intro { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 920px) {
  .menu-toggle { display: block; }
  .nav-links { position: fixed; left: 1rem; right: 1rem; top: 100px; display: grid; gap: .25rem; padding: 1rem; border: 1px solid var(--line); border-radius: 14px; background: var(--white); box-shadow: var(--shadow); transform: translateY(-20px); opacity: 0; visibility: hidden; transition: .2s ease; }
  .nav-links.open { transform: none; opacity: 1; visibility: visible; }
  .nav-links > a { padding: .7rem .8rem; }
  .nav-links > a:not(.nav-cta)::after { display: none; }
  .nav-cta { text-align: center; margin-top: .35rem; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .section { padding: 76px 0; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 1.2rem), var(--container)); }
  .brand { flex-basis: 200px; min-width: 165px; }
  .brand img { width: min(100%, 200px); }
  .hero { min-height: auto; }
  .hero-grid { padding: 44px 0 70px; }
  .hero-copy h1 { font-size: clamp(2.7rem, 16vw, 4.3rem); }
  .hero-visual { min-height: 340px; }
  .logo-showcase { width: min(94%, 340px); min-height: 185px; border-radius: 24px; padding: 1.7rem 1.35rem; }
  .orbit-one { width: 290px; height: 290px; }
  .orbit-two { width: 350px; height: 350px; }
  .floating-badge { font-size: .65rem; padding: .55rem .7rem; }
  .badge-a { top: 4%; left: 0; }
  .badge-b { right: 0; bottom: 14%; }
  .badge-c { left: 0; bottom: 0; }
  .hero-trust { grid-template-columns: 1fr; }
  .product-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .about-copy, .why-card, .form-card, .contact-info { padding: 26px; }
  .lightbox-panel { grid-template-columns: 1fr; }
  .lightbox-panel img { min-height: 240px; max-height: 42vh; }
  .lightbox-panel > div:last-child { padding: 26px; }
  .footer-bottom .container { flex-direction: column; justify-content: center; padding: 1rem 0; text-align: center; }
  .map-wrap iframe { height: 320px; }
  .form-actions .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
