:root {
  --navy:#172642; --deep-navy:#0d1830; --orange:#f5a623; --blue:#1f57d6;
  --green:#14864a; --purple:#6842cf; --cream:#fff7e8; --light:#f4f6fb;
  --white:#fff; --text:#45485a; --border:#d8deef;
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--navy);background:#fff;line-height:1.55}
a{color:inherit;text-decoration:none}.container{width:min(1200px,92%);margin:0 auto}
.site-header{background:#fff;color:var(--navy);border-bottom:4px solid var(--orange);box-shadow:0 10px 28px rgba(23,38,66,.08)}
.nav{min-height:100px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand img{width:390px;max-width:52vw;height:auto;display:block;background:#fff;border-radius:10px;padding:6px;box-shadow:none}
nav{display:flex;gap:24px;flex-wrap:wrap;font-weight:800} nav a:hover{color:var(--orange)}
.hero{background:radial-gradient(circle at top right,rgba(245,166,35,.20),transparent 35%),linear-gradient(135deg,var(--navy),var(--deep-navy));color:#fff;padding:86px 0}
.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center}.eyebrow{color:var(--orange);text-transform:uppercase;letter-spacing:.16em;font-size:13px;font-weight:900;margin:0 0 14px}
h1{font-size:clamp(38px,6vw,68px);line-height:1.02;margin:0 0 22px;letter-spacing:-.045em}
h2{font-size:clamp(28px,4vw,44px);line-height:1.1;margin:0 0 16px;letter-spacing:-.035em} h3{margin:0 0 10px;font-size:22px}
.hero-text p{font-size:20px;color:#d7deef;max-width:760px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}
.button{display:inline-block;background:var(--orange);color:var(--navy);padding:14px 22px;border-radius:999px;font-weight:900}.button.secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.55)}
.hero-panel{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:28px;padding:34px;box-shadow:0 24px 60px rgba(0,0,0,.22)}.hero-panel p{color:#d7deef;font-size:18px}
.section{padding:76px 0}.center{text-align:center;margin-left:auto;margin-right:auto}.section-heading{max-width:820px;margin-bottom:34px}.section-intro{color:var(--text);font-size:18px;max-width:780px;margin:0 auto}
.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.product-card{
  border:1px solid var(--border);
  border-radius:26px;
  overflow:visible;
  box-shadow:0 18px 50px rgba(23,38,66,.08);
  background:#fff;
  transition:transform .28s ease,box-shadow .28s ease;
  position:relative;
  z-index:1;
}
.product-card:hover{
  transform:translateY(-7px);
  box-shadow:0 30px 80px rgba(23,38,66,.18);
  z-index:100;
}
.product-image{
  height:275px;
  overflow:visible;
  border-bottom:1px solid var(--border);
  background:#fff;
  position:relative;
  border-radius:26px 26px 0 0;
  z-index:4;
}
.product-image img{
  position:absolute;
  left:50%;
  top:0;
  width:100%;
  height:auto;
  max-height:none;
  object-fit:contain;
  object-position:top center;
  display:block;
  transform:translateX(-50%) scale(1);
  transform-origin:top center;
  transition:width .32s ease, transform .32s ease, box-shadow .32s ease, border-radius .32s ease;
  border-radius:22px 22px 0 0;
  background:#fff;
  z-index:5;
}
.product-card:hover .product-image img{
  width:112%;
  transform:translateX(-50%) scale(1.04);
  box-shadow:0 28px 80px rgba(23,38,66,.30);
  border-radius:22px;
  z-index:50;
}
.product-content{padding:24px}.product-content p{color:var(--text);font-size:17px;margin-bottom:0}.cream{background:#fff9ed}.blue{background:#f1f5ff}.green{background:#effaf3}.purple{background:#f5efff}

.team-section{background:linear-gradient(180deg,#0f1d39 0%,#172642 38%,#f5f8ff 38%,#fff 100%);position:relative;overflow:hidden}
.team-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 18%,rgba(245,166,35,.24),transparent 18%),radial-gradient(circle at 88% 8%,rgba(64,157,255,.20),transparent 20%),linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:auto,auto,42px 42px,42px 42px;pointer-events:none}
.team-section .container{position:relative}.team-section .section-heading h2{color:#fff}.team-section .section-intro{color:#dbe5ff}
.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.member-card{background:rgba(255,255,255,.96);border:1px solid rgba(216,222,239,.9);border-radius:28px;overflow:hidden;box-shadow:0 24px 70px rgba(10,20,40,.18);display:flex;flex-direction:column;transition:transform .22s ease,box-shadow .22s ease}
.member-card:hover{transform:translateY(-7px);box-shadow:0 34px 90px rgba(10,20,40,.24)}
.member-photo-wrap{height:290px;background:linear-gradient(180deg,#fff 0%,#eef4ff 100%);display:flex;align-items:flex-end;justify-content:center;border-bottom:5px solid var(--orange);overflow:hidden}
.member-photo{width:100%;height:100%;object-fit:contain;object-position:bottom center;display:block}
.member-info{padding:24px;display:flex;flex-direction:column;flex:1}.member-info h3{font-size:24px;margin-bottom:4px;color:var(--navy)}.member-role{color:#7a0f58;font-weight:900;margin:0 0 14px}.member-bio{color:var(--text);font-size:15.5px;margin:0 0 18px;flex:1}
.member-contact{border-top:1px solid var(--border);padding-top:14px;display:grid;gap:9px;font-size:14px;color:var(--navy);font-weight:800}.contact-link{display:flex;align-items:center;gap:9px;word-break:break-word}.member-contact a{color:var(--blue)}
.icon{font-size:18px;width:22px}.whatsapp-icon{width:22px;height:22px;display:inline-grid;place-items:center;background:#25D366;border-radius:50%;flex:0 0 22px}.whatsapp-icon svg{width:17px;height:17px;fill:#fff}
.contact-section{background:linear-gradient(135deg,#fff7e8 0%,#fff 48%,#eef5ff 100%)}
.contact-card{background:#fff;border:1px solid var(--border);border-radius:32px;padding:46px;display:grid;grid-template-columns:.9fr 1.1fr;gap:44px;align-items:center;box-shadow:0 26px 80px rgba(23,38,66,.12);position:relative;overflow:hidden}
.contact-card:before{content:"";position:absolute;right:-90px;top:-90px;width:220px;height:220px;background:rgba(245,166,35,.16);border-radius:50%}
.contact-card:after{content:"";position:absolute;left:-100px;bottom:-110px;width:260px;height:260px;background:rgba(31,87,214,.08);border-radius:50%}
.contact-intro,.contact-grid{position:relative;z-index:1}
.contact-intro p{color:var(--text);font-size:18px;margin-bottom:0}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.contact-item{background:#f8faff;border:1px solid var(--border);border-radius:20px;padding:18px;display:flex;align-items:center;gap:14px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.contact-item:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(23,38,66,.12);border-color:rgba(31,87,214,.35)}
.contact-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:var(--navy);color:#fff;font-size:22px;flex:0 0 44px}
.contact-icon svg{width:25px;height:25px;fill:#fff}.whatsapp-contact{background:#25D366}
.contact-item strong{display:block;color:var(--navy);font-size:14px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:3px}
.contact-item em{display:block;color:var(--blue);font-style:normal;font-weight:800;word-break:break-word}
.site-footer{background:var(--navy);color:#fff;text-align:center;padding:28px 0;letter-spacing:.06em}.site-footer p{margin:0;font-size:14px}
@media(max-width:1050px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:950px){.hero-grid,.contact-card{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr}.nav{flex-direction:column;padding:18px 0;align-items:flex-start}.brand img{width:390px;max-width:52vw;height:auto;display:block;background:#fff;border-radius:10px;padding:6px;box-shadow:none}}
@media(max-width:680px){.team-grid{grid-template-columns:1fr}.member-photo-wrap{height:260px}}@media(max-width:620px){.hero{padding:58px 0}.section{padding:54px 0}nav{gap:14px;font-size:14px}.product-image{
  height:275px;
  overflow:visible;
  border-bottom:1px solid var(--border);
  background:#fff;
  position:relative;
  border-radius:26px 26px 0 0;
  z-index:4;
}.contact-card{padding:24px}.contact-grid{grid-template-columns:1fr}}

.site-header nav a{color:var(--navy)}




/* Smooth full-image popout refinement */
.product-content {
  position: relative;
  z-index: 2;
  background: inherit;
  border-radius: 0 0 26px 26px;
}

.product-grid {
  overflow: visible;
}

.products-section,
.products-section .container {
  overflow: visible;
}


/* Custom cursor */
body,
a,
button,
.product-card,
.member-card,
.contact-item,
.button {
  cursor: url("assets/golden_pen_cursor.png") 8 100, auto;
}


/* Gold cursor sparkle trail */
#cursorSparkles {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 999999;
}


/* Premium interaction effects */
.premium-light-area {
  position: relative;
  overflow: hidden;
}

.premium-light-area::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
    rgba(255, 218, 110, 0.18),
    transparent 28%
  );
  pointer-events: none;
  opacity: 0;
  transition: opacity .25s ease;
  z-index: 0;
}

.premium-light-area:hover::after {
  opacity: 1;
}

.premium-light-area > .container {
  position: relative;
  z-index: 1;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.tilt-card {
  transform-style: preserve-3d;
  will-change: transform;
}

.product-card,
.member-card,
.contact-card {
  will-change: transform, box-shadow;
}

.product-card:hover,
.member-card:hover {
  filter: drop-shadow(0 0 18px rgba(245, 166, 35, .16));
}

.magnetic-btn {
  position: relative;
  transition: transform .18s ease, box-shadow .22s ease;
  will-change: transform;
}

.magnetic-btn:hover {
  box-shadow: 0 14px 34px rgba(245, 166, 35, .22);
}

#typingHeadline::after {
  content: "|";
  color: var(--orange);
  margin-left: 4px;
  animation: caretBlink .85s infinite;
}

@keyframes caretBlink {
  0%, 45% { opacity: 1; }
  46%, 100% { opacity: 0; }
}

/* Floating parallax feeling for product images */
.product-card .product-image img {
  will-change: transform;
}

/* Elegant AI background dots */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(90deg, transparent, black 18%, black 82%, transparent);
  pointer-events: none;
}

/* Global vision mini globe */
.globe-section {
  background:
    radial-gradient(circle at 20% 20%, rgba(31,87,214,.10), transparent 28%),
    linear-gradient(135deg, #ffffff, #f5f8ff);
}

.globe-wrap {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 48px;
  align-items: center;
  background: rgba(255,255,255,.78);
  border: 1px solid var(--border);
  border-radius: 34px;
  padding: 44px;
  box-shadow: 0 24px 70px rgba(23,38,66,.10);
}

.globe-copy p {
  color: var(--text);
  font-size: 18px;
}

.mini-globe {
  width: 280px;
  height: 280px;
  justify-self: center;
  border-radius: 50%;
  position: relative;
  background:
    radial-gradient(circle at 35% 28%, rgba(255,255,255,.95), rgba(31,87,214,.24) 35%, rgba(23,38,66,.92) 76%);
  box-shadow:
    inset -28px -30px 50px rgba(0,0,0,.25),
    0 30px 80px rgba(23,38,66,.25);
  animation: floatGlobe 5s ease-in-out infinite;
  overflow: hidden;
}

.mini-globe::before {
  content: "";
  position: absolute;
  inset: 26px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.28);
  box-shadow:
    0 0 0 28px rgba(255,255,255,.06),
    0 0 0 56px rgba(255,255,255,.04);
}

.orbit {
  position: absolute;
  inset: 26px;
  border: 1px solid rgba(245,166,35,.55);
  border-radius: 50%;
}

.orbit-one { transform: rotate(24deg); }
.orbit-two { transform: rotate(78deg); }
.orbit-three { transform: rotate(-28deg); }

.globe-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--orange);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(245,166,35,.95);
}

.dot-one { top: 70px; left: 80px; }
.dot-two { right: 72px; top: 118px; }
.dot-three { bottom: 82px; left: 132px; }

@keyframes floatGlobe {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-10px) rotate(2deg); }
}

/* Soft click ripple */
.ripple {
  position: fixed;
  width: 12px;
  height: 12px;
  border: 2px solid rgba(245,166,35,.75);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 999998;
  animation: rippleOut .65s ease forwards;
}

@keyframes rippleOut {
  to {
    width: 64px;
    height: 64px;
    opacity: 0;
  }
}

@media (max-width: 850px) {
  .globe-wrap {
    grid-template-columns: 1fr;
    padding: 26px;
  }

  .mini-globe {
    width: 220px;
    height: 220px;
  }
}
