.slp {
    --ink:#142b34;
    --muted:#607076;
    --lime:#d3f685;
    --line:#dfe6e4;
    color:var(--ink);
    background:#fff;
    font-family:"Noto Sans JP",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    line-height:1.8
}
.slp * {
    box-sizing:border-box
}
.slp a {
    text-decoration:none
}
.slp h1,.slp h2,.slp h3,.slp p {
    margin:0
}
.slp a:focus-visible,.slp summary:focus-visible {
    outline:3px solid #659128;
    outline-offset:5px
}
.slp-wrap {
    max-width:1200px;
    padding-left:36px;
    padding-right:36px;
    margin:auto
}
.slp-nav {
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:24px;
    min-height:88px
}
.slp-brand {
    display:flex;
    align-items:center;
    gap:10px;
    font-size:21px;
    font-weight:750;
    color:var(--ink)
}
.slp-brand>span:last-child {
    font-size:12px;
    font-weight:500;
    color:var(--muted);
    border-left:1px solid var(--line);
    padding-left:12px
}
.slp-mark {
    background:var(--ink);
    color:var(--lime);
    width:31px;
    height:34px;
    text-align:center;
    line-height:34px;
    border-radius:9px
}
.slp-nav>div {
    display:flex;
    align-items:center;
    gap:27px
}
.slp-nav>div>a {
    color:var(--ink);
    font-size:13px;
    font-weight:650
}
.slp-nav .slp-small-cta {
    border:1px solid var(--ink);
    padding:8px 16px;
    border-radius:6px
}
.slp-hero {
    background:#112c35;
    color:white;
    overflow:hidden;
    position:relative
}
.slp-hero:before {
    content:"";
    position:absolute;
    width:650px;
    height:650px;
    border:1px solid #ffffff0b;
    border-radius:50%;
    right:-200px;
    top:-140px;
    box-shadow:0 0 0 90px #ffffff03,0 0 0 180px #ffffff02;
    pointer-events:none
}
.slp-hero-grid {
    position:relative;
    display:grid;
    grid-template-columns:1.08fr 1fr;
    gap:48px;
    padding-top:88px;
    padding-bottom:72px;
    align-items:center
}
.slp-eyebrow {
    font-size:12px;
    letter-spacing:.15em;
    display:flex;
    align-items:center;
    gap:10px;
    color:#e1eddf
}
.slp-eyebrow>span {
    width:7px;
    height:7px;
    border-radius:50%;
    background:var(--lime)
}
.slp h1 {
    font-size:clamp(35px,3.55vw,51px);
    font-weight:750;
    line-height:1.5;
    letter-spacing:-.05em;
    margin-top:24px;
    margin-bottom:22px
}
.slp h1 em {
    font-style:normal;
    color:var(--lime)
}
.slp-hero-copy {
    color:#d1dedd;
    font-size:15px;
    line-height:2.1
}
.slp-actions {
    display:flex;
    align-items:center;
    gap:22px;
    flex-wrap:wrap;
    margin-top:30px
}
.slp-button {
    display:inline-flex;
    justify-content:space-between;
    align-items:center;
    gap:24px;
    min-height:52px;
    border-radius:7px;
    padding:13px 22px;
    font-size:14px;
    font-weight:700;
    transition:transform .15s,background .15s
}
.slp-button:hover {
    transform:translateY(-2px)
}
.slp-lime,.slp-lime:hover {
    color:var(--ink);
    background:var(--lime)
}
.slp-text-link {
    color:white;
    font-size:12px;
    border-bottom:1px solid #78938b;
    padding-bottom:3px
}
.slp-hero-note {
    font-size:10px;
    color:#b6c9c8;
    margin-top:18px!important
}
.slp-preview {
    position:relative;
    padding-bottom:27px;
    min-width:0
}
.slp-preview-top {
    display:flex;
    justify-content:space-between;
    color:#c6d8d5;
    font-size:10px;
    letter-spacing:.12em;
    margin-bottom:12px
}
.slp-preview-top i {
    display:inline-block;
    width:6px;
    height:6px;
    background:var(--lime);
    border-radius:50%;
    margin-right:6px
}
.slp-calendar {
    background:white;
    border-radius:13px;
    box-shadow:0 22px 60px #0003;
    overflow:hidden;
    color:var(--ink)
}
.slp-service {
    display:flex;
    gap:13px;
    padding:24px;
    border-bottom:1px solid var(--line);
    align-items:center
}
.slp-service-icon {
    font-size:30px;
    background:#f0f3e9;
    width:51px;
    height:51px;
    border-radius:50%;
    text-align:center
}
.slp-service small {
    font-size:9px;
    letter-spacing:.18em;
    color:var(--muted)
}
.slp .slp-service h2 {
    font-size:17px;
    font-weight:700;
    line-height:1.6
}
.slp-service p {
    font-size:10px;
    color:var(--muted)
}
.slp-calendar-body {
    display:grid;
    grid-template-columns:1.8fr 1fr;
    gap:22px;
    padding:22px
}
.slp .slp-calendar h3 {
    font-size:11px;
    font-weight:700
}
.slp-month {
    font-size:12px;
    font-weight:650;
    margin:18px 0 10px!important;
    display:flex;
    justify-content:space-between
}
.slp-month span {
    color:#72807d
}
.slp-days {
    display:grid;
    grid-template-columns:repeat(7,1fr);
    gap:4px;
    text-align:center
}
.slp-days small {
    font-size:9px;
    color:#75827e;
    margin-bottom:5px
}
.slp-days>span {
    font-size:10px;
    line-height:27px;
    color:#a1aba7;
    border-radius:5px
}
.slp-days .available {
    color:#335644;
    background:#eef5e7
}
.slp-days .selected {
    background:var(--ink);
    color:white
}
.slp-calendar-key {
    font-size:9px;
    color:var(--muted);
    margin-top:12px!important
}
.slp-calendar-key i {
    display:inline-block;
    width:7px;
    height:7px;
    background:#dae8ca;
    margin-right:5px
}
.slp-times {
    border-left:1px solid var(--line);
    padding-left:18px
}
.slp-times>span {
    display:block;
    text-align:center;
    border:1px solid var(--line);
    border-radius:5px;
    font-size:12px;
    padding:7px 0;
    margin-top:10px
}
.slp-times>span:first-of-type {
    margin-top:22px
}
.slp-times .chosen {
    background:#eff7e8;
    border-color:#91ad65;
    color:#375323
}
.slp-times b {
    font-size:10px
}
.slp-times p {
    font-size:8px;
    color:var(--muted);
    margin-top:12px
}
.slp-selection {
    display:flex;
    justify-content:space-between;
    font-size:11px;
    background:#f4f7f3;
    padding:13px 24px;
    border-top:1px solid var(--line)
}
.slp-preview-note {
    display:flex;
    align-items:center;
    gap:12px;
    background:var(--lime);
    color:var(--ink);
    border-radius:8px;
    padding:13px 20px;
    position:absolute;
    right:-14px;
    bottom:0;
    box-shadow:0 8px 24px #0002
}
.slp-preview-note>span {
    background:var(--ink);
    border-radius:50%;
    color:var(--lime);
    width:25px;
    height:25px;
    text-align:center;
    font-size:14px
}
.slp-preview-note strong {
    display:block;
    font-size:12px
}
.slp-preview-note small {
    display:block;
    font-size:9px
}
.slp-hero-bottom {
    position:relative;
    display:flex;
    justify-content:space-between;
    gap:20px;
    border-top:1px solid #ffffff20;
    padding-top:22px;
    padding-bottom:22px;
    color:#c6d5d1
}
.slp-hero-bottom>span {
    font-size:9px;
    letter-spacing:.15em
}
.slp-hero-bottom p {
    font-size:11px
}
.slp-hero-bottom b {
    font-weight:400;
    color:#68877c;
    padding:0 14px
}
.slp-section {
    padding-top:90px;
    padding-bottom:90px
}
.slp-kicker {
    color:#507361;
    font-size:10px;
    letter-spacing:.18em;
    font-weight:750;
    margin-bottom:19px!important
}
.slp h2 {
    font-size:32px;
    line-height:1.6;
    font-weight:750;
    letter-spacing:-.035em
}
.slp-section-heading {
    display:flex;
    justify-content:space-between;
    align-items:end;
    gap:30px;
    margin-bottom:36px
}
.slp-section-heading>p {
    color:var(--muted);
    font-size:13px;
    line-height:2
}
.slp-three {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px
}
.slp-feature {
    padding:26px 24px;
    border:1px solid var(--line);
    border-radius:10px
}
.slp-feature-number {
    color:var(--muted);
    font-size:10px;
    letter-spacing:.13em
}
.slp-mini {
    background:#f3f6f0;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    min-height:90px;
    border-radius:6px;
    font-size:12px;
    margin:22px 0 24px
}
.slp-mini>span {
    color:#81907c
}
.slp-mini b {
    font-size:11px;
    background:#e0efcc;
    padding:6px 9px;
    border-radius:5px
}
.slp h3 {
    font-size:17px;
    line-height:1.6;
    font-weight:700
}
.slp-feature p,.slp-usecases p,.slp-connection-options p {
    color:var(--muted);
    font-size:13px;
    line-height:1.95;
    margin-top:12px
}
.slp-flow-section {
    background:#f3f5ef
}
.slp-flow-label {
    font-size:11px;
    color:#557244;
    margin-bottom:16px
}
.slp-flow {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    list-style:none;
    padding:0;
    margin:0;
    gap:24px
}
.slp-flow li {
    position:relative;
    background:white;
    padding:28px;
    border-radius:9px;
    border:1px solid #e3e8dc
}
.slp-flow li:not(:last-child):after {
    content:'→';
    position:absolute;
    right:-23px;
    top:45%;
    z-index:1;
    background:var(--lime);
    width:23px;
    height:28px;
    text-align:center;
    border-radius:4px
}
.slp-flow li>span {
    font-size:10px;
    letter-spacing:.12em;
    color:#608342;
    font-weight:700
}
.slp-flow h3 {
    margin-top:15px
}
.slp-flow p {
    font-size:13px;
    color:var(--muted);
    margin-top:12px
}
.slp-flow small {
    display:inline-block;
    border-top:1px solid var(--line);
    width:100%;
    font-size:10px;
    margin-top:22px;
    padding-top:12px;
    color:#4e6953
}
.slp-flow-note {
    margin-top:26px;
    padding:22px 26px;
    border-left:3px solid #7e9955;
    background:#e9efdf
}
.slp-flow-note b {
    font-size:14px
}
.slp-flow-note p {
    font-size:12px;
    color:#53644f;
    margin-top:6px
}
.slp-connection-options {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:50px;
    margin-top:40px
}
.slp-connection-options article>span {
    font-size:10px;
    color:#557244
}
.slp-connection-options h3 {
    margin-top:7px
}
.slp-usecases {
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:36px
}
.slp-usecases article {
    border-top:2px solid var(--ink);
    padding-top:23px
}
.slp-usecases span {
    font-size:10px;
    letter-spacing:.15em;
    color:#648174
}
.slp-usecases h3 {
    margin-top:16px
}
.slp-pricing-section {
    background:#f6f7f5
}
.slp-prices {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:24px
}
.slp-price {
    padding:35px;
    background:white;
    border:1px solid var(--line);
    border-radius:12px
}
.slp-pill {
    display:inline-block;
    background:#edf2e6;
    color:#425936;
    border-radius:4px;
    font-size:11px;
    padding:4px 10px;
    margin-bottom:18px
}
.slp-price-value {
    font-size:42px;
    line-height:1.5;
    font-weight:750;
    letter-spacing:-.04em;
    margin:19px 0 10px!important
}
.slp-price-value small {
    font-size:12px;
    font-weight:400;
    letter-spacing:0
}
.slp-price>p:not(.slp-price-value) {
    font-size:12px;
    color:var(--muted)
}
.slp-price ul {
    list-style:none;
    padding:20px 0;
    border-top:1px solid var(--line);
    margin:25px 0 0;
    font-size:13px
}
.slp-price li {
    margin-bottom:9px
}
.slp-price li:before {
    content:'✓';
    margin-right:10px;
    color:#628841
}
.slp-price .slp-button {
    width:100%;
    font-size:13px
}
.slp-dark,.slp-dark:hover {
    color:white;
    background:var(--ink)
}
.slp-price-featured {
    background:var(--ink);
    color:white;
    border-color:var(--ink)
}
.slp-price-featured .slp-pill {
    background:#334b42;
    color:var(--lime)
}
.slp-price-featured>p:not(.slp-price-value) {
    color:#c2d0cc
}
.slp-price-featured ul {
    border-color:#ffffff25
}
.slp-price-featured li:before {
    color:var(--lime)
}
.slp-price-note {
    font-size:11px;
    line-height:1.9;
    color:var(--muted);
    margin:22px auto 0!important;
    max-width:850px;
    text-align:center
}
.slp-faq {
    display:grid;
    grid-template-columns:1fr 2fr;
    gap:70px
}
.slp-faq details {
    border-bottom:1px solid var(--line)
}
.slp-faq details:first-child {
    border-top:1px solid var(--line)
}
.slp-faq summary {
    cursor:pointer;
    font-size:14px;
    font-weight:650;
    padding:22px 28px 22px 0;
    position:relative;
    list-style:none
}
.slp-faq summary::-webkit-details-marker {
    display:none
}
.slp-faq summary:after {
    content:'+';
    position:absolute;
    right:3px;
    font-size:20px;
    top:16px;
    font-weight:400
}
.slp-faq details[open] summary:after {
    content:'−'
}
.slp-faq details p {
    font-size:13px;
    color:var(--muted);
    padding:0 18px 24px 0
}
.slp-final {
    background:var(--ink);
    color:white;
    text-align:center;
    padding:72px 0 78px
}
.slp-final .slp-kicker {
    color:var(--lime)
}
.slp-final h2 {
    font-size:37px
}
.slp-final p:not(.slp-kicker) {
    color:#c7d4cf;
    font-size:13px;
    margin:18px 0 27px
}
.slp-final-link {
    display:block;
    color:#d6e4d5;
    font-size:12px;
    margin-top:20px
}

