.hpt-lp {
    --hpt-ink: #111827;
    --hpt-muted: #5d6675;
    --hpt-line: #dbe5ef;
    --hpt-paper: #ffffff;
    --hpt-soft: #f3f8fc;
    --hpt-soft-green: #edf6fd;
    --hpt-deep: #17233a;
    --hpt-green: #2369e8;
    --hpt-green-dark: #075bd8;
    --hpt-lemon: #ea3264;
    --hpt-lemon-soft: #eaf3ff;
    --hpt-blue: #2369e8;
    --hpt-coral: #ea3264;
    --hpt-error: #c62828;
    --hpt-success: #075bd8;
    color: var(--hpt-ink);
    background: var(--hpt-paper);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.75;
    max-width: none !important;
    width: 100vw;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
    overflow-x: clip;
}

.hpt-lp-template .wp-site-blocks > header,
.hpt-lp-template .wp-site-blocks > footer,
.hpt-lp-template .wp-block-post-title {
    display: none !important;
}

.hpt-lp-template .wp-site-blocks,
.hpt-lp-template .wp-site-blocks > main,
.hpt-lp-template .wp-site-blocks > main > .wp-block-group,
.hpt-lp-template .entry-content {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.hpt-lp-template .entry-content > .hpt-lp {
    max-width: none !important;
}

.hpt-lp *,
.hpt-lp *::before,
.hpt-lp *::after {
    box-sizing: border-box;
}

.hpt-lp a {
    color: inherit;
    text-decoration: none;
}

.hpt-lp h1,
.hpt-lp h2,
.hpt-lp h3,
.hpt-lp p {
    margin: 0;
}

.hpt-lp ul,
.hpt-lp ol {
    margin: 0;
    padding: 0;
}

.hpt-container {
    width: min(1120px, calc(100% - 40px));
    margin-inline: auto;
}

.hpt-lp-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid var(--hpt-line);
    backdrop-filter: blur(14px);
}

.admin-bar .hpt-lp-header {
    top: 32px;
}

.hpt-header-notice {
    border-bottom: 1px solid var(--hpt-line);
    background: var(--hpt-soft);
    color: var(--hpt-muted);
    font-size: 12px;
    font-weight: 700;
}

.hpt-header-notice-inner,
.hpt-header-main,
.hpt-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.hpt-header-notice-inner {
    min-height: 34px;
}

.hpt-header-notice strong {
    color: var(--hpt-deep);
}

.hpt-header-main {
    min-height: 78px;
}

.hpt-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
}

.hpt-logo {
    display: grid;
    gap: 2px;
    min-width: 230px;
    color: var(--hpt-deep);
    font-weight: 900;
    line-height: 1.2;
}

.hpt-logo img {
    display: block;
    width: min(100%, 220px);
    height: auto;
}

.hpt-header-contact {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 13px;
    font-weight: 900;
}

.hpt-header-contact span {
    color: var(--hpt-green-dark);
}

.hpt-header-contact a,
.hpt-button,
.hpt-mobile-cta a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
}

.hpt-header-contact a {
    min-width: 210px;
    padding: 0 18px;
    color: #ffffff;
    background: var(--hpt-blue);
}

.hpt-header-contact a:hover,
.hpt-header-contact a:focus-visible {
    background: #1556ce;
}

.hpt-consult-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.hpt-header-contact .hpt-consult-link,
.hpt-button.hpt-consult-link {
    font-size: 17px;
}

