:root {
  --ink: #121316;
  --muted: #676b73;
  --paper: #f7f7f5;
  --white: #ffffff;
  --line: rgba(18, 19, 22, 0.11);
  --blue: #2858ff;
  --blue-dark: #1740d2;
  --soft-blue: #e9eeff;
  --navy: #131722;
  --lime: #c9ff62;
  --radius-xl: 42px;
  --radius-lg: 30px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 42px)); margin: 0 auto; }

.skip-link {
  position: fixed; top: -100px; left: 20px; z-index: 100;
  padding: 10px 14px; background: var(--ink); color: white; border-radius: 8px;
}
.skip-link:focus { top: 20px; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  border-bottom: 1px solid rgba(18,19,22,.06);
  background: rgba(247,247,245,.84);
  backdrop-filter: blur(20px);
}
.nav-wrap {
  min-height: 76px; display: flex; align-items: center;
  justify-content: space-between; gap: 26px;
}
.wordmark {
  display: inline-flex; align-items: center; gap: 11px;
  font-family: "Manrope", sans-serif; font-weight: 700;
  text-decoration: none; letter-spacing: -.025em;
}
.wordmark-symbol {
  display: grid; place-items: center; width: 35px; aspect-ratio: 1;
  border-radius: 50%; background: var(--ink); color: white;
  font-size: 11px; letter-spacing: -.04em;
}
nav { display: flex; align-items: center; gap: 28px; }
nav a { color: #50545c; font-size: 14px; font-weight: 600; text-decoration: none; }
nav a:hover { color: var(--ink); }
.nav-contact {
  padding: 9px 16px; border: 1px solid var(--line);
  border-radius: 999px; background: rgba(255,255,255,.6);
}

.hero { overflow: hidden; padding: 105px 0 84px; }
.hero-inner { text-align: center; }
.motto {
  display: inline-flex; margin: 0 0 30px; padding: 10px 16px;
  border: 1px solid rgba(40,88,255,.18); border-radius: 999px;
  background: rgba(255,255,255,.7); color: var(--blue);
  font-size: clamp(17px, 2vw, 23px); font-weight: 700; letter-spacing: .025em;
}
h1,h2,h3 { margin-top: 0; font-family: "Manrope", sans-serif; line-height: 1.04; letter-spacing: -.05em; }
h1 {
  max-width: 1000px; margin: 0 auto 30px;
  font-size: clamp(54px, 8vw, 104px); font-weight: 600;
}
.hero-intro {
  max-width: 720px; margin: 0 auto; color: var(--muted);
  font-size: clamp(20px, 2.1vw, 26px); line-height: 1.52;
}
.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 0 23px; border-radius: 999px;
  text-decoration: none; font-size: 14px; font-weight: 700;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.primary { background: var(--blue); color: white; box-shadow: 0 14px 34px rgba(40,88,255,.22); }
.primary:hover { background: var(--blue-dark); }
.quiet { border: 1px solid var(--line); background: rgba(255,255,255,.58); }

.hero-visual {
  position: relative; max-width: 1010px; height: 470px;
  margin: 78px auto 0; overflow: hidden;
  border: 1px solid rgba(255,255,255,.95); border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 20% 30%, rgba(201,255,98,.36), transparent 25%),
    radial-gradient(circle at 79% 67%, rgba(40,88,255,.23), transparent 31%),
    linear-gradient(145deg,#fff,#e9edf4);
  box-shadow: 0 35px 90px rgba(31,38,57,.13);
}
.signal { position: absolute; border: 1px solid rgba(40,88,255,.16); border-radius: 50%; }
.signal-a { width: 430px; height: 430px; left: -145px; top: 20px; }
.signal-b { width: 320px; height: 320px; right: -85px; top: -80px; }
.signal-c { width: 150px; height: 150px; right: 210px; bottom: -70px; background: rgba(201,255,98,.24); }
.glass-card {
  position: absolute; z-index: 3; padding: 30px;
  border: 1px solid rgba(255,255,255,.9); border-radius: 27px;
  background: rgba(255,255,255,.76); backdrop-filter: blur(22px);
  box-shadow: 0 24px 60px rgba(28,38,65,.15); text-align: left;
}
.card-info { width: 285px; height: 185px; left: 105px; top: 116px; transform: rotate(-5deg); }
.card-communication { width: 290px; height: 190px; right: 96px; top: 110px; transform: rotate(5deg); }
.mini-label { display: block; margin-bottom: 26px; color: #777d88; font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.info-line { display: block; width: 70%; height: 8px; margin: 12px 0; border-radius: 99px; background: #dce2ec; }
.info-line.long { width: 100%; background: #c8d4e7; }
.info-line.short { width: 45%; }
.connector {
  position: absolute; z-index: 4; top: 195px; left: 50%;
  display: flex; align-items: center; gap: 12px; transform: translateX(-50%);
}
.connector span { display: block; width: 12px; height: 12px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 8px rgba(40,88,255,.09); }
.connector span:nth-child(2) { width: 64px; height: 3px; border-radius: 4px; box-shadow: none; }
.message-row { display: flex; align-items: center; gap: 13px; margin: 18px 0; }
.message-row i { width: 32px; height: 32px; border-radius: 50%; background: var(--blue); opacity: .9; }
.message-row b { width: 68%; height: 38px; border-radius: 12px 12px 12px 4px; background: #e8edf6; }
.message-row.compact { margin-left: 36px; }
.message-row.compact i { background: var(--lime); }
.message-row.compact b { width: 58%; background: #dbe5ff; }

.statement-section { padding: 130px 0; background: var(--white); }
.statement-grid { display: grid; grid-template-columns: .38fr 1.62fr; gap: 80px; }
.section-label {
  margin: 0 0 20px; color: var(--blue); font-size: 12px;
  font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
}
.statement-grid h2, .section-heading h2, .apps-intro h2, .contact-panel h2 {
  font-size: clamp(39px, 5.4vw, 69px); font-weight: 600;
}
.statement-grid h2 { max-width: 850px; margin-bottom: 30px; }
.statement-grid div > p { max-width: 750px; margin: 0; color: var(--muted); font-size: 20px; }

.work-section { padding: 120px 0; }
.section-heading { margin-bottom: 48px; }
.section-heading h2 { margin-bottom: 0; }
.work-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.work-card {
  min-height: 530px; display: flex; flex-direction: column; justify-content: space-between;
  padding: 34px 36px 40px; border-radius: var(--radius-lg);
}
.planalpha-card { border: 1px solid var(--line); background: var(--white); }
.development-card { background: var(--navy); color: white; }
.card-top { display: flex; align-items: center; justify-content: space-between; }
.card-number { font-family: "Manrope",sans-serif; font-size: 15px; font-weight: 700; }
.status { padding: 7px 11px; border: 1px solid currentColor; border-radius: 999px; opacity: .58; font-size: 11px; }

.planalpha-logo {
  display: block;
  width: min(300px, 78%);
  height: auto;
  margin: 0 0 48px;
  padding: 15px 18px;
  border-radius: 16px;
  background: #4a4a4a;
  object-fit: contain;
}

.card-eyebrow { margin: 0 0 13px; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; opacity: .62; }
.card-content h3 { margin-bottom: 22px; font-size: clamp(34px,4vw,50px); }
.card-content p:not(.card-eyebrow) { max-width: 520px; margin-bottom: 30px; color: var(--muted); font-size: 18px; }
.development-card .card-content p:not(.card-eyebrow) { color: rgba(255,255,255,.66); }
.card-content a { font-weight: 700; text-decoration: none; }
.card-content a:hover { color: var(--blue); }
.development-card .card-content a:hover { color: var(--lime); }

.apps-section { padding: 125px 0; background: var(--white); }
.apps-intro { max-width: 900px; margin-bottom: 55px; }
.apps-intro h2 { margin-bottom: 20px; }
.apps-lead { max-width: 780px; margin: 0; color: var(--muted); font-size: 22px; }
.product-stage {
  display: grid; grid-template-columns: .82fr 1.18fr; align-items: center;
  min-height: 650px; overflow: hidden; border-radius: var(--radius-xl);
  background: linear-gradient(135deg,#141824,#20283b); color: white;
}
.product-copy { padding: 62px 0 62px 62px; }
.release-label {
  display: inline-flex; margin-bottom: 27px; padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.18); border-radius: 999px;
  color: rgba(255,255,255,.72); font-size: 11px; font-weight: 700; letter-spacing: .05em;
}
.product-copy h3 { margin-bottom: 26px; font-size: clamp(42px,5vw,68px); }
.product-copy p { color: rgba(255,255,255,.64); font-size: 17px; }
.device-scene { position: relative; height: 650px; }
.device {
  position: absolute; overflow: hidden; border: 1px solid rgba(255,255,255,.25);
  background: #f7f8fb; box-shadow: 0 35px 80px rgba(0,0,0,.32);
}
.tablet {
  width: 480px; height: 370px; top: 110px; right: -48px;
  border: 10px solid #0b0d12; border-radius: 28px; transform: rotate(-5deg);
}
.device-bar { height: 46px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid #e0e4ea; }
.device-bar span { width: 70px; height: 8px; border-radius: 99px; background: #cbd3df; }
.device-bar i { width: 22px; height: 22px; border-radius: 7px; background: var(--blue); }
.family-tree { position: relative; height: calc(100% - 46px); }
.person { position: absolute; width: 112px; height: 64px; padding: 11px; border-radius: 14px; background: white; box-shadow: 0 8px 22px rgba(29,46,75,.1); }
.person b { display: inline-block; width: 27px; height: 27px; margin-right: 8px; border-radius: 50%; background: #d7e0f3; vertical-align: middle; }
.person span { display: inline-block; width: 53px; height: 7px; border-radius: 99px; background: #c4cedd; vertical-align: middle; }
.p1 { left: 58px; top: 54px; }.p2 { left: 235px; top: 54px; }.p3 { left: 145px; top: 190px; }.p4 { left: 300px; top: 190px; }
.tree-line { position: absolute; background: #b9c5d8; transform-origin: left center; height: 2px; }
.line-1 { width: 175px; left: 145px; top: 87px; }.line-2 { width: 127px; left: 136px; top: 118px; transform: rotate(52deg); }.line-3 { width: 132px; left: 286px; top: 118px; transform: rotate(61deg); }
.phone {
  width: 180px; height: 370px; left: 25px; bottom: -35px;
  border: 8px solid #0b0d12; border-radius: 34px; transform: rotate(7deg);
}
.phone-notch { width: 64px; height: 18px; margin: 0 auto 28px; border-radius: 0 0 13px 13px; background: #0b0d12; }
.profile-avatar { width: 62px; height: 62px; margin: 0 auto 22px; border-radius: 50%; background: linear-gradient(145deg,#cfd9eb,#9fb1d0); }
.phone-line { width: 56%; height: 7px; margin: 11px auto; border-radius: 99px; background: #ccd5e2; }
.phone-line.wide { width: 72%; background: #b3c0d3; }
.phone-panel { width: calc(100% - 28px); height: 130px; margin: 27px auto 0; border-radius: 18px; background: #e7ebf2; }

.principles { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 34px; border-top: 1px solid var(--line); }
.principles article { padding: 34px 32px 10px 0; border-right: 1px solid var(--line); }
.principles article + article { padding-left: 32px; }
.principles article:last-child { border-right: 0; }
.principles span { color: var(--blue); font-size: 12px; font-weight: 700; }
.principles h3 { margin: 28px 0 10px; font-size: 27px; }
.principles p { margin: 0; color: var(--muted); }

.contact-section { padding: 110px 0; }
.contact-panel {
  display: flex; align-items: end; justify-content: space-between; gap: 32px;
  padding: 58px; border-radius: var(--radius-lg); background: var(--blue); color: white;
}
.contact-panel .section-label { color: var(--lime); }
.contact-panel h2 { margin-bottom: 16px; }
.contact-panel p:not(.section-label) { margin: 0; color: rgba(255,255,255,.72); }
.light { flex-shrink: 0; background: white; color: var(--ink); }

footer { padding: 12px 0 44px; color: var(--muted); font-size: 13px; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; padding-top: 28px; border-top: 1px solid var(--line); }
.footer-inner p { margin: 0; }

@media (max-width: 900px) {
  .statement-grid,.product-stage { grid-template-columns: 1fr; }
  .statement-grid { gap: 36px; }
  .work-grid { grid-template-columns: 1fr; }
  .product-copy { padding: 52px 52px 0; }
  .device-scene { height: 560px; }
  .principles { grid-template-columns: 1fr; }
  .principles article,.principles article + article { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .principles article:last-child { border-bottom: 0; }
}
@media (max-width: 650px) {
  .shell { width: min(100% - 26px,1180px); }
  nav a:not(.nav-contact) { display:none; }
  .hero { padding: 74px 0 64px; }
  h1 { font-size: clamp(47px,14vw,70px); }
  .hero-visual { height: 390px; margin-top: 58px; border-radius: 29px; }
  .card-info { width: 205px; height: 150px; left: 24px; top: 65px; padding: 22px; }
  .card-communication { width: 215px; height: 155px; right: 22px; top: 190px; padding: 22px; }
  .connector { top: 175px; }
  .statement-section,.work-section,.apps-section { padding: 82px 0; }
  .work-card { min-height: 440px; padding: 27px; }
  .planalpha-logo { width: min(270px, 88%); margin-bottom: 36px; }
  .product-stage { min-height: 0; border-radius: 29px; }
  .product-copy { padding: 38px 28px 0; }
  .device-scene { height: 470px; transform: scale(.82); transform-origin: top center; width: 122%; margin-left: -11%; }
  .contact-section { padding: 76px 0; }
  .contact-panel { align-items: start; flex-direction: column; padding: 34px 28px; }
  .footer-inner { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { transition: none !important; }
}

/* Expanded approach content */
.statement-grid div > p + p { margin-top: 22px; }
.statement-grid div > p strong { color: var(--ink); }

/* Future apps */
.future-section { padding: 125px 0; background: var(--paper); }
.future-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.future-grid h2 { margin-bottom: 0; font-size: clamp(39px, 5.4vw, 69px); font-weight: 600; }
.future-copy p { margin: 0 0 22px; color: var(--muted); font-size: 19px; }
.future-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.future-tags span { padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.65); font-size: 13px; font-weight: 600; }

/* Expanded footer */
footer { padding: 82px 0 44px; background: var(--navy); color: white; }
.footer-brand { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; }
.footer-brand h2 { margin: 0 0 14px; font-size: clamp(38px, 5vw, 64px); }
.footer-motto { margin: 0; color: var(--lime); font-family: "Manrope", sans-serif; font-size: clamp(20px, 2.5vw, 30px); font-weight: 600; letter-spacing: -.03em; }
.footer-meta { justify-self: end; text-align: right; color: rgba(255,255,255,.66); }
.footer-meta p { margin: 8px 0; }

@media (max-width: 900px) {
  .future-grid, .footer-brand { grid-template-columns: 1fr; gap: 42px; }
  .footer-meta { justify-self: start; text-align: left; }
}


/* Apple-first business focus */
.development-feature {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  min-height: 560px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: var(--navy);
  color: white;
}
.development-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px;
}
.development-feature .status {
  align-self: flex-start;
  margin-bottom: 54px;
}
.development-feature .card-eyebrow {
  color: rgba(255,255,255,.58);
}
.development-feature h3 {
  max-width: 650px;
  margin-bottom: 24px;
  font-size: clamp(42px,5.3vw,70px);
}
.development-feature p:not(.card-eyebrow) {
  max-width: 640px;
  margin: 0 0 18px;
  color: rgba(255,255,255,.67);
  font-size: 18px;
}
.development-feature a {
  margin-top: 18px;
  font-weight: 700;
  text-decoration: none;
}
.development-feature a:hover { color: var(--lime); }

.development-symbol {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 560px;
  background:
    radial-gradient(circle at 65% 30%, rgba(40,88,255,.48), transparent 31%),
    radial-gradient(circle at 30% 75%, rgba(201,255,98,.2), transparent 30%);
}
.symbol-window {
  width: min(340px,72%);
  aspect-ratio: 1;
  padding: 40px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 34%;
  background: rgba(255,255,255,.1);
  box-shadow: 0 35px 90px rgba(0,0,0,.25);
  backdrop-filter: blur(18px);
}
.symbol-window span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,.7);
}
.symbol-window i {
  display: block;
  height: 14px;
  margin-top: 34px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
}
.symbol-window i:nth-of-type(1) { width: 82%; background: rgba(201,255,98,.75); }
.symbol-window i:nth-of-type(2) { width: 100%; }
.symbol-window i:nth-of-type(3) { width: 62%; }

.planalpha-note {
  display: grid;
  grid-template-columns: 210px 1fr auto;
  align-items: center;
  gap: 34px;
  margin-top: 24px;
  padding: 28px 32px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.68);
}
.planalpha-note .planalpha-logo {
  width: 180px;
  margin: 0;
  padding: 10px 13px;
  border-radius: 12px;
}
.planalpha-note h3 {
  margin: 0 0 8px;
  font-size: 25px;
}
.planalpha-note p:not(.card-eyebrow) {
  max-width: 660px;
  margin: 0;
  color: var(--muted);
}
.planalpha-note > a {
  white-space: nowrap;
  font-weight: 700;
  text-decoration: none;
}
.planalpha-note > a:hover { color: var(--blue); }

@media (max-width: 900px) {
  .development-feature { grid-template-columns: 1fr; }
  .development-symbol { min-height: 390px; }
  .planalpha-note { grid-template-columns: 1fr; }
  .planalpha-note > a { justify-self: start; }
}
@media (max-width: 650px) {
  .development-feature-copy { padding: 34px 28px; }
  .development-feature .status { margin-bottom: 38px; }
  .development-symbol { min-height: 320px; }
  .planalpha-note { padding: 25px; gap: 22px; }
}


/* App development portfolio */
.portfolio-section { padding: 125px 0; background: var(--paper); }
.portfolio-heading {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 52px;
}
.portfolio-heading h2 {
  max-width: 800px;
  margin-bottom: 0;
  font-size: clamp(39px,5.4vw,69px);
  font-weight: 600;
}
.portfolio-heading > p {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 18px;
}
.app-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.app-card {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 27px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 12px 34px rgba(25,34,55,.045);
}
.app-card-featured {
  grid-column: span 2;
  background: linear-gradient(145deg,#151a28,#222d46);
  color: white;
}
.app-card-top { display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.app-index { font-family: "Manrope",sans-serif; font-size: 13px; font-weight: 700; opacity: .6; }
.development-badge {
  padding: 6px 10px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
  opacity: .56;
}
.app-icon {
  position: relative;
  width: 64px;
  height: 64px;
  margin: 52px 0 38px;
  overflow: hidden;
  border-radius: 18px;
  background: #ebeff8;
}
.app-card-featured .app-icon { background: rgba(255,255,255,.1); }
.app-card h3 { margin-bottom: 16px; font-size: 30px; }
.app-card p { margin: 0 0 30px; color: var(--muted); }
.app-card-featured p { max-width: 650px; color: rgba(255,255,255,.67); }
.platforms { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; }
.platforms span {
  padding: 7px 10px;
  border-radius: 999px;
  background: #edf1f7;
  color: #4e5665;
  font-size: 11px;
  font-weight: 700;
}
.app-card-featured .platforms span { background: rgba(255,255,255,.11); color: rgba(255,255,255,.8); }

.family-icon span { position:absolute; width:18px; height:18px; border-radius:50%; background:#c9ff62; }
.family-icon span:nth-child(1){left:23px;top:10px}.family-icon span:nth-child(2){left:10px;bottom:10px}.family-icon span:nth-child(3){right:10px;bottom:10px}
.family-icon:before,.family-icon:after{content:"";position:absolute;height:2px;background:#c9ff62;transform-origin:left center}.family-icon:before{width:27px;left:22px;top:29px;transform:rotate(43deg)}.family-icon:after{width:27px;left:16px;top:37px;transform:rotate(-43deg)}
.whisky-icon span{position:absolute;left:18px;top:12px;width:28px;height:40px;border:3px solid #9b6a2c;border-radius:5px 5px 12px 12px}.whisky-icon span:after{content:"";position:absolute;left:3px;right:3px;bottom:3px;height:14px;border-radius:3px 3px 8px 8px;background:#d89b45}
.health-icon span{position:absolute;left:14px;top:17px;width:36px;height:30px;background:#ff6b70;transform:rotate(45deg);border-radius:8px}.health-icon span:before,.health-icon span:after{content:"";position:absolute;width:36px;height:30px;background:#ff6b70;border-radius:50%}.health-icon span:before{left:-18px}.health-icon span:after{top:-18px}
.garden-icon span{position:absolute;left:28px;top:12px;width:10px;height:40px;border-radius:10px;background:#5b9c54}.garden-icon i{position:absolute;left:10px;top:16px;width:27px;height:18px;border-radius:22px 3px;background:#7dbf6d;transform:rotate(24deg)}
.calendar-icon span{position:absolute;inset:12px;border:3px solid #4c73e8;border-radius:8px}.calendar-icon span:before{content:"";position:absolute;left:-3px;right:-3px;top:8px;height:3px;background:#4c73e8}.calendar-icon span:after{content:"15";position:absolute;left:8px;top:12px;font:700 15px Manrope;color:#4c73e8}
.solitaire-icon span{position:absolute;width:25px;height:34px;border:2px solid #31445f;border-radius:5px;background:white}.solitaire-icon span:nth-child(1){left:9px;top:18px;transform:rotate(-12deg)}.solitaire-icon span:nth-child(2){left:20px;top:13px}.solitaire-icon span:nth-child(3){right:8px;top:18px;transform:rotate(12deg)}
.bridge-icon span,.bridge-icon i,.bridge-icon b{position:absolute;top:27px;width:16px;height:10px;border-radius:3px;background:#416be8}.bridge-icon span{left:8px}.bridge-icon i{right:8px}.bridge-icon b{left:24px;width:16px;height:3px;top:30px}
.run-icon span{position:absolute;left:12px;right:12px;bottom:13px;height:3px;background:#5672df;transform:rotate(-8deg)}.run-icon i{position:absolute;left:25px;top:13px;width:13px;height:13px;border:3px solid #5672df;border-radius:50%}.run-icon:after{content:"";position:absolute;left:27px;top:28px;width:21px;height:3px;background:#5672df;transform:rotate(32deg)}
.food-icon span{position:absolute;left:15px;top:13px;width:34px;height:34px;border:3px solid #e27a4e;border-radius:50%}.food-icon i{position:absolute;left:30px;top:18px;width:3px;height:25px;background:#e27a4e}.food-icon:after{content:"";position:absolute;left:22px;top:18px;width:3px;height:12px;background:#e27a4e;box-shadow:5px 0 0 #e27a4e}

@media (max-width: 960px) {
  .portfolio-heading { grid-template-columns: 1fr; gap: 28px; }
  .app-grid { grid-template-columns: repeat(2,1fr); }
  .app-card-featured { grid-column: span 2; }
}
@media (max-width: 650px) {
  .portfolio-section { padding: 82px 0; }
  .app-grid { grid-template-columns: 1fr; }
  .app-card-featured { grid-column: span 1; }
  .app-card { min-height: 390px; padding: 25px; }
}


.golf-icon {
  position: relative;
  background: linear-gradient(145deg, #eaf7e8, #d6efd1);
}
.golf-flag {
  position: absolute;
  left: 29px;
  top: 17px;
  width: 3px;
  height: 35px;
  border-radius: 999px;
  background: #254d2c;
}
.golf-flag::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 0;
  width: 23px;
  height: 14px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #2858ff;
}
.golf-ball {
  position: absolute;
  right: 19px;
  bottom: 17px;
  width: 19px;
  height: 19px;
  border: 2px solid #254d2c;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, rgba(37,77,44,.25) 1px, transparent 1.5px);
  background-size: 6px 6px;
}
.app-detail {
  margin-top: -8px !important;
  font-size: 15px !important;
}