@media(min-width:1400px) {
    .slp-hero-grid {
    gap:64px
}

}
@media(max-width:1000px) {
    .slp-wrap {
    padding-left:25px;
    padding-right:25px
}
.slp-hero-grid {
    gap:28px
}
.slp h1 {
    font-size:36px
}
.slp-hero-copy {
    font-size:13px
}
.slp-calendar-body {
    padding:17px;
    gap:13px
}
.slp-times {
    padding-left:12px
}
.slp-preview-note {
    right:0
}
.slp-section-heading {
    align-items:start;
    flex-direction:column;
    gap:16px
}
.slp-three {
    gap:12px
}
.slp-feature {
    padding:22px 16px
}
.slp-mini {
    gap:8px;
    font-size:10px
}
.slp h3 {
    font-size:16px
}
.slp-flow li {
    padding:22px
}
.slp-faq {
    gap:35px;
    grid-template-columns:1fr 1.8fr
}

}

@media(max-width:760px) {
    .slp-nav {
    min-height:72px;
    gap:10px
}
.slp-brand {
    font-size:18px;
    gap:7px
}
.slp-brand>span:last-child {
    display:none
}
.slp-nav>div {
    gap:15px
}
.slp-nav>div>a {
    font-size:11px
}
.slp-nav>div>a:first-child {
    display:none
}
.slp-nav .slp-small-cta {
    padding:6px 9px
}
.slp-hero-grid {
    grid-template-columns:1fr;
    padding-top:48px;
    padding-bottom:36px;
    gap:38px
}
.slp h1 {
    font-size:clamp(30px,7vw,47px);
    margin-top:19px
}
.slp-hero-copy {
    font-size:14px
}
.slp-actions {
    gap:18px
}
.slp-hero-note {
    font-size:9px
}
.slp-preview {
    max-width:470px;
    width:100%;
    margin:auto
}
.slp-preview-top {
    font-size:9px
}
.slp-calendar-body {
    padding:20px
}
.slp-days>span {
    line-height:29px
}
.slp-hero-bottom {
    flex-direction:column;
    gap:7px;
    padding-top:18px;
    padding-bottom:20px
}
.slp-hero-bottom p {
    font-size:10px
}
.slp-hero-bottom b {
    padding:0 5px
}
.slp-section {
    padding-top:56px;
    padding-bottom:56px
}
.slp h2 {
    font-size:26px
}
.slp-three,.slp-flow,.slp-usecases,.slp-prices,.slp-faq {
    grid-template-columns:1fr
}
.slp-three {
    gap:16px
}
.slp-feature {
    padding:24px
}
.slp-mini {
    min-height:75px;
    font-size:13px;
    margin:15px 0 21px
}
.slp h3 {
    font-size:18px
}
.slp-flow {
    gap:22px
}
.slp-flow li {
    padding:24px
}
.slp-flow li:not(:last-child):after {
    content:'↓';
    right:calc(50% - 12px);
    top:auto;
    bottom:-24px
}
.slp-flow p br {
    display:none
}
.slp-flow small {
    margin-top:17px
}
.slp-connection-options {
    grid-template-columns:1fr;
    gap:24px;
    margin-top:28px
}
.slp-flow-note {
    padding:19px
}
.slp-usecases {
    gap:26px
}
.slp-price {
    padding:26px
}
.slp-price-value {
    font-size:38px
}
.slp-faq {
    gap:26px
}
.slp-final {
    padding:55px 0
}
.slp-final h2 {
    font-size:27px
}
.slp-final .slp-button {
    font-size:12px;
    gap:15px
}
.slp-price-note {
    text-align:left
}

}
@media(prefers-reduced-motion:reduce) {
    .slp-button {
    transition:none
}
.slp-button:hover {
    transform:none
}

}