.hpt-consult-link::before {
    display: inline-block;
    flex: 0 0 auto;
    width: 1.08em;
    height: 1.08em;
    background: currentColor;
    content: "";
    -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20d='M21%2011.6a8.4%208.4%200%200%201-.9%203.8%208.5%208.5%200%200%201-7.6%204.6%208.4%208.4%200%200%201-3.7-.9L3%2021l1.9-5.7a8.4%208.4%200%200%201-.9-3.7%208.5%208.5%200%200%201%204.6-7.6%208.4%208.4%200%200%201%203.8-.9h.5a8.5%208.5%200%200%201%208.1%208.1v.4Z'%20fill='none'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3Ccircle%20cx='8.5'%20cy='11.7'%20r='1.25'%20fill='black'/%3E%3Ccircle%20cx='12'%20cy='11.7'%20r='1.25'%20fill='black'/%3E%3Ccircle%20cx='15.5'%20cy='11.7'%20r='1.25'%20fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20d='M21%2011.6a8.4%208.4%200%200%201-.9%203.8%208.5%208.5%200%200%201-7.6%204.6%208.4%208.4%200%200%201-3.7-.9L3%2021l1.9-5.7a8.4%208.4%200%200%201-.9-3.7%208.5%208.5%200%200%201%204.6-7.6%208.4%208.4%200%200%201%203.8-.9h.5a8.5%208.5%200%200%201%208.1%208.1v.4Z'%20fill='none'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3Ccircle%20cx='8.5'%20cy='11.7'%20r='1.25'%20fill='black'/%3E%3Ccircle%20cx='12'%20cy='11.7'%20r='1.25'%20fill='black'/%3E%3Ccircle%20cx='15.5'%20cy='11.7'%20r='1.25'%20fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
}

.hpt-menu-toggle {
    display: none;
    border: 0;
    color: #ffffff;
    background: var(--hpt-blue);
    cursor: pointer;
    font: inherit;
    font-weight: 900;
}

.hpt-menu-toggle span {
    display: block;
    width: 28px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.hpt-menu-toggle b {
    display: block;
    font-size: 11px;
    line-height: 1;
}

.hpt-nav-wrap {
    border-top: 1px solid var(--hpt-line);
}

.hpt-nav {
    min-height: 48px;
    justify-content: space-between;
    gap: 12px;
    color: var(--hpt-muted);
    font-size: 14px;
    font-weight: 800;
}

.hpt-nav a {
    position: relative;
    padding: 12px 0;
    outline: none;
}

.hpt-nav a::after {
    position: absolute;
    right: 22%;
    bottom: 8px;
    left: 22%;
    height: 2px;
    background: rgba(35, 105, 232, 0.38);
    content: "";
    opacity: 0;
    transition: opacity 0.16s ease;
}

.hpt-nav a:hover,
.hpt-nav a:focus-visible {
    color: var(--hpt-green-dark);
}

.hpt-nav a:hover::after,
.hpt-nav a:focus-visible::after {
    opacity: 1;
}

.hpt-hero {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(90deg, #ffffff 0 49%, #e9f5ff 49% 100%),
        var(--hpt-paper);
}

.hpt-hero-grid {
    display: grid;
    min-height: 400px;
    grid-template-columns: minmax(430px, 0.92fr) minmax(460px, 1fr);
    gap: 34px;
    align-items: stretch;
}

.hpt-hero-copy {
    align-self: start;
    padding-top: 74px;
    padding-bottom: 36px;
}

.hpt-kicker,
.hpt-section-label {
    color: var(--hpt-green-dark);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.4;
    text-transform: uppercase;
}

.hpt-hero h1 {
    max-width: 680px;
    margin-top: 12px;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.12;
}

.hpt-hero-title-break {
    display: inline;
}

.hpt-hero-lead {
    max-width: 690px;
    margin-top: 22px;
    color: var(--hpt-muted);
    font-size: 17px;
}

.hpt-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.hpt-button {
    min-width: 218px;
    padding: 0 22px;
    border: 1px solid transparent;
    cursor: pointer;
}

.hpt-button-primary,
.hpt-lp a.hpt-button-primary,
.hpt-lp a.hpt-button-primary:visited {
    color: #ffffff;
    background: var(--hpt-lemon);
}

.hpt-button-primary:hover,
.hpt-button-primary:focus-visible,
.hpt-lp a.hpt-button-primary:hover,
.hpt-lp a.hpt-button-primary:focus-visible {
    color: #ffffff;
    background: #d82255;
}

.hpt-button-secondary {
    color: var(--hpt-deep);
    background: #ffffff;
    border-color: var(--hpt-line);
}

.hpt-button-secondary:hover,
.hpt-button-secondary:focus-visible {
    border-color: var(--hpt-green);
    color: var(--hpt-green-dark);
}

.hpt-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
    list-style: none;
}

.hpt-hero-points li {
    min-height: 34px;
    padding: 6px 12px;
    border: 1px solid var(--hpt-line);
    border-radius: 999px;
    color: var(--hpt-deep);
    background: #ffffff;
    font-size: 13px;
    font-weight: 900;
}

.hpt-hero-visual {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 420px;
}

.hpt-hero-image {
    display: block;
    width: min(100%, 600px);
    max-width: 100%;
    height: auto;
}

.hpt-news {
    background: #17233a;
    color: #ffffff;
}

.hpt-news-inner {
    display: flex;
    min-height: 68px;
    align-items: center;
    justify-content: center;
    gap: 18px;
    font-weight: 800;
}

.hpt-news span {
    padding: 4px 10px;
    border-radius: 999px;
    color: #ffffff;
    background: var(--hpt-coral);
    font-size: 12px;
    font-weight: 900;
}

.hpt-news a {
    color: #8cc5ff;
    font-weight: 900;
}

.hpt-section {
    padding: 86px 0;
}

.hpt-section-white {
    background: #ffffff;
}

.hpt-section-muted {
    background: var(--hpt-soft);
}

.hpt-section-dark {
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(35, 105, 232, 0.28), transparent 42%),
        var(--hpt-deep);
}

