/* contact 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; }
.hero-h1 { font-family: Manrope, sans-serif; font-size: clamp(4rem, 6.5vw, 6.5rem); line-height: 0.95; letter-spacing: -0.045em; color: var(--ink); margin-bottom: 2rem; font-weight: 800; }
.hero-h1 em { font-style: italic; color: var(--teal); }
.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; }
.contact-grid { display: grid; grid-template-columns: 3fr 2fr; gap: 3rem; }
.contact-form-wrap { background: var(--smoke); border-radius: 26px; padding: 3rem; border: 1px solid var(--border); box-shadow: 0 20px 60px rgba(0, 0, 0, 0.03), var(--border-glow); }
.form-section-label { font-size: var(--label); font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--teal); margin-bottom: 0.9rem; display: block; }
.svc-tag-wrap { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-bottom: 2rem; }
.svc-tag { font-size: var(--label); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--teal); background: rgba(27, 124, 131, 0.07); border: 1px solid rgba(27, 124, 131, 0.2); padding: 0.45rem 1rem; border-radius: 100px; cursor: pointer; transition: 0.2s; }
.svc-tag.active, .svc-tag:hover { background: var(--teal); color: var(--warm-white); border-color: var(--teal); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.form-group { position: relative; }
.form-input, .form-textarea { width: 100%; padding: 1.1rem 1.25rem; border: 1.5px solid rgba(27, 124, 131, 0.18); border-radius: 14px; background: var(--smoke); color: var(--ink); font-family: Manrope, sans-serif; font-size: var(--fs-base); transition: border-color 0.25s, background 0.25s, box-shadow 0.25s; outline: none; }
.form-input:focus, .form-textarea:focus { border-color: var(--teal); background: var(--smoke); box-shadow: 0 0 0 4px var(--teal-glow); }
.form-input::placeholder, .form-textarea::placeholder { color: var(--muted); font-size: var(--fs-sm); }
.form-textarea { resize: none; height: 130px; }
.budget-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.55rem; margin: 1.1rem 0px; }
.budget-label { cursor: pointer; }
.budget-label input { display: none; }
.budget-label span { display: block; text-align: center; font-size: var(--label); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); border: 1.5px solid rgba(27, 124, 131, 0.18); border-radius: 11px; padding: 0.75rem; background: var(--smoke); transition: 0.2s; cursor: pointer; }
.budget-label input:checked + span { background: var(--teal); color: var(--warm-white); border-color: var(--teal); }
.budget-label span:hover { border-color: var(--teal); color: var(--teal); }
.submit-btn { width: 100%; background: var(--ink); color: var(--warm-white); border-width: medium; border-style: none; border-color: currentcolor; border-image: none; border-radius: 14px; padding: 1.2rem; font-family: Manrope, sans-serif; font-size: var(--label); font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 0.65rem; transition: background 0.25s, transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s; margin-top: 1.4rem; position: relative; overflow: hidden; }
.submit-btn::before { content: ""; position: absolute; inset: 0px; background: var(--teal); transform: translateX(-100%); transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.submit-btn:hover::before { transform: translateX(0px); }
.submit-btn span, .submit-btn svg { position: relative; z-index: 1; }
.submit-btn:hover { transform: translateY(-2px); box-shadow: 0 20px 40px var(--teal-glow), 0 0 0 4px rgba(20, 184, 166, 0.1); }
.info-card { background: var(--smoke); border-radius: 18px; padding: 1.4rem 1.65rem; border: 1px solid var(--border); display: flex; align-items: flex-start; gap: 1.1rem; transition: 0.4s cubic-bezier(0.2, 0.8, 0.2, 1); box-shadow: rgba(0, 0, 0, 0.016) 0px 10px 20px; }
.info-card:hover { box-shadow: rgba(15, 171, 188, 0.06) 0px 20px 40px, rgba(0, 0, 0, 0.03) 0px 5px 15px; transform: translateY(-4px) scale(1.01); border-color: var(--border-strong); }
.info-icon { width: 44px; height: 44px; border-radius: 12px; background: rgba(27, 124, 131, 0.08); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.info-label { font-size: var(--label); font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.35rem; }
.info-value { font-size: var(--fs-base); font-weight: 600; color: var(--ink); text-decoration: none; }
.info-value:hover { color: var(--teal); }
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; }
@media (max-width: 1100px) {.container { padding: 0px 2rem; }}
@media (max-width: 900px) {.contact-grid { grid-template-columns: 1fr; }}
@media (max-width: 600px) {.container { padding: 0px 1.5rem; }
.section { padding: 5.5rem 0px; }}
.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; }
@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; }}
.submit-btn { height: 56px; padding: 0px 34px; border: 0px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg, rgb(36, 139, 146) 0%, rgb(22, 107, 113) 100%); color: white; font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; box-shadow: rgba(27, 124, 131, 0.2) 0px 14px 30px; transition: transform 0.3s, box-shadow 0.3s; }
.submit-btn:hover { transform: translateY(-2px); box-shadow: rgba(27, 124, 131, 0.26) 0px 20px 40px; }
@media (max-width: 768px) {.submit-btn { width: 100%; }}
: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; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 64px; align-items: start; }
.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; }
.hero-h1 { font-size: clamp(3rem, 6vw, 5.5rem); line-height: 1.02; font-weight: 700; letter-spacing: -0.04em; color: var(--text); margin: 0px; }
.hero-h1 em { font-style: normal; color: var(--brand); }
.fade-up p { font-size: 1.12rem; line-height: 1.9; color: var(--muted); max-width: 560px; }
.info-card { display: flex; align-items: center; gap: 18px; padding: 22px 24px; background: rgba(255, 255, 255, 0.7); border: 1px solid rgba(255, 255, 255, 0.8); backdrop-filter: blur(18px); border-radius: 24px; box-shadow: var(--shadow); transition: 0.35s; }
.info-card:hover { transform: translateY(-4px); }
.info-icon { width: 58px; height: 58px; border-radius: 18px; background: rgb(238, 247, 247); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.info-label { font-size: 0.82rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.info-value { text-decoration: none; color: var(--text); font-size: 1.06rem; font-weight: 600; }
.info-value:hover { color: var(--brand); }
.contact-form-wrap { background: rgba(255, 255, 255, 0.78); border: 1px solid rgba(255, 255, 255, 0.85); backdrop-filter: blur(28px); box-shadow: rgba(0, 0, 0, 0.08) 0px 30px 80px; border-radius: 34px; padding: 48px; }
.form-section-label { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--brand); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { width: 100%; }
.form-input, .form-textarea { width: 100%; outline: none; background: rgb(245, 245, 247); border: 1px solid transparent; border-radius: 18px; padding: 18px 20px; font-size: 1rem; color: var(--text); transition: 0.25s; }
.form-input:focus, .form-textarea:focus { background: rgb(255, 255, 255); border-color: rgba(27, 124, 131, 0.25); box-shadow: rgba(27, 124, 131, 0.08) 0px 0px 0px 4px; }
.form-input::placeholder, .form-textarea::placeholder { color: rgb(154, 154, 160); }
.budget-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 12px; }
.budget-label { position: relative; cursor: pointer; }
.budget-label input { display: none; }
.budget-label span { display: flex; align-items: center; justify-content: center; padding: 16px; border-radius: 16px; background: rgb(245, 245, 247); border: 1px solid transparent; font-weight: 600; color: var(--text); transition: 0.25s; }
.budget-label input:checked + span { background: rgb(232, 244, 244); border-color: rgba(27, 124, 131, 0.25); color: var(--brand); }
.submit-btn { width: 100%; margin-top: 22px; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; border-radius: 999px; background: linear-gradient(135deg, var(--brand), var(--brand-dark)); color: rgb(255, 255, 255); font-size: 1rem; font-weight: 700; display: flex; align-items: center; justify-content: center; gap: 12px; cursor: pointer; transition: 0.3s; box-shadow: rgba(27, 124, 131, 0.22) 0px 18px 30px; }
.submit-btn:hover { transform: translateY(-2px); box-shadow: rgba(27, 124, 131, 0.28) 0px 22px 34px; }
.submit-btn svg { transition: 0.3s; }
.submit-btn:hover svg { transform: translateX(4px); }
@media (max-width: 1100px) {.contact-grid { grid-template-columns: 1fr; gap: 50px; }}
@media (max-width: 768px) {.section { padding: 100px 0px; }
.container { padding: 0px 20px; }
.hero-h1 { font-size: 2.6rem; }
.form-grid { grid-template-columns: 1fr; }
.budget-row { grid-template-columns: 1fr; }
.contact-form-wrap { padding: 28px; border-radius: 28px; }
.info-card { padding: 18px; }}
: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); }
.apple-contact-strip { padding: 110px 0px; background: radial-gradient(circle at left top, rgba(27, 124, 131, 0.05), transparent 28%), radial-gradient(circle at right bottom, rgba(27, 124, 131, 0.04), transparent 25%), linear-gradient(rgb(255, 255, 255) 0%, rgb(245, 245, 247) 100%); }
.container { max-width: 1320px; margin: auto; padding: 0px 32px; }
.contact-strip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.contact-info-card { background: rgba(255, 255, 255, 0.72); border: 1px solid rgba(255, 255, 255, 0.85); backdrop-filter: blur(18px); border-radius: 30px; padding: 34px 32px; box-shadow: var(--shadow); transition: 0.35s; }
.contact-info-card:hover { transform: translateY(-6px); box-shadow: rgba(0, 0, 0, 0.09) 0px 28px 70px; }
.contact-info-card h4 { font-family: Manrope, sans-serif; font-size: 1.35rem; font-weight: 700; color: var(--text); margin: 0px 0px 14px; letter-spacing: -0.02em; }
.contact-info-card h4::after { content: ""; display: block; width: 36px; height: 2px; background: var(--brand); border-radius: 999px; margin-top: 14px; }
.contact-info-card p { margin: 0px; color: var(--muted); font-size: 1rem; line-height: 1.9; }
@media (max-width: 1024px) {.contact-strip-grid { grid-template-columns: 1fr; }}
@media (max-width: 768px) {.apple-contact-strip { padding: 90px 0px; }
.container { padding: 0px 20px; }
.contact-info-card { padding: 28px 24px; border-radius: 24px; }
.contact-info-card h4 { font-size: 1.2rem; }}
.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; }}
@media (max-width: 600px) {body { padding: 30px 15px; }}
.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; }
.form-input, .form-textarea, .budget-label { border-radius: 14px !important; }
.budget-label:has(input:checked) { border-color: rgb(27, 124, 131) !important; background: rgba(27, 124, 131, 0.08) !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; }
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; }
.field-spaced { margin-top: 16px; }
.label-spaced { margin-top: 24px; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-legal a { color: inherit; font-weight: 700; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border: 0px; }
.blog-pill:hover, .blog-pill.active { color: rgb(255, 255, 255); background: var(--teal); border-color: var(--teal); box-shadow: rgba(27, 124, 131, 0.16) 0px 18px 34px; transform: translateY(-2px); }
.contact-hero-section { padding-top: 170px; }
.contact-info-stack { display: grid; gap: 18px; margin-top: 38px; }
.contact-trust-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.contact-trust-row span { padding: 12px 16px; border-radius: 999px; background: rgba(255, 255, 255, 0.84); border: 1px solid rgba(16, 24, 40, 0.06); color: rgb(52, 64, 84); font-size: 14px; font-weight: 800; }
.contact-note { margin-top: 22px; padding: 22px; border-radius: 22px; color: rgb(18, 56, 61); background: rgb(238, 248, 248); border: 1px solid rgba(27, 124, 131, 0.12); line-height: 1.7; font-weight: 800; }
.contact-form-wrap h2 { margin: 12px 0px 24px; color: var(--text); font-size: 2.1rem; line-height: 1.08; letter-spacing: -1px; }
.svc-tag-wrap { margin: 10px 0px 22px; }
.apple-contact-strip { padding-top: 0px; }
.tier-callout .submit-btn { width: 320px; max-width: 100%; height: 56px; justify-content: center; }
