.dp-contact{background:var(--bg)}@media (min-width:768px){.dp-contact{padding-top:64px}}.dp-contact-hero{padding:80px 0;background:var(--surface);border-bottom:1px solid var(--border)}.dp-contact-hero__content{max-width:620px}.dp-contact-hero__title{margin:0 0 16px;color:var(--fg);font-size:clamp(2.35rem, 4vw, 3rem);line-height:1.06;letter-spacing:-.03em}.dp-contact-hero__description{max-width:560px;margin:0;color:var(--muted);font-size:18px;line-height:1.7}.dp-contact-content{padding:80px 0 96px;background:var(--bg)}.dp-contact-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,1fr);gap:80px;align-items:start}.dp-contact-form-column{min-width:0}.dp-contact-form{display:flex;flex-direction:column;gap:20px}.dp-contact-form__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.dp-contact-field{min-width:0}.dp-contact-field label{display:block;margin:0 0 8px;color:var(--fg);font-size:14px;font-weight:500;line-height:1.4}.dp-contact-field input,.dp-contact-field select,.dp-contact-field textarea{width:100%;margin:0;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--fg);box-shadow:none;font-family:inherit;font-size:14px;font-weight:400;line-height:1.5;outline:none;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.dp-contact-field input,.dp-contact-field select{min-height:48px;padding:12px 16px}.dp-contact-field textarea{min-height:144px;padding:13px 16px;resize:vertical}.dp-contact-field input::placeholder,.dp-contact-field textarea::placeholder{color:color-mix(in srgb,var(--muted) 76%,transparent);opacity:1}.dp-contact-field input:hover,.dp-contact-field select:hover,.dp-contact-field textarea:hover{border-color:var(--border-strong)}.dp-contact-field input:focus,.dp-contact-field select:focus,.dp-contact-field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px color-mix(in srgb,var(--blue) 12%,transparent)}.dp-contact-select{position:relative}.dp-contact-select select{appearance:none;-webkit-appearance:none;padding-right:44px;cursor:pointer}.dp-contact-select>svg{position:absolute;top:50%;right:16px;width:16px;height:16px;pointer-events:none;fill:none;stroke:var(--muted);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transform:translateY(-50%)}.dp-contact-submit{width:100%;min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:9px;margin:0;padding:12px 18px;border:1px solid var(--blue);border-radius:10px;background:var(--blue);color:#fff;box-shadow:0 1px 2px rgb(10 14 26 / .08);font-family:inherit;font-size:15px;font-weight:600;line-height:1.4;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s var(--ease)}.dp-contact-submit svg,.dp-contact-success__link svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.dp-contact-submit:hover{border-color:var(--blue-hover);background:var(--blue-hover);box-shadow:0 5px 18px color-mix(in srgb,var(--blue) 26%,transparent);transform:translateY(-1px)}.dp-contact-submit:active{transform:translateY(0)}.dp-contact-privacy{margin:-4px 0 0;color:var(--muted);font-size:12px;line-height:1.6;text-align:center}.dp-contact-privacy a{color:var(--blue);text-decoration:none}.dp-contact-privacy a:hover{text-decoration:underline;text-underline-offset:3px}.dp-contact-honeypot{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important}.dp-contact-info{display:flex;flex-direction:column;gap:20px}.dp-contact-card{position:relative;display:flex;align-items:center;gap:16px;min-height:82px;padding:20px;overflow:hidden;border:1px solid var(--border);border-radius:16px;background:var(--surface);color:inherit;box-shadow:var(--shadow-card);transition:transform .18s var(--ease),border-color .18s ease,box-shadow .18s ease}a.dp-contact-card:hover{border-color:color-mix(in srgb,var(--blue) 30%,var(--border));box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.dp-contact-card__icon{width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px;border-radius:12px;background:var(--blue-dim);color:var(--blue)}.dp-contact-card__icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.dp-contact-card__body{display:block;min-width:0}.dp-contact-card__body strong{display:block;margin:0 0 3px;color:var(--fg);font-size:14px;font-weight:600;line-height:1.4}.dp-contact-card__body span{display:block;overflow-wrap:anywhere;color:var(--muted);font-size:14px;line-height:1.5}.dp-contact-card__arrow{width:16px;height:16px;margin-left:auto;flex:0 0 auto;fill:none;stroke:var(--blue);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;opacity:0;transform:translateX(-5px);transition:opacity .16s ease,transform .16s ease}a.dp-contact-card:hover .dp-contact-card__arrow{opacity:1;transform:translateX(0)}.dp-contact-success{min-height:340px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:44px 24px;text-align:center}.dp-contact-success__icon{width:58px;height:58px;display:grid;place-items:center;margin:0 0 18px;border:1px solid color-mix(in srgb,#059669 28%,transparent);border-radius:50%;background:color-mix(in srgb,#059669 11%,transparent);color:#059669}.dp-contact-success__icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:2.25;stroke-linecap:round;stroke-linejoin:round}.dp-contact-success__title{margin:0 0 10px;color:var(--fg);font-size:28px;line-height:1.15}.dp-contact-success__text{max-width:390px;margin:0;color:var(--muted);font-size:15px;line-height:1.65}.dp-contact-success__link{display:inline-flex;align-items:center;gap:7px;margin-top:22px;color:var(--blue);font-size:14px;font-weight:600}.dp-contact-success__link:hover{color:var(--blue-hover)}.dp-contact-alert{display:flex;gap:12px;margin:0 0 20px;padding:14px 16px;border:1px solid color-mix(in srgb,#dc2626 25%,var(--border));border-radius:12px;background:color-mix(in srgb,#dc2626 7%,var(--bg));color:var(--fg-secondary);font-size:13px;line-height:1.55}.dp-contact-alert__icon{width:22px;height:22px;display:grid;place-items:center;flex:0 0 22px;border-radius:50%;background:#dc2626;color:#fff;font-size:12px;font-weight:700}.dp-contact-alert strong{color:var(--fg)}.dp-contact-alert ul{margin:4px 0 0;padding-left:18px}html[data-theme="dark"] .dp-contact-submit{box-shadow:0 5px 20px rgb(59 111 255 / .18)}html[data-theme="dark"] .dp-contact-card{box-shadow:0 1px 3px rgb(0 0 0 / .26)}@media (max-width:1023px){.dp-contact-hero{padding:68px 0}.dp-contact-content{padding:64px 0 80px}.dp-contact-grid{grid-template-columns:1fr;gap:52px}.dp-contact-form-column,.dp-contact-info{width:min(100%, 700px)}}@media (max-width:767px){.dp-contact-hero{padding:54px 0 52px}.dp-contact-hero__title{margin-bottom:14px;font-size:clamp(2.15rem, 11vw, 2.6rem)}.dp-contact-hero__description{max-width:34rem;font-size:16px;line-height:1.7}.dp-contact-content{padding:48px 0 68px}.dp-contact-grid{gap:44px}.dp-contact-info{gap:14px}.dp-contact-card{min-height:78px;padding:17px;border-radius:14px}}@media (max-width:420px){.dp-contact-form__row{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.dp-contact-submit,.dp-contact-card,.dp-contact-card__arrow{transition:none}}