.hpt-section-contact {
    background: var(--hpt-soft-green);
}

.hpt-section h2 {
    max-width: 760px;
    margin-top: 10px;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.35;
}

.hpt-section h3 {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.45;
}

.hpt-section-lead,
.hpt-dark-lead {
    max-width: 660px;
    margin-top: 18px;
    color: var(--hpt-muted);
    font-size: 16px;
}

.hpt-dark-lead {
    color: rgba(255, 255, 255, 0.78);
}

.hpt-audience-grid,
.hpt-card-grid {
    display: grid;
    gap: 18px;
    margin-top: 36px;
}

.hpt-audience-grid,
.hpt-card-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hpt-audience-section .hpt-section-label,
.hpt-audience-section h2 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.hpt-audience-card,
.hpt-card {
    min-height: 246px;
    padding: 28px;
    border: 1px solid var(--hpt-line);
    border-radius: 8px;
    background: #ffffff;
}

.hpt-audience-card {
    display: flex;
    min-height: 420px;
    flex-direction: column;
    align-items: center;
    border: 4px solid var(--hpt-blue);
    text-align: center;
}

.hpt-audience-illustration {
    display: block;
    width: min(100%, 230px);
    aspect-ratio: 1.34;
    margin: 10px auto 24px;
    object-fit: contain;
}

.hpt-card-number {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 999px;
    color: var(--hpt-deep);
    background: var(--hpt-lemon-soft);
    font-size: 13px;
    font-weight: 900;
}

.hpt-audience-card h3 {
    min-height: 58px;
}

.hpt-audience-card p,
.hpt-card p {
    margin-top: 14px;
    color: var(--hpt-muted);
}

.hpt-audience-card p {
    margin-top: auto;
    text-align: left;
}

.hpt-feature-card {
    display: flex;
    flex-direction: column;
}

.hpt-card-icon-slot {
    position: relative;
    display: grid;
    width: 108px;
    height: 96px;
    place-items: center;
    margin-bottom: 22px;
    border-radius: 10px;
    background:
        radial-gradient(circle at center, rgba(35, 105, 232, 0.08) 0 58%, transparent 59%),
        #f7fbff;
}

.hpt-card-icon-slot::after {
    position: absolute;
    inset: 12px;
    border: 2px dashed #b6d7ff;
    border-radius: 8px;
    content: "";
}

.hpt-card-icon-slot span {
    color: rgba(35, 105, 232, 0.16);
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
}

.hpt-split,
.hpt-contact-grid,
.hpt-price-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 48px;
    align-items: center;
}

.hpt-split-reverse {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.hpt-item-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.hpt-item-list article {
    min-height: 118px;
    padding: 15px 18px;
    border-left: 5px solid var(--hpt-green);
    border-radius: 8px;
    background: #ffffff;
}

.hpt-item-list strong {
    display: block;
    color: var(--hpt-ink);
    font-weight: 900;
}

.hpt-item-list p {
    margin-top: 8px;
    color: var(--hpt-muted);
    font-size: 14px;
    line-height: 1.75;
}

.hpt-problem-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.hpt-problem-panel span {
    display: flex;
    min-height: 78px;
    align-items: center;
    justify-content: center;
    padding: 14px;
    border: 1px solid var(--hpt-line);
    border-radius: 8px;
    color: var(--hpt-deep);
    background: var(--hpt-soft);
    font-weight: 900;
    text-align: center;
}

.hpt-check-list {
    display: grid;
    gap: 14px;
    margin-top: 24px;
    list-style: none;
}

.hpt-check-list li {
    position: relative;
    padding-left: 32px;
    color: var(--hpt-ink);
    font-weight: 700;
}

.hpt-check-list li::before {
    position: absolute;
    top: 6px;
    left: 0;
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border-radius: 999px;
    color: #ffffff;
    background: var(--hpt-lemon);
    content: "✓";
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}

.hpt-plan-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
}

