:root {
  --bg: #f5f6f4;
  --surface: #ffffff;
  --text: #111416;
  --muted: #657077;
  --line: #dfe4e2;
  --accent: #baf000;
  --dark: #101416;
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.nav-wrap {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(245,246,244,.86);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(17,20,22,.06);
}
.nav { height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { font-family: "Manrope", sans-serif; font-size: 25px; font-weight: 800; letter-spacing: -.05em; }
.brand span { color: #7ea800; }
.nav-links { display: flex; gap: 34px; font-size: 14px; font-weight: 600; }
.nav-links a { color: #4e575c; }
.nav-links a:hover { color: var(--text); }
.nav-cta { background: var(--text); color: white; padding: 12px 18px; border-radius: 999px; font-size: 13px; font-weight: 700; }

.hero { min-height: 750px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; padding: 70px 0 90px; }
.eyebrow, .section-kicker, .small-label { font-size: 12px; letter-spacing: .16em; font-weight: 800; color: #717b7f; }
.hero h1 { font-family: "Manrope", sans-serif; font-size: clamp(76px, 10vw, 138px); line-height: .82; margin: 22px 0 35px; letter-spacing: -.075em; }
.hero h1 span { color: transparent; -webkit-text-stroke: 2px var(--text); }
.hero-intro { max-width: 630px; font-size: 20px; line-height: 1.7; color: #4f595e; }
.hero-actions { display: flex; gap: 12px; margin-top: 35px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; font-weight: 700; font-size: 14px; }
.button.primary { background: var(--text); color: white; }
.button.secondary { border: 1px solid #cfd5d2; background: rgba(255,255,255,.55); }

.portrait-card { position: relative; }
.portrait-frame { background: #d8ddda; aspect-ratio: .82; border-radius: 34px; overflow: hidden; position: relative; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; }
.portrait-placeholder { width: 100%; height: 100%; display: none; place-items: center; font-family: "Manrope"; font-size: 110px; font-weight: 800; letter-spacing: -.08em; color: rgba(17,20,22,.25); background: linear-gradient(145deg,#e2e5e2,#bcc5c0); }
.status-card { position: absolute; left: -34px; bottom: 28px; background: white; border-radius: 18px; padding: 15px 18px; width: 245px; box-shadow: 0 20px 50px rgba(18,27,25,.12); font-size: 12px; font-weight: 700; display: flex; align-items: center; gap: 10px; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: #8ec400; box-shadow: 0 0 0 5px rgba(142,196,0,.16); flex: 0 0 auto; }

.about-section { background: var(--dark); color: white; padding: 115px 0; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.about-section .section-kicker { color: #9da6a9; }
h2 { font-family: "Manrope", sans-serif; font-size: clamp(42px, 5vw, 72px); line-height: 1.04; letter-spacing: -.055em; margin: 12px 0 0; }
.about-text { font-size: 19px; color: #c2c8ca; max-width: 600px; }
.about-text p:first-child { margin-top: 35px; }
.about-text p { margin-bottom: 25px; }

.section { padding: 115px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 50px; }
.section-heading > p { max-width: 430px; color: var(--muted); }
.card-grid.two { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.company-card { background: white; border-radius: var(--radius); padding: 34px; min-height: 420px; display: flex; flex-direction: column; justify-content: space-between; transition: transform .25s ease, box-shadow .25s ease; }
.company-card:hover { transform: translateY(-6px); box-shadow: 0 22px 60px rgba(17,24,22,.10); }
.company-card.dark { background: var(--dark); color: white; }
.company-logo { font-weight: 800; font-size: 24px; }
.retailsoft-logo span { color: #e34b34; }
.sg-logo { display: flex; align-items: center; gap: 12px; }
.sg-logo span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--accent); color: var(--dark); font-size: 15px; }
.company-content h3, .skill-card h3 { font-family: "Manrope"; font-size: 30px; margin: 10px 0 12px; letter-spacing: -.035em; }
.company-content p { color: #657077; max-width: 480px; }
.company-card.dark .company-content p { color: #aeb6b9; }
.card-link { display: inline-block; margin-top: 24px; font-size: 13px; font-weight: 800; }

.product-section { background: #dff26a; padding: 115px 0; overflow: hidden; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.product-visual { position: relative; height: 520px; }
.phone { position: absolute; width: 245px; height: 485px; border-radius: 42px; background: #121719; border: 7px solid #232a2c; box-shadow: 0 30px 60px rgba(43,58,25,.18); }
.phone-front { left: 48%; top: 10px; transform: translateX(-50%) rotate(5deg); z-index: 2; }
.phone-back { left: 26%; top: 45px; transform: rotate(-11deg); opacity: .7; }
.phone-notch { width: 92px; height: 24px; background: #050708; border-radius: 0 0 15px 15px; margin: 0 auto; }
.phone-screen { margin: 9px; border-radius: 30px; height: calc(100% - 18px); background: radial-gradient(circle at 30% 20%,#88b7c6,#315364 45%,#18272e 80%); color: white; display: flex; flex-direction: column; justify-content: end; padding: 28px; overflow: hidden; }
.phone-screen:before { content:""; position:absolute; width:130px; height:130px; border-radius:50%; background:rgba(255,255,255,.12); top:100px; left:55px; }
.phone-screen p { font-family:"Manrope"; font-size:25px; font-weight:800; line-height:1.05; position:relative; }
.play { width: 50px; height: 50px; border-radius: 50%; background: rgba(255,255,255,.9); color:#111; display:grid; place-items:center; position:relative; }
.product-copy p:not(.section-kicker) { font-size: 19px; max-width: 520px; color: #3c442b; margin: 28px 0 34px; }

.expertise-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 25px; }
.expertise-block { background: #e9ece8; border-radius: var(--radius); padding: 35px; min-height: 370px; }
.pill-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 40px; }
.pill-list span { background: white; border: 1px solid #d5dad7; padding: 12px 17px; border-radius: 999px; font-weight: 700; font-size: 14px; }
.skills-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.skill-card { background: white; border-radius: 22px; padding: 27px 30px; display: grid; grid-template-columns: 55px 220px 1fr; align-items: center; gap: 18px; }
.skill-number { color: #929b9f; font-weight: 800; font-size: 12px; }
.skill-card h3 { font-size: 21px; margin: 0; }
.skill-card p { color: var(--muted); margin: 0; }

.quote-section { padding: 120px 0; background: white; }
.quote-section p { font-family: "Manrope"; font-size: clamp(42px, 6vw, 80px); font-weight: 800; letter-spacing: -.06em; line-height: 1.08; margin: 0; }
.quote-section span { color: #a6b000; }
footer { background: var(--dark); color: white; padding: 55px 0; }
.footer-inner { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.footer-brand { font-size: 33px; }
.footer-inner p { color: #899296; font-size: 13px; }
.footer-links { display: flex; gap: 25px; font-size: 13px; font-weight: 700; }

@media (max-width: 900px) {
  .nav-links { display:none; }
  .hero, .about-grid, .product-grid, .expertise-layout { grid-template-columns: 1fr; }
  .hero { padding-top:50px; gap:45px; }
  .portrait-card { max-width:560px; }
  .card-grid.two { grid-template-columns:1fr; }
  .section-heading { align-items:flex-start; flex-direction:column; }
  .product-visual { order:2; }
  .skill-card { grid-template-columns:40px 1fr; }
  .skill-card p { grid-column:2; }
}

@media (max-width: 600px) {
  .container { width:min(100% - 26px,1160px); }
  .nav { height:70px; }
  .nav-cta { display:none; }
  .hero { min-height:auto; padding-bottom:60px; }
  .hero h1 { font-size:70px; }
  .hero-intro { font-size:17px; }
  .hero-actions { flex-direction:column; align-items:stretch; }
  .status-card { left:12px; bottom:12px; }
  .about-section, .section, .product-section, .quote-section { padding:80px 0; }
  .company-card { min-height:350px; padding:27px; }
  .product-visual { height:440px; transform:scale(.85); transform-origin:left center; }
  .phone-front { left:49%; }
  .phone-back { left:18%; }
  .footer-inner { flex-direction:column; align-items:flex-start; }
  .footer-links { flex-direction:column; gap:10px; }
}
