/* index stylesheet generated from live selector coverage. */
:root { --teal: #1B7C83; --teal-dark: #124f54; --teal-glow: #151515; --teal-mid: #2a939b; --teal-light: #e8f5f6; --ink: #080d0e; --ink-soft: #0f1a1b; --smoke: #f5f4f1; --mist: #eceae6; --warm-white: #faf9f7; --body: #3d4a4a; --muted: #adadad; --border: rgba(15, 23, 42, 0.08); --border-strong: rgba(15, 23, 42, 0.16); --border-glow: inset 0 1px 1px rgba(255, 255, 255, 0.9); --fs-xs: 0.75rem; --fs-sm: 0.875rem; --fs-base: 1rem; --fs-md: 1.05rem; --fs-lg: 1.15rem; --fs-xl: 1.35rem; --label: 1rem; --label-ls: 0.18em; }
*, ::before, ::after { box-sizing: border-box; margin: 0px; padding: 0px; }
html { scroll-behavior: smooth; }
p { font-weight: 200 !important; }
body { font-family: Manrope, sans-serif; background: var(--warm-white); color: var(--ink); -webkit-font-smoothing: antialiased; overflow-x: hidden; cursor: auto; line-height: 1.85; }
.cursor { position: fixed; width: 10px; height: 10px; background: var(--teal); border-radius: 50%; pointer-events: none; z-index: 9999; transform: translate(-50%, -50%); transition: transform 0.1s, width 0.3s, height 0.3s, background 0.3s; mix-blend-mode: multiply; }
.cursor-ring { position: fixed; width: 36px; height: 36px; border: 1.5px solid var(--teal); border-radius: 50%; pointer-events: none; z-index: 9998; transform: translate(-50%, -50%); transition: transform 0.08s, width 0.3s, height 0.3s, opacity 0.3s; opacity: 0.4; }
body::before { content: ""; position: fixed; inset: 0px; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E"); pointer-events: none; z-index: 9997; opacity: 0.35; }
nav { position: fixed; top: 0px; left: 0px; right: 0px; z-index: 500; padding: 0px; transition: 0.5s cubic-bezier(0.16, 1, 0.3, 1); background: transparent; }
.nav-logo { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; }
.dropdown-menu { position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(10px); background: var(--smoke); border: 1px solid var(--border); border-radius: 12px; padding: 1rem; min-width: 200px; box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 40px; opacity: 0; visibility: hidden; transition: 0.3s cubic-bezier(0.16, 1, 0.3, 1); display: flex; flex-direction: column; gap: 0.5rem; z-index: 1000; }
.dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0px); }
.dropdown-menu a { padding: 0.6rem 1rem; border-radius: 8px; white-space: nowrap; font-size: 0.85rem !important; text-transform: none !important; letter-spacing: 0px !important; }
.dropdown-menu a:hover { background: var(--teal-light); color: var(--teal) !important; }
.container { max-width: 1380px; margin: 0px auto; padding: 0px 3rem; }
.section { padding: 8rem 0px; }
.section-label { font-size: var(--label); font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--teal); display: block; margin-bottom: 1.1rem; }
.section-h2 { font-family: Manrope, sans-serif; font-size: clamp(2.75rem, 5vw, 4.5rem); line-height: 1.02; letter-spacing: -0.03em; color: var(--ink); font-weight: 800; }
.section-h2 em { font-style: italic; color: var(--teal); }
.section-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 4.5rem; flex-wrap: wrap; }
.status-dot { width: 5px; height: 5px; background: var(--teal); border-radius: 50%; animation: 2s ease 0s infinite normal none running pulse-green; }
.cta-h2 { font-family: Manrope, sans-serif; font-size: clamp(3rem, 6vw, 5rem); color: var(--ink); line-height: 1.05; font-weight: 800; margin-bottom: 1.5rem; position: relative; z-index: 2; letter-spacing: -0.04em; }
.cta-h2 em { color: var(--teal); font-style: italic; }
.cta-p { font-size: 1.25rem; color: var(--body); max-width: 640px; margin: 0px auto 3.5rem; line-height: 1.8; position: relative; z-index: 2; font-weight: 500; }
footer { background: var(--smoke); padding: 8rem 0px 3rem; position: relative; overflow: hidden; border-top: 1px solid var(--border); }
footer::after { content: "KEHEM IT"; position: absolute; bottom: -5vw; left: 50%; transform: translateX(-50%); font-family: Manrope, sans-serif; font-size: 28vw; font-weight: 800; color: rgba(15, 171, 188, 0.02); white-space: nowrap; pointer-events: none; z-index: 1; line-height: 1; letter-spacing: -0.04em; }
.footer-logo { display: flex; align-items: center; gap: 1rem; text-decoration: none; margin-bottom: 1.5rem; }
.footer-logo-mark { width: 44px; height: 44px; background: linear-gradient(135deg, var(--teal), var(--teal-dark)); border-radius: 12px; display: flex; align-items: center; justify-content: center; box-shadow: rgba(15, 171, 188, 0.2) 0px 10px 20px; }
.footer-desc { font-size: 1.1rem; color: var(--body); line-height: 1.9; max-width: 300px; font-weight: 500; }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 2.5rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; position: relative; z-index: 2; }
.footer-copy { font-size: 1rem; font-weight: 600; color: var(--muted); }
.toast { position: fixed; bottom: 2rem; left: 50%; transform: translateX(-50%) translateY(20px); background: var(--ink); color: var(--warm-white); border-radius: 100px; padding: 1rem 2rem; font-size: var(--fs-sm); font-weight: 500; box-shadow: rgba(0, 0, 0, 0.25) 0px 16px 48px; opacity: 0; pointer-events: none; transition: opacity 0.3s, transform 0.3s; z-index: 999; white-space: nowrap; }
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0px); }
.fade-up { opacity: 0; transform: translateY(32px); transition: opacity 0.7s, transform 0.7s; }
.fade-up.in { opacity: 1; transform: translateY(0px); }
.fade-up-delay-1 { transition-delay: 0.1s; }
.fade-up-delay-2 { transition-delay: 0.2s; }
.fade-up-delay-3 { transition-delay: 0.3s; }
@media (max-width: 1100px) {.container { padding: 0px 2rem; }}
@media (max-width: 600px) {.container { padding: 0px 1.5rem; }
.section { padding: 5.5rem 0px; }}
@media (max-width: 700px) {.actions { flex-direction: column; align-items: flex-start; }}
.apple-head .section-h2 { font-size: 64px; line-height: 1.02; letter-spacing: -2.5px; font-weight: 600; color: rgb(15, 23, 32); }
.apple-head .section-h2 em { font-style: italic; font-weight: 500; color: rgb(27, 124, 131); }
@media (max-width: 1100px) {.apple-head .section-h2 { font-size: 52px; }}
@media (max-width: 768px) {.apple-head .section-h2 { font-size: 40px; }}
.why-kehem-apple { padding: 140px 0px; background: radial-gradient(circle at left top, rgba(27, 124, 131, 0.06), transparent 30%), linear-gradient(rgb(248, 251, 251), rgb(255, 255, 255)); }
.why-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 70px; align-items: center; }
.why-left .section-h2 { font-size: 64px; line-height: 1.02; letter-spacing: -2.4px; font-weight: 600; margin-top: 18px; color: rgb(15, 23, 32); }
.why-left .section-h2 em { color: rgb(27, 124, 131); font-style: italic; font-weight: 500; }
.why-intro { margin-top: 26px; max-width: 560px; font-size: 20px; line-height: 1.8; color: rgb(102, 112, 133); }
.trust-mini { margin-top: 42px; display: flex; gap: 18px; flex-wrap: wrap; }
.mini-stat { min-width: 140px; padding: 20px 22px; border-radius: 22px; background: rgba(255, 255, 255, 0.75); border: 1px solid rgba(15, 23, 42, 0.06); box-shadow: rgba(15, 23, 42, 0.04) 0px 10px 30px; }
.mini-stat strong { display: block; font-size: 28px; letter-spacing: -1px; color: rgb(16, 24, 40); }
.mini-stat span { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: rgb(152, 162, 179); }
.why-right { display: flex; flex-direction: column; gap: 22px; }
.why-card { display: flex; gap: 24px; padding: 30px; border-radius: 28px; background: rgba(255, 255, 255, 0.82); border: 1px solid rgba(255, 255, 255, 0.95); box-shadow: rgba(15, 23, 42, 0.04) 0px 10px 30px, rgba(255, 255, 255, 0.8) 0px 1px 0px inset; backdrop-filter: blur(18px); transition: 0.4s; }
.why-card:hover { transform: translateY(-8px); box-shadow: rgba(15, 23, 42, 0.08) 0px 24px 50px, rgba(255, 255, 255, 0.9) 0px 1px 0px inset; }
.why-no { min-width: 58px; height: 58px; border-radius: 18px; background: rgb(238, 247, 247); color: rgb(27, 124, 131); display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700; letter-spacing: 1px; }
.why-content h4 { font-size: 28px; line-height: 1.15; letter-spacing: -1px; font-weight: 600; color: rgb(16, 24, 40); margin-bottom: 10px; }
.why-content p { font-size: 17px; line-height: 1.8; color: rgb(102, 112, 133); max-width: 520px; }
@media (max-width: 1100px) {.why-grid { grid-template-columns: 1fr; gap: 50px; }
.why-left .section-h2 { font-size: 52px; }}
@media (max-width: 768px) {.why-kehem-apple { padding: 90px 0px; }
.why-left .section-h2 { font-size: 40px; }
.why-intro { font-size: 17px; }
.why-card { padding: 24px; gap: 18px; border-radius: 24px; }
.why-no { min-width: 50px; height: 50px; border-radius: 16px; font-size: 14px; }
.why-content h4 { font-size: 22px; }
.why-content p { font-size: 16px; }}
.projects-apple { padding: 140px 0px; background: radial-gradient(circle at right top, rgba(27, 124, 131, 0.05), transparent 28%), linear-gradient(rgb(255, 255, 255), rgb(248, 251, 251)); }
.apple-project-head { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 70px; }
.apple-project-head .section-h2 { font-size: 64px; line-height: 1.02; letter-spacing: -2.5px; font-weight: 600; color: rgb(16, 24, 40); margin-top: 16px; }
.apple-project-head .section-h2 em { color: rgb(27, 124, 131); font-style: italic; font-weight: 500; }
.project-intro { margin-top: 20px; max-width: 560px; font-size: 20px; line-height: 1.8; color: rgb(102, 112, 133); }
.btn-project-ghost { padding: 16px 28px; border-radius: 999px; border: 1px solid rgba(16, 24, 40, 0.08); background: rgb(255, 255, 255); color: rgb(16, 24, 40); font-weight: 600; transition: 0.35s; white-space: nowrap; }
.btn-project-ghost:hover { transform: translateY(-4px); box-shadow: rgba(15, 23, 42, 0.06) 0px 18px 35px; }
.projects-apple-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 26px; }
.project-apple { display: flex; flex-direction: column; border-radius: 30px; overflow: hidden; background: rgba(255, 255, 255, 0.85); border: 1px solid rgba(255, 255, 255, 0.9); box-shadow: rgba(15, 23, 42, 0.04) 0px 10px 30px, rgba(255, 255, 255, 0.8) 0px 1px 0px inset; text-decoration: none; transition: 0.45s; }
.project-apple:hover { transform: translateY(-10px); box-shadow: rgba(15, 23, 42, 0.08) 0px 30px 60px, rgba(255, 255, 255, 0.85) 0px 1px 0px inset; }
.project-apple.featured { min-height: 620px; }
.project-visual { height: 280px; display: flex; align-items: center; justify-content: center; padding: 30px; }
.project-apple.featured .project-visual { height: 360px; }
.project-visual img { max-width: 78%; max-height: 78%; object-fit: contain; border-radius: 18px; }
.bg-one { background: linear-gradient(135deg, rgb(234, 248, 248), rgb(216, 241, 242)); }
.bg-two { background: linear-gradient(135deg, rgb(244, 244, 245), rgb(236, 236, 238)); }
.bg-three { background: linear-gradient(135deg, rgb(238, 247, 247), rgb(227, 244, 244)); }
.project-content { padding: 30px; display: flex; flex-direction: column; justify-content: space-between; flex: 1 1 0%; }
.project-tag { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: rgb(152, 162, 179); font-weight: 600; }
.project-content h3 { font-size: 34px; line-height: 1.05; letter-spacing: -1.2px; color: rgb(16, 24, 40); margin: 12px 0px 14px; font-weight: 600; }
.project-content p { font-size: 17px; line-height: 1.8; color: rgb(102, 112, 133); }
.project-status { margin-top: 26px; display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; color: rgb(71, 84, 103); }
.project-status span { width: 10px; height: 10px; border-radius: 50%; background: rgb(27, 124, 131); }
.project-status.live span { box-shadow: rgba(27, 124, 131, 0.1) 0px 0px 0px 8px; }
@media (max-width: 1180px) {.projects-apple-grid { grid-template-columns: 1fr; }
.project-apple.featured { min-height: auto; }
.apple-project-head { flex-direction: column; align-items: flex-start; }
.apple-project-head .section-h2 { font-size: 52px; }}
@media (max-width: 768px) {.projects-apple { padding: 90px 0px; }
.apple-project-head .section-h2 { font-size: 40px; }
.project-intro { font-size: 17px; }
.project-visual, .project-apple.featured .project-visual { height: 220px; }
.project-content { padding: 24px; }
.project-content h3 { font-size: 28px; }
.project-content p { font-size: 16px; }}
.cta-apple-section { padding: 120px 0px 140px; background: radial-gradient(circle, rgba(27, 124, 131, 0.05), transparent 38%), linear-gradient(rgb(255, 255, 255), rgb(248, 251, 251)); }
.cta-apple-card { position: relative; overflow: hidden; border-radius: 38px; padding: 70px; display: grid; grid-template-columns: 1.35fr 0.75fr; gap: 50px; background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(248, 251, 251, 0.92)); border: 1px solid rgba(255, 255, 255, 0.95); box-shadow: rgba(15, 23, 42, 0.06) 0px 25px 60px, rgba(255, 255, 255, 0.85) 0px 1px 0px inset; }
.cta-glow { position: absolute; width: 420px; height: 420px; border-radius: 50%; right: -80px; top: -120px; background: radial-gradient(circle, rgba(27, 124, 131, 0.18), rgba(27, 124, 131, 0)); pointer-events: none; }
.cta-mini-label { display: inline-block; padding: 8px 14px; border-radius: 999px; background: rgb(238, 247, 247); color: rgb(27, 124, 131); font-size: 12px; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; margin-bottom: 24px; }
.cta-h2 { font-size: 72px; line-height: 1; letter-spacing: -3px; font-weight: 600; color: rgb(255, 255, 255); }
.cta-h2 em { color: rgb(27, 124, 131); font-style: italic; font-weight: 500; }
.cta-p { margin-top: 24px; max-width: 640px; font-size: 21px; line-height: 1.8; color: rgb(102, 112, 133); }
.cta-actions { margin-top: 40px; display: flex; gap: 18px; flex-wrap: wrap; }
.cta-btn-primary { display: inline-flex; align-items: center; gap: 10px; padding: 18px 30px; border-radius: 999px; background: rgb(27, 124, 131); color: rgb(255, 255, 255); font-weight: 600; text-decoration: none; transition: 0.35s; box-shadow: rgba(27, 124, 131, 0.2) 0px 18px 35px; }
.cta-btn-primary:hover { transform: translateY(-4px); }
.cta-btn-ghost { padding: 18px 28px; border-radius: 999px; border: 1px solid rgba(16, 24, 40, 0.08); background: rgb(255, 255, 255); color: rgb(16, 24, 40); font-weight: 600; text-decoration: none; transition: 0.35s; }
.cta-btn-ghost:hover { transform: translateY(-4px); box-shadow: rgba(15, 23, 42, 0.06) 0px 18px 35px; }
.cta-side-metrics { display: flex; flex-direction: column; gap: 18px; justify-content: center; }
.metric-box { padding: 26px 28px; border-radius: 26px; background: rgba(255, 255, 255, 0.8); border: 1px solid rgba(15, 23, 42, 0.05); box-shadow: rgba(15, 23, 42, 0.04) 0px 10px 25px; }
.metric-box strong { display: block; font-size: 34px; line-height: 1; letter-spacing: -1px; color: rgb(255, 255, 255); margin-bottom: 8px; font-weight: 600; }
.metric-box span { font-size: 13px; letter-spacing: 1.4px; text-transform: uppercase; color: rgb(152, 162, 179); font-weight: 600; }
@media (max-width: 1100px) {.cta-apple-card { grid-template-columns: 1fr; padding: 55px; }
.cta-side-metrics { flex-flow: wrap; }
.metric-box { flex: 1 1 0%; min-width: 180px; }
.cta-h2 { font-size: 56px; }}
@media (max-width: 768px) {.cta-apple-section { padding: 80px 0px 100px; }
.cta-apple-card { padding: 34px; border-radius: 28px; }
.cta-h2 { font-size: 40px; letter-spacing: -2px; }
.cta-p { font-size: 17px; }
.cta-actions { flex-direction: column; align-items: flex-start; }
.cta-btn-primary, .cta-btn-ghost { width: 100%; justify-content: center; }
.cta-side-metrics { flex-direction: column; }
.metric-box { min-width: 100%; }}
.footer-apple { padding: 100px 0px 40px; background: radial-gradient(circle at right top, rgba(27, 124, 131, 0.06), transparent 30%), linear-gradient(rgb(15, 23, 32), rgb(9, 16, 24)); color: rgb(255, 255, 255); }
.footer-top { display: grid; grid-template-columns: 1.2fr 1fr; gap: 70px; align-items: start; }
.footer-logo { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; color: rgb(255, 255, 255); font-size: 28px; letter-spacing: -1px; font-weight: 600; }
.footer-logo-mark { width: 44px; height: 44px; border-radius: 14px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, rgb(27, 124, 131), rgb(19, 94, 99)); color: rgb(255, 255, 255); box-shadow: rgba(27, 124, 131, 0.25) 0px 12px 30px; }
.footer-desc { margin-top: 24px; max-width: 480px; font-size: 17px; line-height: 1.9; color: rgba(255, 255, 255, 0.68); }
.footer-status { margin-top: 28px; display: inline-flex; align-items: center; gap: 10px; padding: 12px 18px; border-radius: 999px; background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.08); color: rgb(255, 255, 255); font-size: 14px; font-weight: 600; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: rgb(53, 208, 127); box-shadow: rgba(53, 208, 127, 0.12) 0px 0px 0px 8px; }
.footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.footer-col h4 { font-size: 14px; letter-spacing: 1.8px; text-transform: uppercase; color: rgba(255, 255, 255, 0.45); margin-bottom: 24px; font-weight: 700; }
.footer-col a { display: block; margin-bottom: 14px; text-decoration: none; color: rgba(255, 255, 255, 0.82); font-size: 16px; transition: 0.3s; }
.footer-col a:hover { color: rgb(255, 255, 255); transform: translateX(4px); }
.footer-line { height: 1px; background: rgba(255, 255, 255, 0.08); margin: 70px 0px 28px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer-copy { color: rgba(255, 255, 255, 0.55); font-size: 15px; }
.footer-socials { display: flex; gap: 12px; }
.social-btn { width: 46px; height: 46px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgb(255, 255, 255); text-decoration: none; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.07); transition: 0.35s; }
.social-btn:hover { transform: translateY(-4px); background: rgb(27, 124, 131); border-color: rgb(27, 124, 131); }
@media (max-width: 1100px) {.footer-top { grid-template-columns: 1fr; gap: 55px; }
.footer-grid { grid-template-columns: repeat(2, 1fr); }}
@media (max-width: 768px) {.footer-apple { padding: 70px 0px 30px; }
.footer-logo { font-size: 24px; }
.footer-desc { font-size: 16px; }
.footer-grid { grid-template-columns: 1fr; gap: 26px; }
.footer-line { margin: 45px 0px 24px; }
.footer-bottom { flex-direction: column; align-items: flex-start; }}
.engage-head .section-h2 { margin-top: 16px; font-size: 64px; line-height: 1.02; letter-spacing: -2.5px; font-weight: 600; color: rgb(16, 24, 40); }
.engage-head .section-h2 em { color: rgb(27, 124, 131); font-style: italic; font-weight: 500; }
.engage-card.featured { border: 1px solid rgba(27, 124, 131, 0.2); box-shadow: rgba(27, 124, 131, 0.1) 0px 22px 50px, rgba(255, 255, 255, 0.95) 0px 1px 0px inset; }
@media (max-width: 1100px) {.engage-head .section-h2 { font-size: 52px; }}
.brands-grid { border-top: 1px solid rgba(15, 23, 42, 0.1); border-bottom: 1px solid rgba(15, 23, 42, 0.1); grid-template-columns: repeat(5, 1fr) !important; gap: 0px !important; margin-top: 72px !important; }
.brand-card { background: transparent !important; border-width: 0px 1px 0px 0px !important; border-style: none solid none none !important; border-color: currentcolor rgba(15, 23, 42, 0.08) currentcolor currentcolor !important; border-image: none !important; box-shadow: none !important; border-radius: 0px !important; padding: 34px 26px !important; }
.brand-card:last-child { border-right: 0px !important; }
.brand-glow, .apple-card::before { display: none !important; }
.brand-card:hover, .apple-card:hover, .why-card:hover, .service-row:hover, .engage-card:hover, .case-card:hover, .dev-card:hover, .creative-card:hover, .metric-card:hover { transform: none !important; }
.why-right { border-top: 1px solid rgba(15, 23, 42, 0.1); gap: 0px !important; }
.why-card { background: transparent !important; border-width: 0px 0px 1px !important; border-style: none none solid !important; border-color: currentcolor currentcolor rgba(15, 23, 42, 0.1) !important; border-image: none !important; border-radius: 0px !important; box-shadow: none !important; padding: 28px 0px !important; backdrop-filter: none !important; }
.mini-stat { background: transparent !important; border: 0px !important; border-radius: 0px !important; box-shadow: none !important; padding: 0px 24px 0px 0px !important; }
@media (max-width: 1100px) {.brands-grid { grid-template-columns: repeat(2, 1fr) !important; }
.brand-card { border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important; }}
@media (max-width: 768px) {.brands-grid, .engagement-apple .engage-grid, .values-apple .values-grid, .apple-metrics-grid { grid-template-columns: 1fr !important; }
.brand-card, .engagement-apple .engage-card, .values-apple .value-card, .apple-metrics-section .metric-card { border-right: 0px !important; border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important; }}
@media (max-width: 768px) {.engage-head .section-h2 { font-size: 40px; }}
.cta-btn-primary, .cta-btn-secondary { text-decoration: none; padding: 16px 26px; border-radius: 999px; font-size: 15px; font-weight: 700; transition: 0.35s; }
.cta-btn-primary { background: rgb(16, 24, 40); color: rgb(255, 255, 255); box-shadow: rgba(16, 24, 40, 0.16) 0px 14px 30px; }
.cta-btn-primary:hover { transform: translateY(-3px); background: rgb(27, 124, 131); }
@media (max-width: 768px) {.cta-btn-primary, .cta-btn-secondary { width: 100%; padding: 15px 20px; }}
:root { --bg: #f5f5f7; --card: #ffffff; --text: #1d1d1f; --muted: #6e6e73; --line: #e5e5ea; --brand: #1B7C83; --brand-dark: #14666c; --shadow: 0 20px 60px rgba(0, 0, 0, .08); }
.section { padding: 140px 0px; background: linear-gradient(rgb(255, 255, 255) 0%, rgb(245, 245, 247) 100%); }
.container { max-width: 1320px; margin: auto; padding: 0px 32px; }
.section-label { display: inline-block; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--brand); margin-bottom: 18px; }
.fade-up p { font-size: 1.12rem; line-height: 1.9; color: var(--muted); max-width: 560px; }
@media (max-width: 768px) {.section { padding: 100px 0px; }
.container { padding: 0px 20px; }}
:root { --bg: #f5f5f7; --white: #ffffff; --text: #1d1d1f; --muted: #6e6e73; --line: #e5e5ea; --brand: #1B7C83; --brand-soft: #eef7f7; --shadow: 0 20px 60px rgba(0, 0, 0, .07); }
.container { max-width: 1320px; margin: auto; padding: 0px 32px; }
@media (max-width: 768px) {.container { padding: 0px 20px; }}
.container { max-width: 1320px; margin: auto; padding: 0px 32px; }
@media (max-width: 768px) {.container { padding: 0px 20px; }}
.container { max-width: 1320px; margin: auto; padding: 0px 32px; }
@media (max-width: 768px) {.container { padding: 0px 20px; }}
.container { width: min(1280px, 92%); margin: auto; }
.hero-apple { min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 40px 20px; position: relative; overflow: hidden; background: radial-gradient(circle at left top, rgba(27, 124, 131, 0.1), transparent 35%), radial-gradient(circle at right bottom, rgba(27, 124, 131, 0.07), transparent 35%), rgb(248, 250, 250); }
.ambient { position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.6; }
.ambient-1 { width: 320px; height: 320px; background: rgb(141, 217, 221); top: -90px; left: -120px; }
.ambient-2 { width: 340px; height: 340px; background: rgb(181, 236, 231); right: -110px; bottom: -120px; }
.hero-wrap { max-width: 980px; position: relative; z-index: 2; }
.hero-apple h1 { font-size: clamp(3.4rem, 9vw, 5rem); line-height: 1; letter-spacing: -4px; font-weight: 700; color: rgb(17, 17, 17); }
.hero-apple h1 span { color: rgb(27, 124, 131); }
.hero-text { max-width: 720px; margin: 28px auto 0px; font-size: 1.22rem; line-height: 1.75; color: rgb(110, 110, 115); font-weight: 400; }
.hero-buttons { margin-top: 42px; display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.btn-primary, .btn-secondary { padding: 15px 30px; border-radius: 999px; text-decoration: none; font-size: 17px; font-weight: 500; transition: 0.28s; }
.btn-primary { background: rgb(27, 124, 131); color: rgb(255, 255, 255); box-shadow: rgba(27, 124, 131, 0.18) 0px 10px 24px; }
.btn-primary:hover { background: rgb(21, 104, 110); transform: translateY(-2px); }
.btn-secondary { background: rgb(255, 255, 255); color: rgb(27, 124, 131); border: 1px solid rgba(27, 124, 131, 0.18); }
.btn-secondary:hover { background: rgb(238, 248, 247); }
@media (max-width: 768px) {.hero-apple { padding: 30px 18px; }
.hero-apple h1 { letter-spacing: -2px; }
.hero-text { font-size: 1.05rem; }
.hero-buttons { flex-direction: column; max-width: 320px; margin-left: auto; margin-right: auto; }
.btn-primary, .btn-secondary { width: 100%; }}
.apple-nav { position: fixed; top: 16px; left: 0px; width: 100%; z-index: 999; padding: 0px 18px; }
.nav-wrap { max-width: 1320px; margin: auto; height: 72px; padding: 0px 18px; display: flex; align-items: center; justify-content: space-between; border-radius: 22px; background: rgba(255, 255, 255, 0.74); backdrop-filter: blur(22px); border: 1px solid rgba(255, 255, 255, 0.7); box-shadow: rgba(0, 0, 0, 0.06) 0px 10px 28px, rgba(255, 255, 255, 0.75) 0px 1px 0px inset; }
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo img { width: 42px; height: 42px; object-fit: contain; }
.nav-logo span { font-size: 18px; font-weight: 700; color: rgb(17, 17, 17); letter-spacing: -0.4px; }
.nav-menu { display: flex; align-items: center; gap: 6px; }
.nav-menu > a, .dropdown-btn { border-width: medium; border-style: none; border-color: currentcolor; border-image: none; background: none; text-decoration: none; color: rgb(68, 68, 68); font-size: 15px; font-weight: 500; padding: 11px 15px; border-radius: 999px; cursor: pointer; transition: 0.25s; }
.nav-menu > a:hover, .dropdown-btn:hover { background: rgba(0, 0, 0, 0.04); color: rgb(17, 17, 17); }
.nav-btn { margin-left: 8px; box-shadow: rgba(27, 124, 131, 0.16) 0px 10px 20px; background: rgb(27, 124, 131) !important; color: rgb(255, 255, 255) !important; padding: 12px 18px !important; }
.nav-btn:hover { background: rgb(21, 104, 110) !important; }
.nav-dropdown { position: relative; }
.dropdown-btn { display: flex; align-items: center; gap: 8px; }
.dropdown-btn svg { width: 16px; height: 16px; }
.dropdown-menu { position: absolute; top: 56px; left: 0px; min-width: 220px; padding: 10px; background: rgba(255, 255, 255, 0.92); backdrop-filter: blur(20px); border-radius: 18px; border: 1px solid rgba(255, 255, 255, 0.7); box-shadow: rgba(0, 0, 0, 0.08) 0px 20px 40px; opacity: 0; visibility: hidden; transform: translateY(10px); transition: 0.25s; }
.dropdown-menu a { display: block; padding: 12px 14px; border-radius: 14px; text-decoration: none; color: rgb(51, 51, 51); font-size: 15px; transition: 0.22s; }
.dropdown-menu a:hover { background: rgb(245, 245, 247); color: rgb(17, 17, 17); }
.nav-dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0px); }
.nav-toggle { width: 46px; height: 46px; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; border-radius: 14px; background: rgba(0, 0, 0, 0.04); display: none; cursor: pointer; position: relative; }
.nav-toggle span { position: absolute; left: 12px; width: 22px; height: 2px; background: rgb(17, 17, 17); }
.nav-toggle span:first-child { top: 17px; }
.nav-toggle span:last-child { top: 26px; }
@media (max-width: 1024px) {.nav-toggle { display: block; }
.nav-menu { position: absolute; top: 84px; left: 18px; right: 18px; flex-direction: column; align-items: stretch; gap: 6px; padding: 14px; border-radius: 22px; background: rgba(255, 255, 255, 0.94); backdrop-filter: blur(22px); box-shadow: rgba(0, 0, 0, 0.08) 0px 20px 40px; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: 0.25s; }
.nav-menu.show { opacity: 1; visibility: visible; transform: translateY(0px); }
.nav-menu > a, .dropdown-btn { width: 100%; text-align: left; border-radius: 16px; }
.dropdown-btn { justify-content: space-between; }
.dropdown-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; background: rgb(247, 247, 247); margin-top: 6px; display: none; }
.nav-dropdown.open .dropdown-menu { display: block; }
.nav-btn { margin-left: 0px; margin-top: 6px; text-align: center !important; }}
.actions { display: flex; gap: 18px; flex-wrap: wrap; }
@media (max-width: 600px) {body { padding: 30px 15px; }
.actions { width: 100%; flex-direction: column; }}
.brands-section { position: relative; padding: 140px 7%; overflow: hidden; background: rgb(247, 247, 245); }
.brands-bg { position: absolute; inset: 0px; background: radial-gradient(circle at left top, rgba(13, 148, 136, 0.08), transparent 35%), radial-gradient(circle at right bottom, rgba(0, 120, 255, 0.06), transparent 35%); }
.brands-container { position: relative; z-index: 2; max-width: 1400px; margin: auto; }
.brands-header { text-align: center; max-width: 800px; margin: auto; }
.brands-label { display: inline-flex; padding: 10px 18px; border-radius: 999px; background: rgba(255, 255, 255, 0.7); border: 1px solid rgba(0, 0, 0, 0.06); font-size: 0.9rem; font-weight: 700; color: rgb(15, 23, 42); }
.brands-header h2 { margin-top: 28px; font-size: clamp(3rem, 5vw, 5rem); line-height: 0.95; letter-spacing: -0.05em; color: rgb(15, 23, 42); }
.brands-header h2 span { color: rgb(13, 148, 136); }
.brands-header p { margin-top: 24px; font-size: 1.1rem; line-height: 1.8; color: rgb(100, 116, 139); }
.brands-grid { margin-top: 90px; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 28px; }
.brand-card { position: relative; padding: 35px; border-radius: 32px; background: rgba(255, 255, 255, 0.72); backdrop-filter: blur(20px); border: 1px solid rgba(255, 255, 255, 0.8); overflow: hidden; transition: 0.45s; box-shadow: rgba(0, 0, 0, 0.06) 0px 15px 50px; }
.brand-card:hover { transform: translateY(-10px) scale(1.02); box-shadow: rgba(0, 0, 0, 0.12) 0px 25px 80px; }
.brand-glow { position: absolute; width: 180px; height: 180px; border-radius: 50%; background: radial-gradient(circle, rgba(13, 148, 136, 0.15), transparent 70%); top: -60px; right: -60px; }
.brand-category { display: inline-flex; padding: 8px 14px; border-radius: 999px; background: rgba(13, 148, 136, 0.08); color: rgb(13, 148, 136); font-size: 0.8rem; font-weight: 700; }
.brand-card h3 { margin-top: 28px; font-size: 2rem; font-weight: 800; letter-spacing: -0.04em; color: rgb(15, 23, 42); }
.brand-card p { margin-top: 18px; line-height: 1.7; color: rgb(100, 116, 139); }
.hero-apple { background: linear-gradient(135deg, rgba(248, 250, 250, 0.96), rgba(239, 247, 246, 0.92)), radial-gradient(circle at 18% 16%, rgba(27, 124, 131, 0.16), transparent 34%), radial-gradient(circle at 82% 74%, rgba(15, 23, 42, 0.1), transparent 38%), rgb(248, 250, 250); }
.hero-credential-bar { flex-wrap: wrap; }
.hero-credential-bar span { padding: 10px 14px; border: 1px solid rgba(15, 23, 42, 0.08); border-radius: 999px; background: rgba(255, 255, 255, 0.68); box-shadow: rgba(15, 23, 42, 0.06) 0px 12px 34px; }
.hero-apple h1 { max-width: 900px; margin: 0px auto; color: rgb(7, 19, 22); }
.hero-text { color: rgb(76, 95, 102); }
.btn-primary, .btn-secondary, .cta-btn-primary, .cta-btn-ghost { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; }
.btn-primary, .cta-btn-primary { background: rgb(16, 35, 38); box-shadow: rgba(16, 35, 38, 0.18) 0px 18px 42px; }
.btn-primary:hover, .cta-btn-primary:hover { background: rgb(27, 124, 131); }
.brands-section { background: linear-gradient(rgb(247, 247, 245) 0%, rgb(255, 255, 255) 100%); }
.brands-header h2, .apple-head .section-h2, .why-left .section-h2, .apple-project-head .section-h2, .cta-h2 { letter-spacing: -0.035em; }
.brands-header h2 { max-width: 960px; margin-left: auto; margin-right: auto; }
.brand-card, .apple-card, .why-card, .project-apple { border-radius: 18px; border-color: rgba(15, 23, 42, 0.08); box-shadow: rgba(15, 23, 42, 0.07) 0px 18px 50px; }
.apple-card:hover, .why-card:hover, .brand-card:hover { transform: translateY(-6px); box-shadow: rgba(15, 23, 42, 0.12) 0px 26px 70px; }
.service-icon, .why-no { border-radius: 14px; background: rgb(232, 245, 243); }
.service-name, .why-content h4 { color: rgb(7, 19, 22); }
.cta-apple-card { border-radius: 22px; background: linear-gradient(135deg, rgb(11, 23, 25), rgb(18, 56, 61) 58%, rgb(27, 124, 131)); box-shadow: rgba(7, 19, 22, 0.24) 0px 40px 100px; }
.metric-box { border-color: rgba(255, 255, 255, 0.16); background: rgba(255, 255, 255, 0.08); }
@media (max-width: 768px) {.hero-credential-bar { justify-content: center; gap: 0.75rem !important; }
.hero-credential-bar span { width: 100%; max-width: 300px; justify-content: center; }
.brand-card, .apple-card, .why-card, .project-apple, .cta-apple-card { border-radius: 16px; }}
@media (max-width: 768px) {.brands-section { padding: 100px 24px; }
.brands-grid { margin-top: 60px; }
.brand-card { padding: 28px; }}
.trust-bar { position: relative; padding: 2.2rem 0px; border-top: 1px solid rgba(255, 255, 255, 0.06); border-bottom: 1px solid rgba(255, 255, 255, 0.06); background: linear-gradient(rgba(255, 255, 255, 0.016), rgba(255, 255, 255, 0.01)); overflow: hidden; }
.trust-track { width: min(1400px, 92%); margin: 0px auto; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 1.6rem; }
.trust-item { display: flex; align-items: center; gap: 0.85rem; color: rgba(255, 255, 255, 0.88); font-size: 1.45rem; font-weight: 500; letter-spacing: -0.02em; }
.trust-item strong { color: rgb(255, 255, 255); font-size: 1.5rem; font-weight: 700; }
.trust-item img { width: 24px; height: 24px; object-fit: contain; opacity: 0.9; }
.trust-divider { width: 1px; height: 20px; background: rgba(255, 255, 255, 0.08); }
@media (max-width: 768px) {.trust-bar { padding: 1.8rem 0px; }
.trust-track { justify-content: flex-start; gap: 1.2rem; }
.trust-item { font-size: 1.3rem; }
.trust-item strong { font-size: 1.35rem; }
.trust-divider { display: none; }}
.brands-grid { grid-template-columns: repeat(5, 1fr) !important; gap: 0px !important; border-top: 1px solid rgba(15, 23, 42, 0.1) !important; border-bottom: 1px solid rgba(15, 23, 42, 0.1) !important; }
.brand-card, .what-we-do-apple .apple-card, .editorial-process .apple-card, .editorial-fit .apple-card, .why-card, .services-list-apple .service-row, .engagement-apple .engage-card, .values-apple .value-card, .timeline-apple .timeline-card, .apple-case-details .story-block, .apple-metrics-section .metric-card, .casework-apple .case-card { background: transparent !important; box-shadow: none !important; backdrop-filter: none !important; border-radius: 0px !important; }
.brand-card { border-width: 0px 1px 0px 0px !important; border-style: none solid none none !important; border-color: currentcolor rgba(15, 23, 42, 0.08) currentcolor currentcolor !important; border-image: none !important; }
.what-we-do-apple .apple-grid, .editorial-process .apple-grid, .editorial-fit .apple-grid, .why-right, .engagement-apple .engage-grid, .values-apple .values-grid, .apple-metrics-grid { border-top: 1px solid rgba(15, 23, 42, 0.1) !important; }
.why-card, .services-list-apple .service-row, .apple-case-details .story-block, .casework-apple .case-card { border-width: 0px 0px 1px !important; border-style: none none solid !important; border-color: currentcolor currentcolor rgba(15, 23, 42, 0.1) !important; border-image: none !important; }
.mini-stat { background: transparent !important; border: 0px !important; border-radius: 0px !important; box-shadow: none !important; }
.brand-card:hover, .apple-card:hover, .why-card:hover, .service-row:hover, .engage-card:hover, .case-card:hover, .dev-card:hover, .creative-card:hover, .metric-card:hover { transform: none !important; box-shadow: none !important; }
.price-card, .featured-card, .agency-card, .contact-form-wrap, .project-apple, .kehem-client-card, .post-card { box-shadow: rgba(15, 23, 42, 0.06) 0px 14px 44px !important; border-radius: 14px !important; }
@media (max-width: 1100px) {.brands-grid { grid-template-columns: repeat(2, 1fr) !important; }}
@media (max-width: 768px) {.brands-grid { grid-template-columns: 1fr !important; }
.brand-card { border-right: 0px !important; border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important; }}
.casework-apple .case-card, .projects-apple .project-apple { background: rgba(255, 255, 255, 0.82) !important; border: 1px solid rgba(15, 23, 42, 0.08) !important; border-radius: 18px !important; box-shadow: rgba(15, 23, 42, 0.07) 0px 18px 50px !important; backdrop-filter: blur(18px) !important; }
.casework-apple .case-card:hover, .projects-apple .project-apple:hover { transform: translateY(-6px) !important; box-shadow: rgba(15, 23, 42, 0.12) 0px 26px 70px !important; }
html, body { cursor: auto !important; }
a, button, [role="button"], .blog-card, .blog-featured, .service-item, .project-apple { cursor: pointer; }
.cursor, .cursor-ring { display: none !important; }
.brand-logo-img { width: 3.4rem; }
.hero-trust-strip { display: flex; align-items: center; justify-content: center; gap: 1.2rem; margin: 2rem 0px; }
.hero-trust-item { display: flex; align-items: center; gap: 0.5rem; color: var(--muted); }
.hero-trust-item strong { color: var(--text); }
.editorial-section-tight { padding: 80px 0px; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-legal a { color: inherit; font-weight: 700; }
#cookie-consent { position: fixed; left: 50%; bottom: 28px; transform: translateX(-50%); max-width: 980px; width: calc(100% - 48px); color: rgb(255, 255, 255); padding: 18px; border-radius: 12px; box-shadow: rgba(4, 9, 20, 0.6) 0px 10px 30px; display: flex; align-items: center; gap: 12px; font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif; z-index: 100000; font-size: 15px; }
#cookie-consent.cookie-consent-hidden { display: none; }
#cookie-consent p { margin: 0px; flex: 1 1 0%; line-height: 1.35; }
#cookie-consent a { color: rgba(255, 255, 255, 0.95); text-decoration: underline; }
#cookie-consent .btn { border-radius: 8px; padding: 10px 14px; border: 0px; cursor: pointer; font-weight: 600; }
#cookie-consent .accept { background: rgba(255, 255, 255, 0.95); color: var(--cookie-accept-text, #012); }
#cookie-consent .decline { background: transparent; border: 1px solid rgba(255, 255, 255, 0.22); color: rgb(255, 255, 255); }
#cookie-consent .actions { display: flex; gap: 8px; margin-left: 12px; }
@media (max-width: 520px) {#cookie-consent { flex-direction: column; align-items: stretch; text-align: center; }
#cookie-consent .actions { justify-content: center; margin-left: 0px; }}
.hero-apple .hero-buttons { display: flex !important; justify-content: center !important; align-items: center !important; gap: 14px !important; margin-top: 34px !important; }
.hero-apple .btn-primary, .hero-apple .btn-secondary { min-width: 184px !important; height: 58px !important; padding: 0px 28px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 8px !important; border-radius: 999px !important; line-height: 1 !important; white-space: nowrap !important; }
.hero-apple .btn-primary { min-width: 220px !important; }
.hero-apple .hero-buttons button { font-family: inherit !important; cursor: pointer !important; }
@media (max-width: 760px) {.hero-apple .hero-buttons { flex-direction: column !important; width: min(100%, 340px) !important; margin-left: auto !important; margin-right: auto !important; }
.hero-apple .btn-primary, .hero-apple .btn-secondary { width: 100% !important; min-width: 0px !important; }}
.trust-item { color: rgb(18, 18, 18); display: inline-grid !important; text-align: center !important; }
.audience-fit-section { position: relative; overflow: hidden; background: linear-gradient(rgb(255, 255, 255) 0%, rgb(248, 251, 251) 100%); }
.audience-fit-section::before { content: ""; position: absolute; left: 0px; right: 0px; top: 0px; height: 1px; background: rgba(15, 23, 42, 0.1); }
.audience-fit-wrap { display: grid; grid-template-columns: minmax(280px, 0.82fr) minmax(0px, 1.18fr); gap: clamp(40px, 6vw, 86px); align-items: start; }
.audience-fit-intro { position: sticky; top: 112px; }
.audience-fit-intro .section-h2 { max-width: 560px; margin: 18px 0px 22px; color: rgb(15, 23, 32); font-family: Manrope, sans-serif; font-size: clamp(2.6rem, 4.7vw, 4.4rem); font-weight: 600; line-height: 1.02; letter-spacing: 0px; }
.audience-fit-intro p { max-width: 500px; color: rgb(102, 112, 133); font-size: 18px; font-weight: 400; line-height: 1.8; }
.audience-fit-link { display: inline-flex; margin-top: 28px; color: rgb(27, 124, 131); font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; text-decoration: none; }
.audience-fit-list { border-top: 1px solid rgba(15, 23, 42, 0.1); }
.audience-row { display: grid; grid-template-columns: 56px minmax(0px, 1fr) auto; gap: 26px; align-items: baseline; padding: 32px 0px; border-bottom: 1px solid rgba(15, 23, 42, 0.1); }
.audience-no { color: rgb(152, 162, 179); font-size: 13px; font-weight: 700; letter-spacing: 0.16em; }
.audience-row h3 { margin: 0px 0px 12px; color: rgb(16, 24, 40); font-family: Manrope, sans-serif; font-size: clamp(1.45rem, 2.3vw, 2rem); font-weight: 600; line-height: 1.14; letter-spacing: 0px; }
.audience-row p { max-width: 650px; margin: 0px; color: rgb(102, 112, 133); font-size: 16px; line-height: 1.75; }
.audience-row strong { min-width: 84px; color: rgb(27, 124, 131); font-size: 12px; font-weight: 700; text-align: right; text-transform: uppercase; letter-spacing: 0.12em; }
.audience-fit-signals { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: clamp(40px, 6vw, 70px); background: rgba(15, 23, 42, 0.1); border-top: 1px solid rgba(15, 23, 42, 0.1); border-bottom: 1px solid rgba(15, 23, 42, 0.1); }
.audience-fit-signals div { min-height: 108px; padding: 26px; background: rgb(255, 255, 255); }
.audience-fit-signals span, .audience-fit-signals strong { display: block; }
.audience-fit-signals span { margin-bottom: 10px; color: rgb(152, 162, 179); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; }
.audience-fit-signals strong { color: rgb(16, 24, 40); font-size: clamp(1.15rem, 1.8vw, 1.5rem); font-weight: 600; line-height: 1.18; letter-spacing: 0px; }
@media (max-width: 1024px) {.audience-fit-wrap { grid-template-columns: 1fr; }
.audience-fit-intro { position: static; }}
@media (max-width: 768px) {.audience-row { grid-template-columns: 1fr; gap: 14px; padding: 28px 0px; }
.audience-row strong { text-align: left; }
.audience-fit-signals { grid-template-columns: 1fr; }}
.service-no, .svc-no, .blog-card-no, .audience-no { font-family: Manrope, sans-serif; color: rgba(27, 124, 131, 0.14) !important; font-size: 7.5rem !important; font-weight: 800 !important; line-height: 0.86 !important; letter-spacing: 0px !important; }
.why-card { align-items: flex-start; gap: 32px; }
.why-no { font-family: Manrope, sans-serif; min-width: 138px !important; height: auto !important; padding: 0px !important; border-radius: 0px !important; background: transparent !important; color: rgba(27, 124, 131, 0.14) !important; font-size: 7.8rem !important; font-weight: 800 !important; line-height: 0.82 !important; letter-spacing: 0px !important; justify-content: flex-start !important; }
.audience-row { grid-template-columns: 138px minmax(0px, 1fr) auto; align-items: flex-start; }
.audience-no { display: block; padding-top: 2px; }
@media (max-width: 1100px) {.service-no, .svc-no, .blog-card-no, .audience-no { font-size: 6rem !important; }
.why-no { min-width: 112px !important; font-size: 6.2rem !important; }
.audience-row { grid-template-columns: 112px minmax(0px, 1fr) auto; }}
@media (max-width: 768px) {.service-no, .svc-no, .blog-card-no, .audience-no { font-size: 4.8rem !important; }
.why-card { gap: 18px; }
.why-no { min-width: 82px !important; font-size: 4.8rem !important; }
.audience-row { grid-template-columns: 1fr; }}