.hpt-plan-box {
    padding: 28px;
    border-radius: 8px;
    color: var(--hpt-ink);
    background: #ffffff;
}

.hpt-plan-box-outline {
    color: #ffffff;
    background: transparent;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.hpt-plan-intro {
    max-width: 760px;
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.85;
}

.hpt-plan-box ul {
    display: grid;
    gap: 10px;
    margin-top: 18px;
    padding-left: 1.2em;
}

.hpt-plan-note {
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.8;
}

.hpt-consult-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 36px;
    border-radius: 8px;
    background: var(--hpt-soft);
}

.hpt-consult-cta-copy {
    min-width: 0;
}

.hpt-price-layout {
    grid-template-columns: minmax(0, 1fr) 280px 280px;
}

.hpt-price-box,
.hpt-monitor-box {
    min-height: 230px;
    padding: 26px;
    border-radius: 8px;
    background: var(--hpt-soft);
}

.hpt-price-box {
    border-top: 6px solid var(--hpt-coral);
}

.hpt-price-box span {
    display: block;
    color: var(--hpt-muted);
    font-size: 14px;
    font-weight: 900;
}

.hpt-price-box strong {
    display: block;
    margin-top: 8px;
    color: var(--hpt-deep);
    font-size: 42px;
    font-weight: 900;
    line-height: 1.15;
}

.hpt-price-box p {
    margin-top: 16px;
    color: var(--hpt-muted);
    font-size: 14px;
}

.hpt-monitor-box h3 {
    color: var(--hpt-deep);
}

.hpt-check-list-compact {
    gap: 10px;
    margin-top: 14px;
}

.hpt-check-list-compact li {
    font-size: 14px;
}

.hpt-flow-panel {
    padding: 34px;
    border: 3px solid var(--hpt-blue);
    border-radius: 8px;
    background: #ffffff;
}

.hpt-flow-panel h2 {
    display: flex;
    max-width: none;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 0;
    color: var(--hpt-blue);
    font-size: 27px;
    text-align: center;
}

.hpt-flow-panel h2::before,
.hpt-flow-panel h2::after {
    flex: 1;
    height: 2px;
    background: var(--hpt-blue);
    content: "";
}

.hpt-flow-intro {
    width: max-content;
    max-width: 100%;
    margin: 22px auto 0;
    padding: 0 8px;
    color: var(--hpt-ink);
    background: #ffe45c;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
}

.hpt-flow-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 34px;
    list-style: none;
}

.hpt-flow-list li {
    display: grid;
    gap: 10px;
    align-content: start;
    min-width: 0;
    color: var(--hpt-ink);
    font-weight: 800;
}

.hpt-flow-list span {
    justify-self: center;
    padding: 2px 16px;
    border-radius: 999px;
    color: #ffffff;
    background: var(--hpt-blue);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.4;
}

.hpt-flow-list h3 {
    color: var(--hpt-blue);
    font-size: 25px;
    text-align: center;
}

.hpt-flow-image {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 6px;
    object-fit: cover;
    background: var(--hpt-soft);
}

.hpt-flow-list p {
    color: var(--hpt-ink);
    font-size: 14px;
    line-height: 1.7;
}

.hpt-staff-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.68fr);
    gap: 48px;
    align-items: center;
}

.hpt-staff-card {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    padding: 30px;
    border-top: 6px solid var(--hpt-lemon);
    border-radius: 8px;
    background: var(--hpt-soft);
}

