/* about 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; }
.status-dot { width: 5px; height: 5px; background: var(--teal); border-radius: 50%; animation: 2s ease 0s infinite normal none running pulse-green; }
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; }
.fade-up-delay-4 { transition-delay: 0.4s; }
@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; }}
.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; }}
.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 { 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; backdrop-filter: none !important; }
.engagement-apple .engage-grid, .values-apple .values-grid, .apple-metrics-grid { border-top: 1px solid rgba(15, 23, 42, 0.1); gap: 0px !important; }
.engagement-apple .engage-card, .values-apple .value-card, .apple-metrics-section .metric-card { border-right: 1px solid rgba(15, 23, 42, 0.08) !important; border-bottom: 0px !important; padding-left: 28px !important; padding-right: 28px !important; }
.engagement-apple .engage-card:last-child, .values-apple .value-card:last-child, .apple-metrics-section .metric-card:last-child { border-right: 0px !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; }}
.about-hero-apple { position: relative; overflow: hidden; min-height: 72vh; display: flex; align-items: center; padding: 180px 0px 120px; background: radial-gradient(circle at right top, rgba(27, 124, 131, 0.06), transparent 26%), radial-gradient(circle at left bottom, rgba(27, 124, 131, 0.04), transparent 30%), linear-gradient(rgb(255, 255, 255), rgb(248, 251, 251)); }
.about-grid-bg { position: absolute; inset: 0px; background-image: linear-gradient(rgba(15, 23, 42, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(15, 23, 42, 0.035) 1px, transparent 1px); background-size: 42px 42px; mask-image: radial-gradient(circle at 35% 40%, black 42%, transparent 82%); opacity: 0.7; pointer-events: none; }
.about-hero-inner { position: relative; z-index: 2; max-width: 980px; }
.about-hero-title { margin-top: 18px; font-size: clamp(3.8rem, 7vw, 6.5rem); line-height: 0.96; letter-spacing: -3px; font-weight: 600; color: rgb(16, 24, 40); }
.about-hero-title em { color: rgb(27, 124, 131); font-style: italic; font-weight: 500; }
.about-hero-sub { margin-top: 30px; max-width: 700px; font-size: 21px; line-height: 1.9; color: rgb(102, 112, 133); }
.about-hero-meta { margin-top: 42px; display: flex; flex-wrap: wrap; gap: 14px; }
.meta-pill { padding: 13px 20px; border-radius: 999px; background: rgba(255, 255, 255, 0.82); border: 1px solid rgba(16, 24, 40, 0.06); box-shadow: rgba(15, 23, 42, 0.04) 0px 10px 24px; font-size: 14px; font-weight: 600; color: rgb(52, 64, 84); letter-spacing: 0.2px; }
@media (max-width: 992px) {.about-hero-apple { min-height: 64vh; padding: 160px 0px 100px; }
.about-hero-sub { font-size: 18px; max-width: 620px; }}
@media (max-width: 768px) {.about-hero-apple { min-height: auto; padding: 130px 0px 80px; }
.about-hero-title { letter-spacing: -2px; }
.about-hero-sub { margin-top: 22px; font-size: 16px; line-height: 1.75; }
.about-hero-meta { margin-top: 30px; gap: 10px; }
.meta-pill { padding: 11px 16px; font-size: 13px; }}
.about-story-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)); }
.about-story-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 72px; align-items: start; }
.about-story-title { margin-top: 16px; font-size: 64px; line-height: 1.02; letter-spacing: -2.4px; color: rgb(16, 24, 40); font-weight: 600; }
.about-story-title em { color: rgb(27, 124, 131); font-style: italic; font-weight: 500; }
.about-quote { margin-top: 30px; padding: 28px 30px; border-radius: 26px; background: rgba(255, 255, 255, 0.9); border: 1px solid rgba(16, 24, 40, 0.06); box-shadow: rgba(15, 23, 42, 0.04) 0px 12px 28px; }
.about-quote p { font-size: 24px; line-height: 1.55; letter-spacing: -0.4px; color: rgb(16, 24, 40); font-weight: 500; }
.about-story-text { margin-top: 28px; font-size: 18px; line-height: 1.95; color: rgb(102, 112, 133); max-width: 720px; }
.about-story-panel { position: relative; padding: 36px; border-radius: 34px; background: linear-gradient(rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)); border: 1px solid rgba(16, 24, 40, 0.06); box-shadow: rgba(15, 23, 42, 0.06) 0px 20px 50px, rgba(255, 255, 255, 0.95) 0px 1px 0px inset; overflow: hidden; }
.panel-glow { position: absolute; top: -80px; right: -80px; width: 220px; height: 220px; border-radius: 50%; background: rgba(27, 124, 131, 0.08); filter: blur(18px); }
.story-metric { position: relative; z-index: 2; padding: 26px 0px; border-bottom: 1px solid rgba(16, 24, 40, 0.06); }
.story-metric:last-child { border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; padding-bottom: 0px; }
.story-metric span { display: inline-block; font-size: 12px; letter-spacing: 2px; color: rgb(152, 162, 179); font-weight: 700; margin-bottom: 10px; }
.story-metric h4 { font-size: 28px; line-height: 1.1; letter-spacing: -1px; color: rgb(16, 24, 40); font-weight: 600; margin-bottom: 10px; }
.story-metric p { font-size: 16px; line-height: 1.8; color: rgb(102, 112, 133); }
@media (max-width: 1100px) {.about-story-grid { grid-template-columns: 1fr; gap: 44px; }
.about-story-title { font-size: 52px; }}
@media (max-width: 768px) {.about-story-apple { padding: 90px 0px; }
.about-story-title { font-size: 40px; letter-spacing: -1.4px; }
.about-quote { padding: 22px; border-radius: 22px; }
.about-quote p { font-size: 20px; line-height: 1.5; }
.about-story-text { font-size: 16px; line-height: 1.8; margin-top: 20px; }
.about-story-panel { padding: 24px; border-radius: 24px; }
.story-metric { padding: 20px 0px; }
.story-metric h4 { font-size: 24px; }
.story-metric p { font-size: 15px; }}
.values-apple { padding: 140px 0px; background: radial-gradient(circle at left top, rgba(27, 124, 131, 0.05), transparent 28%), linear-gradient(rgb(248, 251, 251), rgb(255, 255, 255)); }
.values-head { max-width: 860px; margin: 0px auto 70px; text-align: center; }
.values-title { margin-top: 16px; font-size: 64px; line-height: 1.02; letter-spacing: -2.4px; color: rgb(16, 24, 40); font-weight: 600; }
.values-title em { color: rgb(27, 124, 131); font-style: italic; font-weight: 500; }
.values-sub { margin: 24px auto 0px; max-width: 640px; font-size: 20px; line-height: 1.85; color: rgb(102, 112, 133); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.value-card { position: relative; padding: 38px 34px; border-radius: 30px; background: rgba(255, 255, 255, 0.9); border: 1px solid rgba(16, 24, 40, 0.06); box-shadow: rgba(15, 23, 42, 0.04) 0px 14px 34px, rgba(255, 255, 255, 0.95) 0px 1px 0px inset; transition: 0.45s; overflow: hidden; }
.value-card:hover { transform: translateY(-10px); box-shadow: rgba(15, 23, 42, 0.08) 0px 28px 65px, rgba(255, 255, 255, 0.95) 0px 1px 0px inset; }
.value-card::before { content: ""; position: absolute; top: -80px; right: -70px; width: 180px; height: 180px; border-radius: 50%; background: rgba(27, 124, 131, 0.06); filter: blur(16px); }
.value-no { position: relative; z-index: 2; display: inline-block; font-size: 12px; letter-spacing: 2px; color: rgb(152, 162, 179); font-weight: 700; margin-bottom: 14px; }
.value-label { position: relative; z-index: 2; display: inline-flex; padding: 8px 14px; border-radius: 999px; background: rgb(248, 250, 251); border: 1px solid rgba(16, 24, 40, 0.05); font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 700; color: rgb(102, 112, 133); }
.value-card h3 { position: relative; z-index: 2; margin-top: 22px; font-size: 34px; line-height: 1.08; letter-spacing: -1.2px; color: rgb(16, 24, 40); font-weight: 600; }
.value-card p { position: relative; z-index: 2; margin-top: 18px; font-size: 17px; line-height: 1.9; color: rgb(102, 112, 133); }
@media (max-width: 1100px) {.values-grid { grid-template-columns: 1fr; }
.values-title { font-size: 52px; }}
@media (max-width: 768px) {.values-apple { padding: 90px 0px; }
.values-head { margin-bottom: 46px; }
.values-title { font-size: 40px; letter-spacing: -1.4px; }
.values-sub { font-size: 16px; line-height: 1.75; }
.value-card { padding: 28px 24px; border-radius: 24px; }
.value-card h3 { font-size: 28px; }
.value-card p { font-size: 15px; line-height: 1.8; }}
.timeline-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)); }
.timeline-head { max-width: 820px; margin: 0px auto 80px; text-align: center; }
.timeline-title { margin-top: 16px; font-size: 64px; line-height: 1.02; letter-spacing: -2.4px; font-weight: 600; color: rgb(16, 24, 40); }
.timeline-title em { color: rgb(27, 124, 131); font-style: italic; font-weight: 500; }
.timeline-sub { margin: 24px auto 0px; max-width: 620px; font-size: 20px; line-height: 1.85; color: rgb(102, 112, 133); }
.timeline-wrap { position: relative; max-width: 980px; margin: 0px auto; padding-left: 120px; }
.timeline-wrap::before { content: ""; position: absolute; top: 0px; bottom: 0px; left: 58px; width: 2px; background: linear-gradient(rgba(27, 124, 131, 0.18), rgba(27, 124, 131, 0.45), rgba(27, 124, 131, 0.12)); }
.timeline-item { position: relative; display: grid; grid-template-columns: 90px 34px 1fr; gap: 24px; align-items: start; margin-bottom: 34px; }
.timeline-item:last-child { margin-bottom: 0px; }
.timeline-year { padding-top: 14px; font-size: 14px; font-weight: 700; color: rgb(152, 162, 179); letter-spacing: 1px; }
.timeline-dot { margin-top: 18px; width: 18px; height: 18px; border-radius: 50%; background: rgb(27, 124, 131); box-shadow: rgba(27, 124, 131, 0.08) 0px 0px 0px 8px, rgba(27, 124, 131, 0.18) 0px 10px 18px; position: relative; z-index: 2; }
.timeline-card { padding: 34px; border-radius: 30px; background: rgba(255, 255, 255, 0.9); border: 1px solid rgba(16, 24, 40, 0.06); box-shadow: rgba(15, 23, 42, 0.05) 0px 16px 36px, rgba(255, 255, 255, 0.95) 0px 1px 0px inset; transition: 0.4s; }
.timeline-card:hover { transform: translateY(-8px); box-shadow: rgba(15, 23, 42, 0.08) 0px 28px 65px, rgba(255, 255, 255, 0.95) 0px 1px 0px inset; }
.timeline-tag { display: inline-flex; padding: 8px 14px; border-radius: 999px; background: rgb(248, 250, 251); border: 1px solid rgba(16, 24, 40, 0.05); font-size: 12px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: rgb(102, 112, 133); }
.timeline-card h3 { margin-top: 18px; font-size: 34px; line-height: 1.08; letter-spacing: -1.2px; font-weight: 600; color: rgb(16, 24, 40); }
.timeline-card p { margin-top: 14px; font-size: 17px; line-height: 1.9; color: rgb(102, 112, 133); max-width: 620px; }
@media (max-width: 992px) {.timeline-wrap { padding-left: 0px; }
.timeline-wrap::before { left: 14px; }
.timeline-item { grid-template-columns: 28px 1fr; gap: 18px; }
.timeline-year { display: none; }
.timeline-dot { margin-top: 22px; }
.timeline-card h3 { font-size: 30px; }}
@media (max-width: 768px) {.timeline-apple { padding: 90px 0px; }
.timeline-head { margin-bottom: 50px; }
.timeline-title { font-size: 40px; letter-spacing: -1.4px; }
.timeline-sub { font-size: 16px; line-height: 1.75; }
.timeline-card { padding: 24px; border-radius: 24px; }
.timeline-card h3 { font-size: 24px; }
.timeline-card p { font-size: 15px; line-height: 1.8; }
.timeline-dot { width: 15px; height: 15px; }}
: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; }
.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; }}
.services-hero-apple, .about-hero-apple, .team-hero-apple, .hero-process-apple, .hero-testimonial-apple, .apple-pricing-hero, .apple-case-hero, .projects-hero-dark { background: radial-gradient(circle at 18% 18%, rgba(27, 124, 131, 0.16), transparent 34%), radial-gradient(circle at 82% 72%, rgba(15, 23, 42, 0.12), transparent 36%), linear-gradient(135deg, rgb(248, 250, 250), rgb(238, 247, 246)); }
.services-hero-title, .about-hero-title, .team-hero-title, .process-hero-title, .testimonial-hero-title, .pricing-title, .projects-hero-title, .case-title { letter-spacing: -0.035em; }
.service-row, .engage-card, .price-card, .agency-card, .faq-item, .contact-form-wrap, .contact-info-card, .kehem-client-card, .case-card, .sidebar-card, .results-card, .timeline-card, .value-card { border-radius: 18px !important; border-color: rgba(15, 23, 42, 0.08) !important; box-shadow: rgba(15, 23, 42, 0.07) 0px 18px 50px !important; }
.plan-price, .agency-price, .result-number, .metric-number, .timeline-year { letter-spacing: -0.035em; }
.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; }
.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; }
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; }
.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; }}
.founder-story-apple { position: relative; overflow: hidden; padding: 120px 0px; background: radial-gradient(circle at 84% 18%, rgba(27, 124, 131, 0.08), transparent 28%), linear-gradient(rgb(255, 255, 255) 0%, rgb(248, 251, 251) 100%); }
.founder-story-card { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 56px; align-items: stretch; padding: 46px; border-radius: 38px; background: rgba(255, 255, 255, 0.86); border: 1px solid rgba(16, 24, 40, 0.07); box-shadow: rgba(15, 23, 42, 0.067) 0px 30px 90px; }
.founder-portrait { position: relative; overflow: hidden; min-height: 520px; border-radius: 30px; background: radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.22), transparent 20%), linear-gradient(135deg, rgb(15, 23, 32) 0%, rgb(18, 56, 61) 52%, rgb(27, 124, 131) 100%); }
.founder-portrait img { position: absolute; inset: 0px; width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(0.96) contrast(1.04); }
.founder-portrait::before { content: ""; position: absolute; inset: 0px; background: linear-gradient(rgba(8, 16, 24, 0.04) 0%, rgba(8, 16, 24, 0.18) 52%, rgba(8, 16, 24, 0.72) 100%); z-index: 1; }
.founder-signature { position: absolute; left: 32px; right: 32px; bottom: 32px; padding: 28px; border-radius: 24px; color: rgb(255, 255, 255); background: rgba(9, 16, 24, 0.72); border: 1px solid rgba(255, 255, 255, 0.14); backdrop-filter: blur(18px); z-index: 2; }
.founder-signature span { display: block; color: rgb(156, 229, 232); font-size: 12px; font-weight: 900; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 10px; }
.founder-signature strong { display: block; font-size: 28px; letter-spacing: -1px; margin-bottom: 6px; }
.founder-signature p { margin: 0px; color: rgba(255, 255, 255, 0.72); font-size: 14px; line-height: 1.6; }
.founder-copy { display: flex; flex-direction: column; justify-content: center; }
.founder-title { margin: 14px 0px 24px; color: var(--ink); font-size: clamp(2.6rem, 5vw, 5rem); line-height: 0.98; letter-spacing: -3px; font-weight: 650; }
.founder-title em { color: var(--teal); font-style: italic; font-weight: 500; }
.founder-copy p { margin: 0px 0px 22px; color: rgb(102, 112, 133); font-size: 18px; line-height: 1.85; font-weight: 700; }
.founder-principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 18px; }
.founder-principles span { padding: 14px 16px; border-radius: 999px; text-align: center; color: rgb(18, 56, 61); background: rgb(238, 248, 248); border: 1px solid rgba(27, 124, 131, 0.12); font-size: 13px; font-weight: 900; }
@media (max-width: 980px) {.founder-story-card { grid-template-columns: 1fr; padding: 28px; }
.founder-portrait { min-height: 360px; }
.founder-principles { grid-template-columns: 1fr; }}
