/* Image-led portfolio. Shared presentation; demonstrations keep their own identity. */
.portfolio {
  --bg: #f6f5f1; --surface: #fff; --surface-2: #eeede8;
  --ink: #182326; --ink-2: #505a5d; --ink-3: #657073; --line: #d5d8d3;
  --cobalt: #254dcc; --cobalt-soft: #e7ecf6; --on-cobalt: #fff;
  --acid: #ddee83; --night: #101d24; --radius: 8px;
  color-scheme: light; padding-inline: clamp(20px, 4vw, 64px);
}
.portfolio .wrap { max-width: 1320px; }
.portfolio .section { padding-block: clamp(56px, 7.5vw, 108px); }
.portfolio h1, .portfolio h2 { letter-spacing: -.045em; }
.portfolio h2 { font-size: clamp(2rem, 3.7vw, 3.5rem); }
.portfolio h3 { letter-spacing: -.025em; }
.portfolio .eyebrow { font-family: var(--font-body); font-size: .72rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.portfolio .btn { border-radius: 100px; padding: .9rem 1.35rem; font-size: .87rem; font-weight: 600; }
.portfolio .btn-primary { background: var(--ink); color: white; border-color: var(--ink); }
.portfolio .btn-primary:hover { background: var(--cobalt); border-color: var(--cobalt); }
.portfolio .btn-acid { background: var(--acid); border: 1px solid var(--acid); color: var(--night); }
.portfolio .btn-acid:hover { background: #eff8b1; }
.portfolio .btn-ghost { background: transparent; color: #fff; border: 1px solid #899397; }
.portfolio .btn-ghost:hover { background: #ffffff15; }
.portfolio .btn-outline { border-color: var(--line); color: var(--ink); }
.portfolio .btn-outline:hover { background: var(--surface-2); }
.portfolio .site-header { margin-inline: calc(-1 * clamp(20px, 4vw, 64px)); padding-inline: clamp(20px, 4vw, 64px); background: #f6f5f1f5; backdrop-filter: blur(14px); }
.portfolio .header-row { min-height: 88px; }
.portfolio .brand { flex-direction: row; align-items: center; gap: 10px; }
.portfolio .brand-name { font-size: 2.4rem; letter-spacing: -.12em; padding-right: .1em; }
.portfolio .brand-sub { font-family: var(--font-body); font-size: .63rem; letter-spacing: .04em; max-width: 70px; line-height: 1.3; color: var(--ink); }
.portfolio .nav { gap: 1.6rem; }
.portfolio .nav a { font-size: .83rem; }
.portfolio .header-inquiry { font-size: .76rem; padding: .7rem 1rem; }
.portfolio .lang { border: 0; }
.portfolio .lang a { padding: .35rem; font-family: var(--font-body); font-size: .72rem; }
.portfolio .lang a[aria-current="true"] { color: var(--ink); background: none; text-decoration: underline; text-underline-offset: 5px; }
.bleed { margin-inline: calc(-1 * clamp(20px, 4vw, 64px)); }
.visual-hero { position: relative; isolation: isolate; overflow: hidden; color: #fff; background: var(--night); padding: 66px clamp(20px, 4vw, 64px) 0; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 55%; z-index: -3; }
.visual-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #08161cf5 0%, #09171ccc 35%, #08161c1c 100%), linear-gradient(0deg, #09151be0, transparent 48%); z-index: -2; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 5%; align-items: center; min-height: 530px; }
.hero-copy { padding-block: 10px 50px; }
.hero-copy .eyebrow { color: #e3e9e7; margin-bottom: 27px; display: flex; align-items: center; gap: 10px; }
.signal-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); display: inline-block; flex: none; }
.hero-copy h1 { font-size: clamp(3rem, 5.6vw, 5.5rem); line-height: 1.025; max-width: 13ch; font-weight: 700; }
.hero-copy h1 em { font-style: normal; color: var(--acid); }
.hero-lead { font-size: clamp(.95rem, 1.2vw, 1.12rem); line-height: 1.7; color: #e1e6e8; margin: 24px 0 28px; }
.hero-copy .cta-row { gap: 12px; }
.hero-project { position: relative; display: block; text-decoration: none; color: white; margin-top: 40px; padding-bottom: 8px; }
.hero-project:hover { color: white; }
.hero-project-label { display: flex; justify-content: space-between; margin: 0 10% 14px 0; font-size: .7rem; letter-spacing: .06em; }
.hero-device { width: 90%; aspect-ratio: 1.52; overflow: hidden; border: 6px solid #d6dcda; border-top-width: 16px; border-radius: 12px; box-shadow: 0 25px 70px #0008; transform: perspective(1000px) rotateY(-7deg) rotateZ(-3deg); transition: transform .4s ease; background: white; }
.hero-device img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.hero-project:hover .hero-device { transform: perspective(1000px) rotateY(0) rotateZ(-1deg); }
.hero-phone { position: absolute; right: 0; width: 22%; aspect-ratio: .48; bottom: 55px; border: 5px solid #15212c; border-radius: 18px; background: white; overflow: hidden; box-shadow: 0 15px 35px #0007; transform: rotate(6deg); }
.hero-phone img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.hero-project-caption { display: grid; gap: 2px; margin: 23px 0 0 9px; }
.hero-project-caption strong { font-family: var(--font-display); font-size: 1.25rem; }
.hero-project-caption span { color: #e0e4e4; font-size: .75rem; }
.hero-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; align-items: center; border-top: 1px solid #ffffff35; padding-block: 19px; font-size: .69rem; letter-spacing: .05em; }
.hero-bottom a { color: #e9eded; text-decoration: none; }
.hero-bottom > span > span { margin-inline: 16px; opacity: .5; }
.photo-credit { font-size: .63rem; text-decoration: none; }
.proof-strip { display: grid; grid-template-columns: 1fr repeat(3,1.5fr); gap: 25px; align-items: center; padding-block: 32px; border-bottom: 1px solid var(--line); }
.proof-strip p { text-transform: uppercase; letter-spacing: .12em; font-size: .62rem; color: var(--ink-2); }
.proof-strip a { color: var(--ink); text-decoration: none; font-family: var(--font-display); font-size: clamp(.85rem,1.5vw,1.35rem); }
.proof-strip a span { display: inline-block; margin-left: 12px; color: var(--ink-3); font: .9rem var(--font-body); }
.editorial-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 42px; }
.editorial-heading .eyebrow { margin-bottom: 20px; color: var(--ink-2); }
.editorial-heading > p { max-width: 36ch; color: var(--ink-2); font-size: .95rem; }
.text-link { display: inline-block; font-size: .85rem; color: var(--ink); font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--ink); padding-block: 6px; }
.text-link:hover { color: var(--cobalt); border-color: var(--cobalt); }
.portfolio .showcase-grid, .portfolio .selected-work { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 44px 28px; }
.portfolio .selected-work > :last-child { grid-column: auto; }
.portfolio .card.showcase { background: none; border: 0; box-shadow: none; border-radius: 0; color: var(--ink); overflow: visible; }
.portfolio .card.showcase .card-body { padding: 20px 0 0; gap: 8px; position: relative; }
.portfolio .work-card h3 { font-size: clamp(1.3rem,2vw,1.8rem); padding-right: 42px; }
.portfolio .work-card .card-body p { max-width: 49ch; padding-right: 32px; font-size: .88rem; margin: 0; }
.portfolio .work-card .card-top { justify-content: flex-start; gap: 12px; margin-bottom: 2px; }
.portfolio .work-card .project-sector { font-size: .67rem; letter-spacing: .035em; }
.portfolio .work-card .pill { font-size: .59rem; padding: .2rem .5rem; background: #e6e9e2; color: #324537; border: 0; }
.portfolio .work-card .pill-demo { background: #eee6db; color: #765422; }
.portfolio .work-card .open { position: absolute; right: 0; top: 23px; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid #bfc7c1; border-radius: 50%; font-size: 1.2rem; padding: 0; transition: background .2s; }
.portfolio .work-card:hover .open { background: var(--acid); }
.case-cover { position: relative; background: var(--case-bg); overflow: hidden; aspect-ratio: 1.45; border-radius: 8px; isolation: isolate; }
.case-cover::before { content: ""; position: absolute; inset: 0; background: linear-gradient(130deg,#fff5,transparent 60%); z-index: -1; }
.case-cover .case-desktop { position: absolute; width: 80%; height: 80%; left: 6%; top: 13%; border: 5px solid #fff; border-top-width: 15px; border-radius: 7px; object-fit: cover; object-position: top; box-shadow: 0 18px 40px #14202335; transform: rotate(-5deg); transition: transform .45s; }
.case-cover .case-mobile { position: absolute; width: 21%; height: 64%; right: 7%; bottom: 7%; object-fit: cover; object-position: top; border: 4px solid #18232b; border-radius: 12px; box-shadow: 0 12px 22px #0003; transform: rotate(6deg); transition: transform .45s; }
.work-card:nth-child(even) .case-cover .case-desktop { transform: rotate(4deg); }
.work-card:nth-child(even) .case-cover .case-mobile { transform: rotate(-5deg); }
.work-card:hover .case-cover .case-desktop, .work-card:hover .case-cover .case-mobile { transform: rotate(0) translateY(-4px); }
.case-cover .case-index { position: absolute; top: 14px; right: 18px; color: #293538; font-size: .6rem; letter-spacing: .1em; }
.visual-services { border-top: 1px solid var(--line); }
.portfolio .visual-offers { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
.portfolio .visual-offers .offer-card { padding: 0; display: block; border: 0; border-radius: 0; background: none; }
.offer-preview { position: relative; overflow: hidden; aspect-ratio: 1.45; background: #e2e6e1; border-radius: 6px; }
.offer-preview img { width: 86%; max-width: none; position: absolute; top: 18%; left: 17%; border: 4px solid white; border-radius: 5px; box-shadow: 0 12px 25px #0002; transition: transform .4s; }
.offer-card:hover .offer-preview img { transform: translate(-4px,-4px); }
.offer-number { position: absolute; left: 14px; top: 12px; color: var(--ink); font-family: var(--font-body); font-size: .7rem; }
.offer-copy { padding-top: 20px; }
.offer-copy .eyebrow { display: block; font-size: .6rem; margin-bottom: 12px; }
.portfolio .offer-copy h3 { font-size: 1.35rem; margin-bottom: 12px; }
.offer-copy p { font-size: .83rem; line-height: 1.6; }
.offer-copy .open { display: inline-block; padding-top: 10px; font-size: .75rem; color: var(--ink); }
.drc-feature { display: grid; grid-template-columns: 1fr 1fr; background: var(--night); color: #fff; }
.drc-photo { position: relative; min-height: 640px; overflow: hidden; }
.drc-photo > img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.drc-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,#101d24ac,transparent 60%); }
.place-label { position: absolute; bottom: 70px; left: 10%; font-family: var(--font-display); font-size: 2.8rem; letter-spacing: -.05em; line-height: 1; z-index: 1; }
.place-label small { font: .7rem var(--font-mono); letter-spacing: .05em; }
.drc-photo .photo-credit { position: absolute; left: 10%; bottom: 32px; color: #fff; z-index: 1; }
.drc-copy { padding: clamp(35px,5vw,80px); }
.drc-copy .eyebrow { color: #bac6c9; }
.drc-copy h2 { font-size: clamp(2.2rem,3.8vw,3.5rem); margin-block: 20px 32px; }
.drc-copy h2 em { color: var(--acid); font-style: normal; }
.local-principles { display: grid; gap: 19px; margin-bottom: 30px; }
.local-principles > div { display: grid; grid-template-columns: 27px 1fr; column-gap: 15px; border-top: 1px solid #ffffff30; padding-top: 17px; }
.local-principles span { font-size: .65rem; color: var(--acid); padding-top: 3px; }
.local-principles h3 { font-size: 1.03rem; }
.local-principles p { grid-column: 2; color: #bac6c9; font-size: .8rem; margin: 5px 0 0; }
.compact-process { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; }
.compact-process .eyebrow { margin-bottom: 20px; }
.compact-process .text-link { margin-top: 25px; }
.compact-process ol { list-style: none; padding: 0; margin: 0; }
.compact-process li { display: flex; gap: 22px; padding-block: 22px; border-bottom: 1px solid var(--line); }
.compact-process li:first-child { padding-top: 0; }
.compact-process li > span { font-size: .75rem; color: var(--ink-2); padding-top: 5px; }
.compact-process h3 { font-size: 1.5rem; }
.compact-process p { color: var(--ink-2); font-size: .85rem; margin-bottom: 0; }
.portfolio .founder-feature { padding-block: 50px; border-block: 1px solid var(--line); }
.founder-line { display: grid; grid-template-columns: 220px 1fr; gap: 50px; align-items: center; max-width: 1000px !important; }
.founder-monogram { background: var(--acid); aspect-ratio: 1; border-radius: 50%; font: 800 7rem var(--font-display); letter-spacing: -.09em; display: grid; place-content: center; position: relative; padding-right: 10px; color: var(--night); }
.founder-monogram span { position: absolute; right: 12px; top: 0; font: 2.5rem var(--font-body); }
.founder-line h2 { font-size: 2.4rem; }
.founder-line p:not(.eyebrow) { max-width: 59ch; color: var(--ink-2); font-size: .95rem; }
.quick-answers .grid-2 { gap: 8%; }
.quick-answers h2 { margin-bottom: 24px; }
.quick-answers p { color: var(--ink-2); max-width: 36ch; }
.portfolio .faq-list { gap: 0; margin-bottom: 16px; }
.portfolio .faq-list details { background: none; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding: 20px 0; }
.portfolio .faq-list summary { font-size: .95rem; }
.portfolio .faq-list p { font-size: .87rem; max-width: 70ch; }
.portfolio .inquiry-band { border: 0; border-radius: 0; color: white; background: var(--night); padding: clamp(30px,6vw,80px); }
.portfolio .inquiry-band h2 { max-width: 13ch; font-size: clamp(2.5rem,5vw,4.8rem); }
.portfolio .inquiry-band p { color: #c4cdd1; }
.portfolio .inquiry-band .btn-primary { background: var(--acid); color: var(--night); border-color: var(--acid); }
.portfolio .inquiry-band .eyebrow { color: var(--acid); }
.portfolio .site-footer { padding-block: 55px 35px; }
.portfolio .footer-grid { grid-template-columns: 2fr 1fr 1fr; font-size: .8rem; }
.portfolio .footer-grid strong { font: 700 1.8rem var(--font-display); letter-spacing: -.04em; color: var(--ink); }
.portfolio .page-intro { padding-block: 70px 30px; }
.portfolio .page-intro h1 { font-size: clamp(2.8rem,5.5vw,5rem); max-width: 22ch; }
.portfolio .page-intro .lead { font-size: 1.05rem; max-width: 58ch; }
.portfolio .work-filters { padding-block: 20px; border-block: 1px solid var(--line); gap: 25px; }
.portfolio .work-filters select { background: none; border-radius: 30px; font-size: .8rem; }
.portfolio .work-filters label, .portfolio .work-filters p { font-size: .72rem; }
.portfolio .project-head h1 { font-size: clamp(2.4rem,5.5vw,4.8rem); }
.portfolio .gallery { border: none; border-radius: 8px; }
.portfolio .gallery .shot { aspect-ratio: 2.15; }
.portfolio .gallery .browser { transform: rotate(-2deg); }
.portfolio .gallery .phone { transform: rotate(5deg); bottom: -12%; }
.portfolio .project-grid h2 { font-size: 1.9rem; }
.project-highlights { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0; }
.project-highlights span { border: 1px solid var(--line); padding: 7px 15px; border-radius: 30px; font-size: .72rem; }
.tier-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.tier-card { border: 1px solid var(--line); border-radius: 8px; padding: 32px; display: flex; align-items: start; flex-direction: column; gap: 15px; }
.tier-card.featured { background: #e8eddd; border-color: #c7d3b5; }
.tier-card h3 { font-size: 1.35rem; min-height: 2.3em; }
.tier-card strong { font-family: var(--font-display); font-size: clamp(1.3rem,2vw,2rem); }
.tier-card p:not(.eyebrow) { font-size: .88rem; color: var(--ink-2); }
.tier-card small { font-size: .7rem; color: var(--ink-2); }
.tier-card span { font-size: .9rem; margin-top: auto; }
.tier-card .eyebrow { margin: 0; }
.tier-card .btn { margin-top: 10px; }
.guide-banner { position: relative; height: 360px; overflow: hidden; border-radius: 6px; }
.guide-banner img { width: 100%; height: 100%; object-fit: cover; object-position: center 80%; }
.guide-banner .photo-credit { position: absolute; bottom: 14px; left: 20px; background: #142128de; color: white; padding: 6px 10px; }
.guide-layout { display: grid; grid-template-columns: 1fr 2.3fr; gap: 8%; max-width: 1050px !important; }
.guide-layout aside p { font-size: .86rem; }
.guide-layout .prose h2 { font-size: 1.8rem; }
.guide-layout .prose > section { border-top: 1px solid var(--line); padding-block: 24px; }
.guide-layout .prose p { font-size: 1rem; }
.photo-credits { font-size: .8rem; }
.photo-credits a { overflow-wrap: anywhere; }
@media (min-width: 1700px) { .hero-grid { min-height: 640px; } }
@media (max-width: 1100px) {
  .portfolio .header-row { min-height: 76px; }
  .portfolio .nav { padding: 10px 0 20px; }
  .hero-grid { gap: 3%; grid-template-columns: 1.1fr 1fr; min-height: 440px; }
  .hero-copy h1 { font-size: clamp(2.8rem,5.7vw,4.1rem); }
  .portfolio .visual-offers { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 36px 24px; }
  .tier-card { padding: 22px; }
}
@media (max-width: 760px) {
  .visual-hero { padding-top: 38px; }
  .hero-grid { grid-template-columns: 1fr; gap: 0; }
  .hero-copy { padding-bottom: 16px; }
  .hero-copy h1 { font-size: clamp(2.9rem,9vw,4.5rem); max-width: 16ch; }
  .hero-copy .eyebrow { font-size: .6rem; margin-bottom: 22px; }
  .hero-lead { font-size: .92rem; }
  .hero-project { margin: 22px auto 32px; width: min(100%,510px); }
  .hero-device { aspect-ratio: 1.65; }
  .hero-phone { bottom: 50px; width: 22%; }
  .hero-bottom { font-size: .6rem; }
  .hero-bottom .photo-credit { order: 3; width: 100%; font-size: .56rem; }
  .proof-strip { grid-template-columns: 1fr 1fr; padding-block: 24px; gap: 22px; }
  .proof-strip a { font-size: .91rem; }
  .editorial-heading { align-items: start; flex-direction: column; gap: 20px; margin-bottom: 30px; }
  .portfolio .showcase-grid, .portfolio .selected-work { grid-template-columns: 1fr; gap: 35px; }
  .case-cover { aspect-ratio: 1.35; }
  .portfolio .visual-offers { gap: 28px 16px; }
  .portfolio .offer-copy h3 { font-size: 1.15rem; }
  .offer-copy .eyebrow { font-size: .56rem; }
  .offer-copy p { font-size: .78rem; }
  .drc-feature { grid-template-columns: 1fr; }
  .drc-photo { min-height: 360px; }
  .drc-photo > img { object-position: center 80%; }
  .drc-copy { padding: 40px 24px 48px; }
  .drc-copy h2 { font-size: 2.55rem; }
  .place-label { font-size: 2.1rem; left: 24px; }
  .drc-photo .photo-credit { left: 24px; }
  .compact-process, .quick-answers .grid-2 { grid-template-columns: 1fr; gap: 35px; }
  .founder-line { grid-template-columns: 100px 1fr; gap: 22px; align-items: start; }
  .founder-monogram { font-size: 3.7rem; }
  .founder-monogram span { font-size: 1.4rem; right: 0; }
  .founder-line h2 { font-size: 1.8rem; }
  .founder-line p:not(.eyebrow) { font-size: .83rem; }
  .founder-line .eyebrow { font-size: .6rem; }
  .portfolio .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .tier-grid, .guide-layout { grid-template-columns: 1fr; gap: 24px; }
  .tier-card h3 { min-height: 0; }
  .guide-banner { height: 250px; }
  .portfolio .gallery .shot { aspect-ratio: 1.3; }
  .portfolio .gallery .browser { right: 16%; }
  .portfolio .gallery .phone { width: 23%; bottom: -5%; }
  .portfolio .page-intro { padding-block: 42px 18px; }
}
@media (max-width: 400px) {
  .portfolio .btn { font-size: .77rem; padding: .85rem 1.1rem; }
  .portfolio .visual-offers { grid-template-columns: 1fr; }
  .founder-line { grid-template-columns: 1fr; }
  .founder-monogram { width: 100px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-device, .case-desktop, .case-mobile, .offer-preview img { transition: none !important; }
}
/* Connected services: recognizable brands and illustrative customer journeys. */
.portfolio .visual-offers { grid-template-columns: repeat(3,minmax(0,1fr)); }
.portfolio .integrations-section { background:#e9ede5; }
.integration-brands { display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:28px 0 42px; }
.integration-brands > div { min-height:104px;display:flex;align-items:center;justify-content:center;gap:10px;background:#fff;border:1px solid #dce1d8;border-radius:16px;padding:18px; }
.integration-brands img { width:125px;height:58px;object-fit:contain; }
.integration-brands > div:last-child img { width:38px;height:38px; }
.integration-brands span { font-size:14px;font-weight:600; }
.airtel-wordmark { color:#cf102d;font-size:22px;font-weight:700; }
.integration-features { display:grid;grid-template-columns:1fr 1fr;gap:28px; }
.integration-feature { min-width:0;background:#fafbf7;border-radius:22px;overflow:hidden;border:1px solid #d5ddcf; }
.integration-feature > div:last-child { padding:30px; }
.integration-feature h3 { font-size:28px;margin:0 0 16px; }
.payment-illustration,.chat-illustration { min-height:315px;padding:28px;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#142d31;color:#fff;gap:8px; }
.payment-illustration { background:radial-gradient(ellipse at top right,#3e6558,#122b31 70%); }
.flow-label { font:11px monospace;letter-spacing:2px;opacity:.75; }
.flow-node { padding:13px 20px;width:min(100%,300px);border:1px solid #ffffff30;background:#ffffff0d;border-radius:10px;display:flex;justify-content:space-between;gap:12px;font-size:14px; }
.wallet-node { background:#e1fa86;color:#142d31;font-weight:600; }
.flow-connector { color:#b8d07a; }
.success-node { justify-content:center; }
.chat-illustration { background:#dce8db;color:#172c24;align-items:stretch; }
.chat-heading { font-weight:600;margin-bottom:12px;display:flex;align-items:center;gap:10px; }
.chat-bubble { max-width:86%;padding:14px 18px;background:#fff;border-radius:14px 14px 14px 0;margin:0;font-size:15px;box-shadow:0 2px 6px #162b2410; }
.chat-bubble.customer { align-self:flex-end;background:#bbdfb4;border-radius:14px 14px 0 14px; }
.chat-options { display:flex;flex-wrap:wrap;gap:8px; }
.chat-options span { background:#fff;border:1px solid #a6c5a1;border-radius:30px;padding:8px 12px;font-size:12px; }
.payment-illustration small,.chat-illustration small { margin-top:12px;font-size:10px;opacity:.7; }
.portfolio .integration-preview { height:230px;aspect-ratio:auto; }
.integration-preview .payment-illustration,.integration-preview .chat-illustration { min-height:230px;height:230px;padding:16px;gap:4px; }
.integration-preview .flow-node { padding:8px 14px; }
.integration-preview .chat-bubble { font-size:12px;padding:10px 12px; }
.portfolio .offer-preview:not(.integration-preview) { height:230px; }
@keyframes signalPulse { 0%,100% { box-shadow:0 0 0 0 #d9f88100; } 50% { box-shadow:0 0 0 7px #d9f88124; } }
@media (prefers-reduced-motion:no-preference) { .portfolio .signal-dot { animation:signalPulse 3s ease-in-out 3; } .portfolio .integration-feature { transition:box-shadow .3s,transform .3s; } .portfolio .integration-feature:hover { transform:translateY(-4px);box-shadow:0 16px 35px #172b2210; } }
@media(max-width:1100px) { .portfolio .visual-offers { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media(max-width:760px) { .portfolio .visual-offers,.integration-features { grid-template-columns:1fr; } .integration-brands { grid-template-columns:1fr 1fr;gap:10px; } .integration-brands > div { min-height:86px;padding:12px; } .integration-brands img { max-width:100%;width:110px; } .integration-brands > div:last-child { flex-direction:column;gap:4px; } .integration-brands span { font-size:11px; } .airtel-wordmark { font-size:18px; } .integration-feature > div:last-child { padding:24px; } }

.integration-preview .flow-label,.integration-preview .payment-illustration small { display:none; }
.integration-brands .airtel-brand { flex-direction:column;gap:0; }
.integration-brands .airtel-brand img { height:40px;max-width:100%; }
.integration-brands .airtel-brand span { color:#cf102d;font-weight:600; }

.portfolio .offer-card { min-width:0; }
.portfolio .offer-copy .eyebrow { white-space:normal;overflow-wrap:anywhere; }
@media(max-width:760px) { .portfolio .visual-offers { grid-template-columns:minmax(0,1fr); } }
.portfolio .offer-preview { width:100%;min-width:0;aspect-ratio:auto; }

.integration-brands .named-brand img { width:58px;height:58px; }
.integration-features + .hint { margin-top:28px; }
.integration-features > article > .payment-illustration,.integration-features > article > .chat-illustration { min-height:350px; }
@media(max-width:760px) { .integration-brands .named-brand { flex-direction:column;gap:4px; } .integration-brands .named-brand img { height:38px;width:38px; } }