.hpt-staff-portrait {
    width: 132px;
    aspect-ratio: 1;
    border: 2px dashed #b9cbe0;
    border-radius: 8px;
    background:
        radial-gradient(circle at 50% 36%, rgba(35, 105, 232, 0.12) 0 22%, transparent 23%),
        linear-gradient(180deg, #ffffff 0%, #edf6fd 100%);
}

.hpt-staff-card span {
    display: block;
    color: var(--hpt-green-dark);
    font-size: 13px;
    font-weight: 900;
}

.hpt-staff-card h3 {
    margin-top: 6px;
    color: var(--hpt-deep);
    font-size: 28px;
}

.hpt-staff-card p {
    margin-top: 14px;
    color: var(--hpt-muted);
}

.hpt-contact-grid {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
    align-items: start;
}

.hpt-contact-page .hpt-contact-hero {
    padding: 56px 0 34px;
    background: var(--hpt-soft);
}

.hpt-contact-page .hpt-page-hero-inner {
    max-width: 860px;
    margin-inline: auto;
    text-align: center;
}

.hpt-contact-page .hpt-section-contact {
    padding: 64px 0;
    background: #ffffff;
}

.hpt-contact-page .hpt-contact-flow-section {
    padding: 42px 0 64px;
    background: var(--hpt-soft);
}

.hpt-contact-page .hpt-contact-grid {
    max-width: 720px;
    grid-template-columns: 1fr;
    gap: 0;
}

.hpt-contact-page .hpt-contact-form {
    border: 1px solid var(--hpt-line);
    box-shadow: 0 18px 44px rgba(23, 35, 58, 0.08);
}

.hpt-page-hero {
    padding: 76px 0;
    background:
        linear-gradient(90deg, #ffffff 0 58%, #e9f5ff 58% 100%),
        var(--hpt-paper);
}

.hpt-page-hero-inner {
    max-width: 780px;
    margin-inline: auto;
}

.hpt-page-hero h1 {
    margin-top: 12px;
    color: var(--hpt-deep);
    font-size: 42px;
    font-weight: 900;
    line-height: 1.25;
}

.hpt-page-hero p {
    margin-top: 18px;
    color: var(--hpt-muted);
    font-size: 17px;
}

.hpt-page-hero .hpt-button {
    margin-top: 28px;
}

.hpt-consult-list {
    display: grid;
    gap: 22px;
    margin-top: 34px;
}

.hpt-consult-item {
    border: 3px solid var(--hpt-blue);
    border-radius: 8px;
    background: #ffffff;
}

.hpt-consult-item summary {
    position: relative;
    display: block;
    padding: 22px 64px 20px 24px;
    color: var(--hpt-ink);
    cursor: pointer;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.4;
    list-style: none;
}

.hpt-consult-item summary::-webkit-details-marker {
    display: none;
}

.hpt-consult-item summary::after {
    position: absolute;
    top: 50%;
    right: 22px;
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 999px;
    color: #ffffff;
    background: var(--hpt-blue);
    content: "+";
    font-size: 20px;
    line-height: 1;
    transform: translateY(-50%);
}

.hpt-consult-item[open] summary {
    border-bottom: 3px solid var(--hpt-blue);
}

.hpt-consult-item[open] summary::after {
    content: "-";
}

.hpt-consult-item p {
    max-width: 760px;
    padding: 24px;
    color: var(--hpt-muted);
}

.hpt-section-action {
    display: flex;
    justify-content: center;
    margin-top: 38px;
}

.hpt-contact-form {
    display: grid;
    gap: 15px;
    padding: 30px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(32, 41, 43, 0.12);
}

.hpt-contact-form label {
    display: grid;
    gap: 7px;
    color: var(--hpt-deep);
    font-size: 14px;
    font-weight: 900;
}

.hpt-field-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.hpt-field-head b,
.hpt-field-head em {
    padding: 2px 8px;
    border-radius: 999px;
    color: #ffffff;
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.4;
}

.hpt-field-head b {
    background: var(--hpt-coral);
}

.hpt-field-head em {
    background: #7b8794;
}

.hpt-contact-fieldset {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 14px;
    border: 1px solid #cbd8d5;
    border-radius: 6px;
}

.hpt-contact-fieldset legend {
    padding: 0;
    color: var(--hpt-deep);
    font-size: 14px;
    font-weight: 900;
}

.hpt-contact-fieldset label {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--hpt-ink);
    font-weight: 800;
}

.hpt-contact-fieldset input[type="checkbox"] {
    width: 18px;
    min-height: 18px;
    height: 18px;
    flex: 0 0 18px;
    padding: 0;
    accent-color: var(--hpt-blue);
}

.hpt-contact-form input,
.hpt-contact-form textarea {
    width: 100%;
    border: 1px solid #cbd8d5;
    border-radius: 6px;
    color: var(--hpt-ink);
    background: #ffffff;
    font: inherit;
}

.hpt-contact-form input {
    min-height: 48px;
    padding: 0 13px;
}

.hpt-contact-form textarea {
    min-height: 150px;
    padding: 12px 13px;
    resize: vertical;
}

.hpt-contact-form input:focus,
.hpt-contact-form textarea:focus {
    outline: 3px solid rgba(35, 105, 232, 0.18);
    border-color: var(--hpt-green);
}

.hpt-contact-form .hpt-button {
    width: 100%;
    min-height: 54px;
    margin-top: 4px;
}

.hpt-form-message {
    padding: 12px 14px;
    border-radius: 6px;
    font-weight: 800;
}

.hpt-form-message-success {
    color: var(--hpt-success);
    background: #e4f1ff;
}

.hpt-form-message-error {
    color: var(--hpt-error);
    background: #ffe8ef;
}

.hpt-mobile-cta {
    display: none;
}

@media (max-width: 980px) {
    .hpt-nav {
        gap: 18px;
        font-size: 13px;
    }

    .hpt-hero-grid,
    .hpt-split,
    .hpt-split-reverse,
    .hpt-staff-layout,
    .hpt-contact-grid,
    .hpt-price-layout {
        grid-template-columns: 1fr;
    }

    .hpt-price-layout {
        align-items: stretch;
    }

    .hpt-price-box,
    .hpt-monitor-box {
        min-height: auto;
    }

    .hpt-contact-page .hpt-page-hero-inner {
        text-align: left;
    }

    .hpt-consult-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .hpt-staff-card {
        grid-template-columns: 1fr;
    }

    .hpt-audience-grid,
    .hpt-card-grid-3,
    .hpt-plan-grid {
        grid-template-columns: 1fr;
    }

    .hpt-flow-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }

    .hpt-hero {
        background:
            linear-gradient(180deg, #ffffff 0 64%, #e9f5ff 64% 100%),
            var(--hpt-paper);
    }

    .hpt-hero-copy {
        padding-bottom: 0;
    }

    .hpt-hero-visual {
        min-height: 380px;
    }
}

@media (max-width: 760px) {
    .admin-bar .hpt-lp-header {
        top: 46px;
    }

    .hpt-lp {
        padding-bottom: 72px;
    }

    .hpt-container {
        width: min(100% - 28px, 560px);
    }

    .hpt-lp-header {
        position: sticky;
    }

    .hpt-header-notice-inner {
        min-height: 0;
        padding: 7px 0;
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
    }

    .hpt-header-main {
        min-height: 74px;
        gap: 10px;
    }

    .hpt-logo {
        min-width: 0;
    }

    .hpt-logo img {
        width: min(100%, 170px);
    }

    .hpt-header-actions {
        gap: 8px;
    }

    .hpt-header-contact span {
        display: none;
    }

    .hpt-header-contact a {
        min-width: 0;
        min-height: 48px;
        padding: 0 14px;
        border-radius: 5px;
        font-size: 12px;
        white-space: nowrap;
    }

    .hpt-menu-toggle {
        display: grid;
        width: 62px;
        min-height: 58px;
        place-items: center;
        align-content: center;
        gap: 6px;
        border-radius: 0;
    }

    .hpt-nav-wrap {
        position: absolute;
        top: 100%;
        right: 0;
        left: auto;
        display: block;
        width: min(82vw, 330px);
        height: calc(100vh - 74px);
        overflow-y: auto;
        border-top: 0;
        border-left: 1px solid var(--hpt-line);
        background: #ffffff;
        box-shadow: -18px 0 36px rgba(23, 35, 58, 0.16);
        transform: translateX(100%);
        transition: transform 0.24s ease, visibility 0.24s ease;
        visibility: hidden;
    }

    .hpt-lp-header.is-menu-open .hpt-nav-wrap {
        transform: translateX(0);
        visibility: visible;
    }

    .hpt-nav {
        display: flex;
        width: 100%;
        min-height: 0;
        flex-direction: column;
        gap: 0;
        margin: 0;
        padding: 18px;
    }

    .hpt-nav a {
        min-height: 52px;
        justify-content: flex-start;
        padding: 14px 6px;
        border-bottom: 1px solid var(--hpt-line);
        color: var(--hpt-deep);
        font-size: 15px;
    }

    .hpt-nav a::after {
        display: none;
    }

    .hpt-hero-grid {
        min-height: 0;
        gap: 0;
        padding: 36px 0 0;
    }

    .hpt-hero-copy {
        padding-top: 0;
        padding-bottom: 24px;
        text-align: center;
    }

    .hpt-kicker {
        color: var(--hpt-deep);
        font-size: 14px;
    }

    .hpt-hero h1 {
        max-width: 360px;
        margin: 12px auto 0;
        color: var(--hpt-blue);
        font-size: 48px;
        line-height: 1.04;
    }

    .hpt-hero-title-break {
        display: block;
    }

    .hpt-hero-lead {
        max-width: 330px;
        margin-inline: auto;
        margin-top: 18px;
        color: var(--hpt-deep);
        font-size: 15px;
        font-weight: 800;
    }

    .hpt-hero-actions {
        display: grid;
        margin-top: 26px;
    }

    .hpt-button {
        width: 100%;
        min-width: 0;
    }

    .hpt-hero-points {
        justify-content: center;
        gap: 8px;
        margin-top: 12px;
    }

    .hpt-hero-points li {
        font-size: 12px;
    }

    .hpt-hero-visual {
        min-height: 0;
        margin-inline: calc(50% - 50vw);
        background: #e9f5ff;
    }

    .hpt-hero-image {
        width: min(100%, 390px);
        margin-inline: auto;
    }

    .hpt-news-inner {
        min-height: 0;
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
        padding: 14px 0;
    }

    .hpt-section {
        padding: 58px 0;
    }

    .hpt-section h2 {
        font-size: 27px;
        line-height: 1.38;
    }

    .hpt-section h3 {
        font-size: 18px;
    }

    .hpt-flow-panel {
        padding: 24px;
    }

    .hpt-flow-panel h2 {
        gap: 12px;
        font-size: 22px;
    }

    .hpt-flow-intro {
        width: auto;
        font-size: 15px;
    }

    .hpt-page-hero {
        padding: 52px 0;
        background:
            linear-gradient(180deg, #ffffff 0 66%, #e9f5ff 66% 100%),
            var(--hpt-paper);
    }

    .hpt-page-hero h1 {
        font-size: 32px;
        line-height: 1.32;
    }

    .hpt-page-hero p {
        font-size: 15px;
    }

    .hpt-contact-page .hpt-contact-hero {
        padding: 40px 0 28px;
    }

    .hpt-contact-page .hpt-section-contact {
        padding: 50px 0;
    }

    .hpt-contact-page .hpt-contact-flow-section {
        padding: 34px 0 50px;
    }

    .hpt-consult-cta {
        padding: 24px;
    }

    .hpt-consult-item summary {
        padding: 18px 54px 16px 18px;
        font-size: 18px;
    }

    .hpt-consult-item summary::after {
        right: 18px;
        width: 26px;
        height: 26px;
    }

    .hpt-consult-item p {
        padding: 18px;
    }

    .hpt-audience-card,
    .hpt-card {
        min-height: 0;
        padding: 22px;
    }

    .hpt-item-list,
    .hpt-problem-panel {
        grid-template-columns: 1fr;
    }

    .hpt-flow-list {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .hpt-flow-list li {
        min-height: 0;
    }

    .hpt-contact-form {
        padding: 20px;
    }

    .hpt-mobile-cta {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 60;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 -10px 28px rgba(32, 41, 43, 0.12);
        backdrop-filter: blur(14px);
    }

    .hpt-mobile-cta a {
        min-height: 48px;
        color: #ffffff;
        background: var(--hpt-green);
        font-size: 14px;
    }

    .hpt-mobile-cta a:first-child {
        color: #ffffff;
        background: var(--hpt-lemon);
    }
}

@media (max-width: 390px) {
    .hpt-hero h1 {
        font-size: 42px;
    }

    .hpt-header-contact a {
        padding: 0 10px;
        font-size: 11px;
    }

    .hpt-hero-image {
        width: 100%;
    }
}
