﻿:root {
    --sr-navy: #16324f;
    --sr-blue: #376fd0;
    --sr-blue-dark: #285bb3;
    --sr-teal: #168c86;
    --sr-surface: #f6f8fb;
    --sr-text: #17212b;
    --sr-muted: #667085;
    --sr-border: #e3e8ef;
    --sr-shadow: 0 18px 50px rgba(22, 50, 79, 0.12);
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--sr-text);
    font-family: Inter, "Noto Sans JP", "Noto Sans Devanagari", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

section[id] {
    scroll-margin-top: 88px;
}

.sr-header {
    width: 100%;
    height: 76px;
    border-bottom: 1px solid var(--sr-border);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 6px 24px rgba(22, 50, 79, 0.08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    pointer-events: auto;
}

.sr-header::before {
    display: none;
}

.sr-header.sticked {
    background: #fff;
    box-shadow: 0 10px 32px rgba(22, 50, 79, 0.14);
}

.sr-header .sr-header-shell {
    min-height: 76px;
    padding: 0 12px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    pointer-events: auto;
}

.sr-header.sticked .sr-header-shell {
    background: transparent;
    box-shadow: none;
    transform: none;
}

.sr-header .sr-brand {
    flex: 0 0 auto;
}

.sr-header .sr-brand img {
    width: 174px;
    height: auto;
    max-height: 52px;
    object-fit: contain;
}

.sr-header .sr-navbar > ul > li {
    padding: 8px 0 8px 20px;
}

.sr-header .sr-navbar a,
.sr-header .sr-navbar a:focus {
    color: var(--sr-navy);
    font-family: inherit;
    font-size: 14px;
    font-weight: 650;
}

.sr-header .sr-navbar > ul > li > a::before {
    bottom: -8px;
    height: 2px;
    background-color: var(--sr-blue);
}

.sr-header .sr-navbar a:hover,
.sr-header .sr-navbar li:hover > a,
.sr-header .sr-navbar a.active {
    color: var(--sr-blue);
}

.sr-header .sr-navbar .sr-nav-inquiry {
    gap: 7px;
    min-height: 42px;
    padding: 10px 15px;
    border-radius: 11px;
    color: #fff;
    background: var(--sr-navy);
    box-shadow: 0 8px 20px rgba(22, 50, 79, 0.2);
}

.sr-header .sr-navbar .sr-nav-inquiry:hover,
.sr-header .sr-navbar li:hover > .sr-nav-inquiry {
    color: #fff;
    background: var(--sr-blue);
}

.sr-button,
.sr-header .sr-navbar .sr-button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 22px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.sr-button:hover {
    transform: translateY(-2px);
}

.sr-button-primary,
.sr-header .sr-navbar .sr-button-primary {
    color: #fff;
    background: var(--sr-blue);
    box-shadow: 0 10px 24px rgba(55, 111, 208, 0.24);
}

.sr-button-primary:hover,
.sr-header .sr-navbar .sr-button-primary:hover {
    color: #fff;
    background: var(--sr-blue-dark);
    box-shadow: 0 14px 30px rgba(55, 111, 208, 0.3);
}

.sr-button-secondary {
    color: var(--sr-navy);
    border-color: var(--sr-border);
    background: #fff;
}

.sr-button-secondary:hover {
    color: var(--sr-blue);
    border-color: rgba(55, 111, 208, 0.42);
    box-shadow: 0 10px 24px rgba(22, 50, 79, 0.08);
}

.sr-header .sr-navbar .sr-nav-inquiry::before,
.sr-header .sr-navbar .sr-language > a::before {
    display: none;
}

.sr-language > a {
    gap: 7px;
    padding: 9px 12px !important;
    border: 1px solid var(--sr-border);
    border-radius: 10px;
    background: #fff;
}

.sr-language img,
.sr-language .dropdown-item img {
    flex: 0 0 auto;
    border-radius: 50%;
    object-fit: cover;
}

.sr-language .dropdown-menu {
    min-width: 168px;
    margin-top: 10px;
    padding: 7px;
    border: 1px solid var(--sr-border);
    border-radius: 12px;
    box-shadow: var(--sr-shadow);
}

.sr-language .dropdown-item {
    justify-content: flex-start !important;
    gap: 9px;
    padding: 9px 10px !important;
    border-radius: 8px;
}

.sr-menu-toggle {
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid var(--sr-border);
    border-radius: 11px;
    color: var(--sr-navy);
    background: #fff;
    font-size: 25px;
    line-height: 1;
}

.sr-hero {
    position: relative;
    min-height: min(820px, calc(100svh - 76px));
    margin-top: 76px;
    padding: 80px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 48%, rgba(226, 237, 255, 0.7) 0, rgba(241, 246, 255, 0.42) 26%, transparent 52%),
        #fff;
}

.sr-hero::before {
    position: absolute;
    top: 70px;
    right: 5%;
    width: min(48vw, 680px);
    height: min(48vw, 680px);
    border: 1px solid rgba(55, 111, 208, 0.06);
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(245, 249, 255, 0.78), rgba(219, 233, 255, 0.62));
    content: "";
}

.sr-hero::after {
    position: absolute;
    top: 72px;
    right: 4%;
    width: 170px;
    height: 150px;
    background-image: radial-gradient(rgba(55, 111, 208, 0.22) 1.2px, transparent 1.2px);
    background-size: 11px 11px;
    content: "";
    opacity: 0.55;
    pointer-events: none;
}

.sr-hero .container {
    position: relative;
    z-index: 1;
}

.sr-hero-copy {
    max-width: 610px;
}

.sr-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 22px;
    padding: 8px 13px;
    border: 1px solid rgba(55, 111, 208, 0.16);
    border-radius: 999px;
    color: var(--sr-blue-dark);
    background: rgba(55, 111, 208, 0.06);
    font-size: 13px;
    font-weight: 750;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.sr-eyebrow i {
    color: var(--sr-teal);
}

.sr-hero h1 {
    margin: 0;
    color: var(--sr-navy);
    font-family: inherit;
    font-size: clamp(2.65rem, 5vw, 4.75rem);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 1.04;
}

.sr-hero h1 span {
    display: block;
    color: var(--sr-blue);
}

.sr-hero h1.sr-hero-title-ja {
    font-size: clamp(2.4rem, 4.3vw, 4.25rem);
    line-height: 1.12;
}

.sr-hero h1.sr-hero-title-ne {
    font-size: clamp(2.25rem, 4vw, 4rem);
    letter-spacing: -0.025em;
    line-height: 1.22;
}

.sr-hero-lead {
    max-width: 560px;
    margin: 24px 0 0;
    color: var(--sr-muted);
    font-size: clamp(1.08rem, 1.8vw, 1.3rem);
    line-height: 1.75;
}

.sr-sub-inquiry {
    min-height: 116px;
    padding: 24px 16px;
    background: linear-gradient(180deg, #fff 0%, #f7faff 100%);
}

.sr-sub-inquiry-pill,
.sr-about-inquiry-pill {
    display: inline-flex;
    width: min(100%, 520px);
    min-height: 72px;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 17px 30px;
    border: 1px solid rgba(22, 140, 134, 0.3);
    border-radius: 999px;
    color: #fff;
    background: var(--sr-teal);
    box-shadow: 0 16px 34px rgba(22, 140, 134, 0.23);
    font-size: clamp(1.2rem, 2.3vw, 1.5rem);
    font-weight: 780;
    text-decoration: none;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.sr-sub-inquiry-pill i,
.sr-about-inquiry-pill i {
    display: inline-grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    border-radius: 50%;
    color: var(--sr-teal);
    background: #fff;
    font-size: 16px;
}

.sr-sub-inquiry-pill:hover,
.sr-about-inquiry-pill:hover {
    border-color: rgba(22, 140, 134, 0.3);
    color: #106f6a;
    background: #eaf8f5;
    box-shadow: 0 14px 30px rgba(22, 140, 134, 0.16);
    transform: translateY(-2px);
}

.sr-sub-inquiry-pill:hover i,
.sr-about-inquiry-pill:hover i {
    color: #fff;
    background: var(--sr-teal);
}

.sr-hero-lead u {
    color: var(--sr-navy);
    font-weight: 700;
    text-decoration-color: #42c5ba;
    text-decoration-thickness: 3px;
    text-underline-offset: 4px;
}

.sr-hero-message {
    display: grid;
    gap: 3px;
    font-size: clamp(1.15rem, 2vw, 1.42rem);
    font-weight: 520;
    letter-spacing: -0.018em;
}

.sr-hero-message > span {
    display: block;
}

.sr-hero-message strong {
    position: relative;
    display: inline-block;
    margin-left: 3px;
    color: var(--sr-blue-dark);
    font-weight: 800;
    z-index: 0;
}

.sr-hero-message strong::after {
    position: absolute;
    right: -3px;
    bottom: 2px;
    left: -3px;
    height: 8px;
    border-radius: 4px;
    background: rgba(22, 140, 134, 0.18);
    content: "";
    transform: rotate(-1deg);
    z-index: -1;
}

.sr-hero-message em {
    margin-left: 5px;
    color: var(--sr-teal);
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.sr-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.sr-proof-list {
    display: flex;
    align-items: stretch;
    gap: 0;
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid var(--sr-border);
}

.sr-proof-list > div {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 7px;
    padding: 0 18px;
    color: var(--sr-muted);
    font-size: 12px;
    font-weight: 650;
    line-height: 1.35;
    transition: color 180ms ease, transform 180ms ease;
}

.sr-proof-list > div:hover {
    color: var(--sr-blue);
    transform: translateY(-2px);
}

.sr-proof-list > div:first-child {
    padding-left: 0;
}

.sr-proof-list > div + div {
    border-left: 1px solid var(--sr-border);
}

.sr-proof-list strong,
.sr-proof-list i {
    flex: 0 0 auto;
    color: var(--sr-navy);
    font-size: 18px;
    font-weight: 800;
}

.sr-proof-list i {
    color: var(--sr-teal);
}

.sr-hero-note {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    color: var(--sr-muted);
    font-size: 14px;
    font-weight: 650;
}

.sr-hero-note i {
    display: inline-grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 50%;
    color: var(--sr-teal);
    background: rgba(22, 140, 134, 0.1);
}

.sr-hero-visual {
    position: relative;
    max-width: 680px;
    margin-left: auto;
    padding: 14px;
    border: 0;
    border-radius: 28px;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    transition: box-shadow 260ms ease, transform 260ms ease;
    z-index: 1;
}

.sr-hero-visual:hover {
    box-shadow: none;
    transform: translateY(-7px);
}

.sr-hero-visual::before {
    position: absolute;
    inset: -46px -34px -18px;
    border: 1px solid rgba(55, 111, 208, 0.08);
    border-radius: 50%;
    background: radial-gradient(circle at 45% 38%, rgba(255, 255, 255, 0.92), rgba(221, 234, 255, 0.72) 70%, rgba(200, 220, 252, 0.58));
    content: "";
    z-index: -2;
}

.sr-product-window {
    overflow: hidden;
    border: 1px solid rgba(227, 232, 239, 0.88);
    border-radius: 19px;
    background: #f8fafc;
}

.sr-product-windowbar {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: 42px;
    padding: 0 14px;
    border-bottom: 1px solid var(--sr-border);
    color: var(--sr-muted);
    font-size: 12px;
    font-weight: 700;
}

.sr-window-dots {
    display: flex;
    gap: 6px;
}

.sr-window-dots i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff6b6b;
}

.sr-window-dots i:nth-child(2) {
    background: #f5c451;
}

.sr-window-dots i:nth-child(3) {
    background: #40c98b;
}

.sr-visual-chip {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border: 1px solid rgba(227, 232, 239, 0.92);
    border-radius: 12px;
    color: var(--sr-navy);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 30px rgba(22, 50, 79, 0.13);
    font-size: 13px;
    font-weight: 750;
    backdrop-filter: blur(10px);
    transition: box-shadow 220ms ease, transform 220ms ease;
    z-index: 2;
}

.sr-hero-visual:hover .sr-visual-chip-orders {
    transform: translate(-5px, -4px);
}

.sr-hero-visual:hover .sr-visual-chip-sales {
    transform: translate(4px, -5px);
}

.sr-hero-visual:hover .sr-visual-chip-stock {
    transform: translate(5px, 4px);
}

.sr-hero-visual:hover .sr-visual-chip-reporting {
    transform: translate(-5px, -2px);
}

.sr-hero-visual:hover .sr-visual-chip-employees {
    transform: translate(-4px, 4px);
}

.sr-hero-visual:hover .sr-visual-chip-suppliers {
    transform: translate(5px, 2px);
}

.sr-visual-chip i {
    color: var(--sr-blue);
    font-size: 16px;
}

.sr-visual-chip-orders {
    top: 12%;
    left: -34px;
}

.sr-visual-chip-sales {
    top: 5%;
    right: -20px;
}

.sr-visual-chip-stock {
    right: -30px;
    bottom: 14%;
}

.sr-visual-chip-reporting {
    top: 44%;
    left: -42px;
}

.sr-visual-chip-employees {
    bottom: 8%;
    left: -28px;
}

.sr-visual-chip-suppliers {
    top: 43%;
    right: -48px;
}

.sr-hero-visual::after {
    position: absolute;
    right: -22px;
    bottom: -42px;
    left: -22px;
    height: 86px;
    border: 1px solid rgba(55, 111, 208, 0.1);
    border-radius: 50%;
    background: linear-gradient(180deg, #f7faff 0%, #e7effc 50%, #d7e5fa 100%);
    box-shadow: 0 22px 34px rgba(55, 111, 208, 0.18), inset 0 8px 16px rgba(255, 255, 255, 0.9);
    content: "";
    z-index: -1;
}

.sr-hero-visual img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0 0 18px 18px;
}

.sr-about {
    padding: 104px 0;
    background: #f8fafc;
}

.sr-section-heading {
    max-width: 720px;
    margin: 0 auto 54px;
}

.sr-section-heading > span {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--sr-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.sr-section-heading h2 {
    margin: 0;
    color: var(--sr-navy);
    font-family: inherit;
    font-size: clamp(2rem, 4vw, 3.1rem);
    font-weight: 760;
    letter-spacing: -0.035em;
    line-height: 1.15;
}

.sr-section-heading h2 strong {
    color: var(--sr-blue);
    font-weight: inherit;
}

.sr-about-intro {
    margin-bottom: 72px;
}

.sr-about-lead {
    margin: 0 0 30px;
    color: var(--sr-text);
    font-size: 1.08rem;
    line-height: 1.85;
}

.sr-benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 28px;
}

.sr-benefit-card {
    display: flex;
    min-height: 112px;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border: 1px solid var(--sr-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(22, 50, 79, 0.05);
    transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.sr-benefit-card:hover {
    border-color: rgba(55, 111, 208, 0.3);
    box-shadow: 0 16px 36px rgba(22, 50, 79, 0.1);
    transform: translateY(-4px);
}

.sr-benefit-icon {
    display: grid;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    place-items: center;
    border-radius: 14px;
    color: var(--sr-blue);
    background: rgba(55, 111, 208, 0.09);
    font-size: 21px;
    transition: color 200ms ease, background-color 200ms ease;
}

.sr-benefit-card:hover .sr-benefit-icon {
    color: #fff;
    background: var(--sr-blue);
}

.sr-benefit-card h3 {
    margin: 0;
    color: var(--sr-navy);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 740;
    line-height: 1.4;
}

.sr-about-support {
    margin: 0 0 28px;
    color: var(--sr-muted);
    line-height: 1.8;
}

.sr-about-visual {
    position: relative;
    max-width: 440px;
    margin-left: auto;
    padding: 34px;
    border: 1px solid rgba(55, 111, 208, 0.12);
    border-radius: 28px;
    background: linear-gradient(145deg, #fff, #edf3fb);
    box-shadow: 0 24px 60px rgba(22, 50, 79, 0.12);
}

.sr-about-visual img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 260ms ease;
}

.sr-about-visual:hover img {
    transform: translateY(-6px) scale(1.015);
}

.sr-about-badge {
    position: absolute;
    right: -20px;
    bottom: 28px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 12px 16px;
    border: 1px solid var(--sr-border);
    border-radius: 12px;
    color: var(--sr-navy);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 32px rgba(22, 50, 79, 0.14);
    font-size: 13px;
    font-weight: 750;
}

.sr-about-badge i {
    color: var(--sr-teal);
    font-size: 18px;
}

.sr-reasons-panel {
    padding: 44px;
    border: 1px solid var(--sr-border);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(22, 50, 79, 0.08);
}

.sr-reasons-panel img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.sr-reasons-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 6px 12px 6px 7px;
    border: 1px solid rgba(55, 111, 208, 0.14);
    border-radius: 999px;
    color: var(--sr-blue-dark);
    background: rgba(55, 111, 208, 0.06);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sr-reasons-count {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    color: #fff;
    background: var(--sr-blue);
    font-size: 14px;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1;
}

.sr-reasons-panel h3 {
    margin: 0 0 26px;
    color: var(--sr-navy);
    font-family: inherit;
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    font-weight: 760;
    letter-spacing: -0.025em;
    line-height: 1.25;
}

.sr-reasons-panel h3 strong {
    color: var(--sr-blue);
}

.sr-reasons-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    counter-reset: sr-reason;
    list-style: none;
}

.sr-reasons-list li {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 12px 14px;
    border-radius: 11px;
    color: var(--sr-text);
    background: #f8fafc;
    font-weight: 650;
    counter-increment: sr-reason;
    transition: color 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.sr-reasons-list li::before {
    display: grid;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    place-items: center;
    border-radius: 9px;
    color: var(--sr-blue);
    background: #fff;
    box-shadow: 0 5px 14px rgba(22, 50, 79, 0.08);
    content: counter(sr-reason, decimal-leading-zero);
    font-size: 11px;
    font-weight: 850;
}

.sr-reasons-list li:hover {
    color: var(--sr-blue-dark);
    background: #f0f5fc;
    transform: translateX(5px);
}

.sr-features {
    padding: 104px 0;
    background: #fff;
}

.sr-features > .container > .row {
    margin: 0 0 24px;
}

.sr-features > .container > .row > .col-lg-12 {
    padding: 30px;
    border: 1px solid var(--sr-border);
    border-radius: 22px;
    background: #f8fafc;
    transition: border-color 200ms ease, box-shadow 200ms ease;
}

.sr-features > .container > .row > .col-lg-12:hover {
    border-color: rgba(55, 111, 208, 0.24);
    box-shadow: 0 18px 48px rgba(22, 50, 79, 0.08);
}

.sr-features > .container > .row > .col-lg-12 > h2 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 22px !important;
    color: var(--sr-navy);
    font-family: inherit;
    font-size: clamp(1.35rem, 2.4vw, 1.8rem);
    font-weight: 760;
    letter-spacing: -0.02em;
}

.sr-features > .container > .row > .col-lg-12 > h2 i {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border-radius: 12px;
    color: var(--sr-blue);
    background: rgba(55, 111, 208, 0.09);
    font-size: 18px;
}

.sr-features .fa-tablet-screen-button::before {
    content: "\2726";
    font-family: inherit;
    font-weight: 800;
}

.sr-features > .container > .row > .col-lg-12 > .row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 16px;
    margin: 0;
}

.sr-features > .container > .row > .col-lg-12 > .sr-accounting-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sr-features > .container > .row > .col-lg-12 > .row > [class*="col-md-"] {
    width: auto;
    min-height: 100%;
    margin: 0 !important;
    padding: 24px 20px;
    border: 1px solid var(--sr-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(22, 50, 79, 0.04);
    text-align: left !important;
    transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.sr-features > .container > .row > .col-lg-12 > .row > [class*="col-md-"]:hover {
    border-color: rgba(55, 111, 208, 0.32);
    box-shadow: 0 16px 34px rgba(22, 50, 79, 0.1);
    transform: translateY(-5px);
}

.sr-features > .container > .row > .col-lg-12 > .row img {
    display: block;
    width: 88px;
    height: 88px;
    margin: 0 0 20px;
    padding: 13px;
    border-radius: 18px;
    background: #f3f7fc;
    object-fit: contain;
    transition: background-color 200ms ease, transform 200ms ease;
}

.sr-features > .container > .row > .col-lg-12 > .row > [class*="col-md-"]:hover img {
    background: rgba(55, 111, 208, 0.1);
    transform: scale(1.06);
}

.sr-features > .container > .row > .col-lg-12 > .row h5 {
    margin: 0 0 10px;
    color: var(--sr-navy) !important;
    font-family: inherit;
    font-size: 1.04rem;
    font-weight: 760;
    line-height: 1.4;
}

.sr-features > .container > .row > .col-lg-12 > .row p {
    margin: 0;
    color: var(--sr-muted);
    font-size: 0.94rem;
    line-height: 1.7;
}

.sr-features > .container > br {
    display: none;
}

.sr-pricing {
    display: block !important;
    padding: 104px 0;
    background: #f8fafc;
}

.sr-pricing .h-100 > .card {
    margin-bottom: 22px !important;
    overflow: hidden;
    border: 1px solid #cfdbeb;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 44px rgba(22, 50, 79, 0.08);
}

.sr-pricing .h-100 > .card > .row {
    margin: 0 !important;
}

.sr-pricing .h-100 > .card > .row > .col-xl-3 {
    min-height: 190px;
    flex-direction: column;
    gap: 16px;
    padding: 30px !important;
    border-right: 1px solid var(--sr-border);
    border-radius: 0 !important;
    color: var(--sr-navy) !important;
    background: linear-gradient(145deg, #f4f8fd, #e8f1fc) !important;
    font-size: 1.35rem !important;
    line-height: 1.45;
    text-align: center;
}

.sr-price-panel-icon {
    display: grid;
    width: 64px;
    height: 64px;
    place-items: center;
    border: 1px solid rgba(55, 111, 208, 0.14);
    border-radius: 18px;
    color: var(--sr-blue);
    background: #fff;
    box-shadow: 0 10px 24px rgba(22, 50, 79, 0.09);
    font-size: 27px;
    transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.sr-pricing .h-100 > .card:hover .sr-price-panel-icon {
    color: #fff;
    background: var(--sr-blue);
    transform: translateY(-3px);
}

.sr-pricing .h-100 > .card > .row > .col-xl-9 {
    padding: 34px;
}

.sr-pricing .h-100 > .card:first-child .col-xl-9 > div:first-child {
    color: var(--sr-navy);
    font-size: 1.2rem !important;
    font-weight: 700;
}

.sr-pricing .h-100 > .card:first-child .col-xl-9 > p:first-of-type {
    margin: 12px 0;
    color: var(--sr-blue-dark);
    font-size: clamp(1.8rem, 4vw, 2.7rem) !important;
    font-weight: 850 !important;
    letter-spacing: -0.035em;
}

.sr-pricing .h-100 > .card .col-xl-9 p {
    color: var(--sr-muted);
    line-height: 1.65;
}

.sr-pricing .h-100 > .card:nth-child(2) .col-xl-9 > .row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    gap: 14px;
    margin: 0;
}

.sr-pricing .h-100 > .card:nth-child(2) .col-xl-9 > .row > div {
    width: auto;
    margin: 0 !important;
    padding: 18px 12px;
    border: 1px solid #d8e3f1;
    border-radius: 14px;
    background: #f8fafc;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.sr-pricing .h-100 > .card:nth-child(2) .col-xl-9 > .row > div:hover {
    border-color: rgba(55, 111, 208, 0.3);
    box-shadow: 0 12px 28px rgba(22, 50, 79, 0.09);
    transform: translateY(-4px);
}

.sr-pricing .h-100 > .card:nth-child(2) img {
    width: 100%;
    height: 112px;
    margin-bottom: 14px !important;
    object-fit: contain;
}

.sr-pricing .h-100 > .card:nth-child(2) .fs-5 {
    min-height: 48px;
    color: var(--sr-navy);
    font-size: 0.95rem !important;
    font-weight: 700;
}

.sr-pricing .h-100 > .card:nth-child(2) p:last-child {
    margin: 5px 0 0;
    color: var(--sr-blue-dark);
    font-size: 1.15rem !important;
    font-weight: 800 !important;
}

.sr-installation {
    padding: 104px 0;
    background: #fff;
}

.sr-installation .row.h-100 {
    align-items: stretch;
    margin: 0 !important;
}

.sr-installation .instalcard {
    position: relative;
    padding: 30px 24px;
    overflow: hidden;
    border: 1px solid var(--sr-border);
    border-radius: 20px;
    background: #fff !important;
    box-shadow: 0 14px 38px rgba(22, 50, 79, 0.08);
    transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.sr-installation .instalcard:hover {
    border-color: rgba(55, 111, 208, 0.3);
    box-shadow: 0 20px 46px rgba(22, 50, 79, 0.13);
    transform: translateY(-5px);
}

.sr-installation .instalcard h6 {
    display: inline-block;
    margin: 0 0 12px;
    padding: 6px 10px;
    border-radius: 999px;
    color: var(--sr-blue);
    background: rgba(55, 111, 208, 0.08);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.sr-installation .instalcard h5 {
    min-height: 52px;
    margin: 0 0 18px;
    color: var(--sr-navy);
    font-family: inherit;
    font-size: 1.12rem;
    font-weight: 760;
    line-height: 1.4;
}

.sr-installation .instalcard .circle {
    display: grid;
    width: 82px;
    height: 82px;
    margin: 0 auto 20px;
    place-items: center;
    border-radius: 22px;
    background: #f3f7fc;
}

.sr-installation .instalcard .circle img {
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.sr-installation .instalcard ul {
    margin: 0 0 16px;
    padding-left: 20px;
    color: var(--sr-muted);
    text-align: left;
    line-height: 1.7;
}

.sr-installation .instalcard p {
    color: var(--sr-muted);
    font-size: 0.9rem;
    line-height: 1.6;
}

.sr-installation .pcicon,
.sr-installation .spicon {
    color: rgba(55, 111, 208, 0.45);
}

.sr-clients {
    padding: 96px 0;
    overflow: hidden;
    background: #f8fafc !important;
}

.sr-clients .sr-section-heading h2 {
    font-size: clamp(1.65rem, 3.2vw, 2.5rem);
    line-height: 1.35;
}

.sr-clients .logo-slider {
    padding: 24px 0;
    overflow: hidden;
    border: 1px solid var(--sr-border);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(22, 50, 79, 0.07);
}

.sr-client-card {
    display: inline-flex;
    width: 185px;
    margin: 0 28px;
    padding: 10px;
    vertical-align: top;
    flex-direction: column;
    border: 1px solid var(--sr-border);
    border-radius: 14px;
    background: #fff;
    transition: box-shadow 180ms ease, transform 180ms ease;
}

.sr-clients .sr-client-card img {
    display: block;
    width: 100%;
    height: 108px;
    margin: 0;
    padding: 4px;
    border: 0;
    border-radius: 9px;
    background: #fff;
    object-fit: contain;
    filter: none;
    opacity: 1;
}

.sr-client-card figcaption {
    margin-top: 9px;
    overflow: hidden;
    color: var(--sr-navy);
    font-size: 13px;
    font-weight: 750;
    line-height: 1.3;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sr-client-card:hover {
    box-shadow: 0 12px 28px rgba(22, 50, 79, 0.13);
    transform: translateY(-4px) scale(1.04);
}

.sr-testimonials {
    padding: 104px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 18%, rgba(55, 111, 208, 0.08), transparent 24%),
        linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.sr-testimonials .sr-section-heading > p {
    max-width: 650px;
    margin: 16px auto 0;
    color: var(--sr-muted);
    font-size: 1rem;
    line-height: 1.7;
}

.sr-testimonial-slider {
    margin-top: 46px;
    padding: 4px 4px 2px;
}

.sr-testimonial-slider .swiper-wrapper {
    align-items: stretch;
}

.sr-testimonial-slider .swiper-slide {
    height: auto;
}

.sr-testimonial-card {
    position: relative;
    display: flex;
    height: 100%;
    min-height: 530px;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    padding: 44px 34px 34px;
    border: 1px solid var(--sr-border);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 40px rgba(22, 50, 79, 0.08);
    text-align: center;
    transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.sr-testimonial-card::before {
    position: absolute;
    top: -70px;
    right: -70px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(55, 111, 208, 0.05);
    content: "";
}

.sr-testimonial-card:hover {
    border-color: rgba(55, 111, 208, 0.3);
    box-shadow: 0 22px 48px rgba(22, 50, 79, 0.13);
    transform: translateY(-4px);
}

.sr-testimonial-quote {
    display: block;
    margin-bottom: 20px;
    color: var(--sr-blue);
    font-size: 48px;
    line-height: 1;
}

.sr-testimonial-card blockquote {
    display: flex;
    flex: 1;
    align-items: center;
    margin: 0 0 28px;
}

.sr-testimonial-card blockquote p {
    margin: 0;
    color: var(--sr-navy);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.75;
}

.sr-testimonial-card footer {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 22px;
    text-align: left;
}

.sr-testimonial-avatar {
    display: grid;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, var(--sr-blue), var(--sr-navy));
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.sr-testimonial-card footer div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
}

.sr-testimonial-card cite {
    color: var(--sr-navy);
    font-size: 1rem;
    font-style: normal;
    font-weight: 780;
}

.sr-testimonial-card footer div > span {
    color: var(--sr-muted);
    font-size: 0.88rem;
    line-height: 1.4;
}

.sr-testimonial-watch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 9px 18px;
    border: 1px solid rgba(22, 50, 79, 0.28);
    border-radius: 10px;
    color: var(--sr-navy);
    background: #fff;
    font-size: 0.9rem;
    font-weight: 750;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.sr-testimonial-watch:hover {
    border-color: var(--sr-blue);
    color: #fff;
    background: var(--sr-blue);
    transform: translateY(-2px);
}

.sr-testimonial-watch i {
    font-size: 1.1rem;
}

.sr-testimonial-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 28px;
}

.sr-testimonial-prev,
.sr-testimonial-next {
    display: grid;
    width: 42px;
    height: 42px;
    padding: 0;
    place-items: center;
    border: 1px solid var(--sr-border);
    border-radius: 11px;
    color: var(--sr-navy);
    background: #fff;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.sr-testimonial-prev:hover,
.sr-testimonial-next:hover {
    border-color: var(--sr-blue);
    color: #fff;
    background: var(--sr-blue);
}

.sr-testimonial-prev.swiper-button-disabled,
.sr-testimonial-next.swiper-button-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.sr-testimonial-pagination {
    position: static;
    width: auto !important;
}

.sr-testimonial-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background: #91a0b4;
    opacity: 0.55;
}

.sr-testimonial-pagination .swiper-pagination-bullet-active {
    width: 22px;
    border-radius: 999px;
    background: var(--sr-blue);
    opacity: 1;
}

.sr-contact {
    padding: 104px 0 44px !important;
    background: #fff;
}

.sr-contact > .container > .row {
    align-items: stretch;
    row-gap: 18px;
}

.sr-contact > .container > .row > [class*="col-lg-"] {
    display: flex;
}

.sr-contact .info-item {
    width: 100%;
    min-height: 160px;
    gap: 18px;
    padding: 26px;
    border: 1px solid var(--sr-border);
    border-radius: 18px;
    background: #f8fafc;
    box-shadow: 0 10px 30px rgba(22, 50, 79, 0.06);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.sr-contact .info-item:hover {
    border-color: rgba(55, 111, 208, 0.3);
    box-shadow: 0 16px 38px rgba(22, 50, 79, 0.11);
    transform: translateY(-4px);
}

.sr-contact .info-item .icon {
    display: grid;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    place-items: center;
    border: 0;
    border-radius: 15px;
    color: var(--sr-blue);
    background: rgba(55, 111, 208, 0.09);
    font-size: 22px;
}

.sr-contact .info-item h3 {
    margin: 0 0 8px;
    color: var(--sr-navy);
    font-family: inherit;
    font-size: 1.05rem;
    font-weight: 760;
}

.sr-contact .info-item p,
.sr-contact .info-item div {
    color: var(--sr-muted);
    line-height: 1.65;
}

.sr-contact .info-item p {
    margin: 0;
}

.sr-contact .info-item a {
    color: var(--sr-blue-dark);
    font-weight: 700;
}

.sr-final-cta {
    padding: 38px 0 96px !important;
    background: #fff;
}

.sr-final-cta .containerrr {
    width: 100%;
    max-width: none;
}

.sr-final-cta .containerrr > a {
    display: block;
    text-decoration: none;
}

.sr-final-cta .button-wrapper-varient-one {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 150px;
    align-items: center;
    padding: 38px 110px 38px 42px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    color: #fff;
    background: linear-gradient(135deg, var(--sr-navy), #24527d);
    box-shadow: 0 24px 56px rgba(22, 50, 79, 0.2);
    transition: box-shadow 200ms ease, transform 200ms ease;
}

.sr-final-cta .button-wrapper-varient-one::before {
    position: absolute;
    top: -80px;
    right: 90px;
    width: 230px;
    height: 230px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    content: "";
}

.sr-final-cta .button-wrapper-varient-one:hover {
    box-shadow: 0 30px 68px rgba(22, 50, 79, 0.27);
    transform: translateY(-4px);
}

.sr-final-cta .button-text {
    position: relative;
    color: #fff;
    font-size: clamp(1.55rem, 3.5vw, 2.5rem);
    font-weight: 780 !important;
    letter-spacing: -0.03em;
    line-height: 1.2;
    z-index: 1;
}

.sr-final-cta .expand-bg,
.sr-final-cta .inner-circle {
    display: none;
}

.sr-final-cta .arrow-wrapper {
    position: absolute;
    top: 50%;
    right: 38px;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    transform: translateY(-50%);
    transition: transform 180ms ease;
}

.sr-final-cta .button-wrapper-varient-one:hover .arrow-wrapper {
    transform: translate(4px, -50%);
}

.sr-final-cta.sr-final-cta-pill .containerrr > a {
    width: min(100%, 720px);
    margin: 0 auto;
}

.sr-final-cta.sr-final-cta-pill .sr-final-inquiry-pill {
    min-height: 94px;
    justify-content: center;
    gap: 18px;
    padding: 24px 38px;
    border: 1px solid rgba(22, 140, 134, 0.3);
    border-radius: 999px;
    color: #fff;
    background: var(--sr-teal);
    box-shadow: 0 20px 46px rgba(22, 140, 134, 0.25);
}

.sr-final-cta.sr-final-cta-pill .sr-final-inquiry-pill::before {
    display: none;
}

.sr-final-cta.sr-final-cta-pill .sr-final-inquiry-pill .button-text {
    color: inherit;
    font-size: clamp(1.45rem, 3vw, 2rem);
    letter-spacing: 0;
}

.sr-final-cta.sr-final-cta-pill .sr-final-inquiry-pill > i {
    display: inline-grid;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    place-items: center;
    border-radius: 50%;
    color: var(--sr-teal);
    background: #fff;
    font-size: 18px;
    transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.sr-final-cta.sr-final-cta-pill .sr-final-inquiry-pill:hover {
    color: #0e6f6a;
    border-color: rgba(22, 140, 134, 0.3);
    background: linear-gradient(135deg, #effbf8, #dff5ef);
    box-shadow: 0 24px 50px rgba(22, 140, 134, 0.18);
}

.sr-final-cta.sr-final-cta-pill .sr-final-inquiry-pill:hover > i {
    color: #fff;
    background: var(--sr-teal);
    transform: translate(3px, -3px);
}

.sr-final-cta.sr-final-cta-medium.sr-final-cta-pill .containerrr > a {
    width: min(100%, 520px);
}

.sr-final-cta.sr-final-cta-medium.sr-final-cta-pill .sr-final-inquiry-pill {
    min-height: 72px;
    gap: 14px;
    padding: 17px 30px;
    box-shadow: 0 16px 34px rgba(22, 140, 134, 0.23);
}

.sr-final-cta.sr-final-cta-medium.sr-final-cta-pill .sr-final-inquiry-pill .button-text {
    font-size: clamp(1.2rem, 2.3vw, 1.5rem);
}

.sr-final-cta.sr-final-cta-medium.sr-final-cta-pill .sr-final-inquiry-pill > i {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    font-size: 16px;
}

.footer {
    padding: 76px 0 0;
    color: rgba(255, 255, 255, 0.72);
    background: #0c2742;
}

.footer > .container:first-child > .row {
    row-gap: 40px;
}

.footer > .container:first-child > .row > div:first-child {
    text-align: left !important;
}

.footer > .container:first-child > .row > div:first-child h3:first-child {
    margin: 0 0 20px;
}

.footer > .container:first-child > .row > div:first-child img {
    display: block;
    width: 190px;
    max-height: 72px;
    object-fit: contain;
    object-position: left center;
}

.footer > .container:first-child > .row > div:first-child h3:not(:first-child) {
    margin: 0 0 8px;
    color: #fff;
    font-family: inherit;
    font-size: 1.25rem;
    font-weight: 750;
}

.footer h4 {
    position: relative;
    margin: 0 0 20px;
    padding: 0;
    color: #fff;
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 780;
    letter-spacing: 0.03em;
}

.footer .footer-links {
    margin: 0;
}

.footer .footer-links ul {
    margin: 0;
    padding: 0;
}

.footer .footer-links ul li {
    padding: 0 0 11px;
}

.footer .footer-links ul i {
    display: none;
}

.footer a {
    color: rgba(255, 255, 255, 0.7);
    transition: color 160ms ease;
}

.footer a:hover {
    color: #fff;
}

.footer .social-links a {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
}

.footer .copyright {
    margin-top: 56px;
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.58);
    text-align: center;
}

.sr-demo-page {
    margin-top: 76px;
    background: #f8fafc;
}

.sr-demo-intro {
    padding: 70px 0 54px;
    background: #fff;
}

.sr-demo-heading {
    max-width: 760px;
    margin: 0 auto 42px;
}

.sr-demo-heading > span {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--sr-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.sr-demo-heading h1 {
    margin: 0 0 22px;
    color: var(--sr-navy);
    font-family: inherit;
    font-size: clamp(2.35rem, 5vw, 4rem);
    font-weight: 820;
    letter-spacing: -0.045em;
}

.sr-demo-phone {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 11px 16px;
    border: 1px solid var(--sr-border);
    border-radius: 999px;
    color: var(--sr-muted);
    background: #fff;
    box-shadow: 0 8px 24px rgba(22, 50, 79, 0.07);
    font-size: 0.95rem;
}

.sr-demo-phone i,
.sr-demo-phone strong {
    color: var(--sr-blue-dark);
}

.sr-demo-media-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.sr-demo-offer,
.sr-demo-video {
    min-height: 420px;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--sr-border);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(22, 50, 79, 0.1);
}

.sr-demo-offer img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sr-demo-video {
    padding: 10px;
    background: var(--sr-navy);
}

.sr-demo-video iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
    border: 0;
    border-radius: 14px;
}

.sr-demo-form-section {
    padding: 72px 0 104px;
}

.sr-demo-form-host {
    max-width: 720px;
    margin: 0 auto;
}

.sr-demo-form {
    margin: 0;
}

.sr-demo-card {
    overflow: hidden;
    border: 1px solid var(--sr-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 22px 60px rgba(22, 50, 79, 0.12);
}

.sr-demo-offer-copy {
    padding: 34px 34px 28px;
    border-bottom: 1px solid var(--sr-border);
    background: linear-gradient(145deg, #f3f7fc, #fff);
}

.sr-demo-offer-copy h2 {
    margin: 0 0 10px;
    color: var(--sr-navy) !important;
    font-family: inherit;
    font-size: clamp(1.45rem, 3vw, 2rem);
    font-weight: 800 !important;
    line-height: 1.35;
}

.sr-demo-offer-copy p {
    margin: 0;
    line-height: 1.7;
}

.sr-demo-fields {
    padding: 32px 34px 34px;
}

.sr-demo-fields > h4 {
    margin-bottom: 28px !important;
    color: var(--sr-navy);
    font-family: inherit;
    font-size: 1.2rem;
}

.sr-demo-fields .form-label {
    margin-bottom: 8px;
    color: var(--sr-navy);
    font-size: 0.92rem;
    font-weight: 720;
}

.sr-demo-fields .form-control {
    min-height: 52px;
    padding: 12px 15px;
    border: 1px solid var(--sr-border);
    border-radius: 12px;
    color: var(--sr-text);
    background: #f8fafc;
    box-shadow: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.sr-demo-fields .form-control:focus {
    border-color: rgba(55, 111, 208, 0.55);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(55, 111, 208, 0.1);
}

.sr-demo-submit {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    padding: 13px 24px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background: var(--sr-blue);
    box-shadow: 0 12px 26px rgba(55, 111, 208, 0.24);
    font-size: 1rem;
    font-weight: 780;
    text-decoration: none;
    transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.sr-demo-submit:hover,
.sr-demo-submit:focus {
    color: #fff;
    background: var(--sr-blue-dark);
    box-shadow: 0 16px 32px rgba(55, 111, 208, 0.3);
    transform: translateY(-2px);
}

.sr-legal-page {
    margin-top: 76px;
    padding-bottom: 104px;
    background: #f8fafc;
}

.sr-legal-breadcrumb {
    padding-top: 28px;
}

.sr-legal-breadcrumb .breadcrumb {
    margin: 0;
    font-size: 0.9rem;
}

.sr-legal-breadcrumb .breadcrumb-item a {
    color: var(--sr-blue);
    font-weight: 700;
}

.sr-legal-breadcrumb .breadcrumb-item.active {
    color: var(--sr-muted);
}

.sr-legal-heading {
    max-width: 840px;
    padding-top: 62px;
    padding-bottom: 46px;
}

.sr-legal-heading > span {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--sr-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.sr-legal-heading h1 {
    margin: 0;
    color: var(--sr-navy);
    font-family: inherit;
    font-size: clamp(2.15rem, 5vw, 3.55rem);
    font-weight: 820;
    letter-spacing: -0.045em;
    line-height: 1.16;
}

.sr-legal-container {
    max-width: 980px;
}

.sr-legal-card {
    padding: 58px 64px;
    border: 1px solid var(--sr-border);
    border-radius: 24px;
    color: var(--sr-text);
    background: #fff;
    box-shadow: 0 20px 56px rgba(22, 50, 79, 0.09);
    font-size: 0.98rem;
    line-height: 1.85;
}

.sr-legal-intro {
    margin: 0 0 42px;
    padding: 22px 24px;
    border-left: 4px solid var(--sr-blue);
    border-radius: 0 14px 14px 0;
    color: var(--sr-muted);
    background: #f5f8fc;
    font-size: 1.02rem;
    line-height: 1.9;
}

.sr-legal-card h5 {
    margin: 48px 0 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--sr-border);
    color: var(--sr-navy);
    font-family: inherit;
    font-size: 1.2rem;
    font-weight: 780 !important;
    line-height: 1.45;
}

.sr-legal-card .sr-legal-intro + h5 {
    margin-top: 0;
}

.sr-legal-card p {
    color: var(--sr-muted);
}

.terms-content ol {
    margin: 0;
    padding-left: 2.4rem;
    counter-reset: term-item;
    list-style: none;
}

.terms-content ol > li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 0.35rem;
    color: var(--sr-muted);
    counter-increment: term-item;
}

.terms-content ol > li::before {
    position: absolute;
    top: 0.05em;
    right: 100%;
    min-width: 2rem;
    margin-right: 0.25rem;
    color: var(--sr-blue-dark);
    content: counters(term-item, ".") ".";
    font-weight: 800;
    text-align: right;
    white-space: nowrap;
}

.terms-content ol ol {
    margin: 14px 0 16px;
    padding: 16px 18px 16px 3.2rem;
    border: 1px solid var(--sr-border);
    border-radius: 12px;
    background: #f8fafc;
}

.terms-content ol ol > li:last-child,
.terms-content > ol > li:last-child {
    margin-bottom: 0;
}

.terms-content .footer-info {
    display: grid;
    gap: 7px;
    margin: 58px 0 0;
    padding: 24px;
    border: 1px solid var(--sr-border);
    border-radius: 14px;
    background: #f8fafc;
}

.terms-content .footer-info p {
    margin: 0;
}

.terms-content .footer-info a {
    width: fit-content;
    margin-top: 4px;
    color: var(--sr-blue-dark);
    font-weight: 750;
}

@media (min-width: 1200px) {
    .sr-header .mobile-nav-show,
    .sr-header .mobile-nav-hide {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .sr-header {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    body.mobile-nav-active {
        overflow: hidden;
    }

    body.mobile-nav-active::before {
        display: none;
    }

    .mobile-nav-active .sr-header {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        z-index: 10000;
    }

    .sr-header .sr-navbar {
        position: fixed;
        top: 0;
        right: -100%;
        bottom: auto;
        width: min(370px, 88vw);
        height: 100vh;
        height: 100dvh;
        max-height: 100dvh;
        max-width: none;
        overflow: hidden;
        overscroll-behavior: contain;
        visibility: hidden;
        pointer-events: none;
        isolation: isolate;
        border-left: 1px solid #d9e3ef;
        background: #fff !important;
        box-shadow: -100vw 0 0 100vw rgba(12, 39, 66, 0.42), -24px 0 60px rgba(12, 39, 66, 0.22);
        transition: right 220ms ease, visibility 220ms ease;
        z-index: 10001 !important;
    }

    .sr-header .sr-navbar::before {
        display: none !important;
    }

    .sr-header .sr-navbar::after {
        position: absolute;
        top: 20px;
        left: 22px;
        width: 158px;
        height: 44px;
        background: url("../img/favicon/sakura_reji_blue_logo.png") left center / contain no-repeat;
        content: "";
        z-index: 10003;
    }

    .sr-header .sr-navbar ul {
        position: relative !important;
        inset: auto !important;
        display: flex;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        min-height: 100dvh;
        flex-direction: column;
        gap: 4px;
        padding: 88px 20px 30px;
        margin: 0;
        overflow-y: auto;
        list-style: none !important;
        background: #fff !important;
        opacity: 1 !important;
        z-index: 10002 !important;
    }

    .sr-header .sr-navbar li {
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none !important;
    }

    .sr-header .sr-navbar li::marker {
        content: "";
    }

    .sr-header .sr-navbar a,
    .sr-header .sr-navbar a:focus {
        justify-content: flex-start;
        padding: 13px 15px;
        border: 0;
        border-radius: 10px;
        color: var(--sr-navy);
        background: transparent;
        font-size: 16px;
        transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
    }

    .sr-header .sr-navbar a:hover,
    .sr-header .sr-navbar a.active {
        color: var(--sr-blue-dark);
        background: linear-gradient(135deg, #f1f6ff, #e9f2ff);
        box-shadow: inset 3px 0 0 rgba(55, 111, 208, 0.72);
    }

    .sr-header .sr-navbar .sr-nav-inquiry,
    .sr-header .sr-navbar li:hover > .sr-nav-inquiry {
        justify-content: center;
        margin-top: 8px;
        color: #fff;
        background: var(--sr-navy);
    }

    .sr-header .sr-navbar .sr-button {
        margin-top: 8px;
        padding: 12px 20px;
    }

    .sr-language > a {
        display: inline-flex !important;
        width: 100%;
        margin-top: 12px;
        padding: 10px 12px !important;
    }

    .sr-language .dropdown-menu {
        position: static !important;
        transform: none !important;
        width: 100%;
        box-shadow: none;
    }

    .mobile-nav-active .sr-header .sr-navbar {
        right: 0;
        visibility: visible;
        pointer-events: auto;
    }

    .mobile-nav-active .sr-header .sr-brand {
        opacity: 0;
        pointer-events: none;
    }

    .sr-header .sr-menu-toggle {
        display: inline-grid;
        place-items: center;
        z-index: 10004;
    }

    .mobile-nav-active .sr-header .mobile-nav-hide {
        position: fixed;
        top: 17px;
        right: 18px;
        margin: 0;
        color: var(--sr-navy);
        background: #fff;
        box-shadow: 0 7px 20px rgba(22, 50, 79, 0.1);
    }
}

@media (max-width: 991.98px) {
    .sr-hero {
        min-height: auto;
        padding: 72px 0;
        text-align: center;
    }

    .sr-hero-copy,
    .sr-hero-lead {
        margin-right: auto;
        margin-left: auto;
    }

    .sr-hero-actions,
    .sr-hero-note {
        justify-content: center;
    }

    .sr-hero-visual {
        margin: 52px auto 0;
    }

    .sr-hero::before {
        top: auto;
        right: 12.5%;
        bottom: 18px;
        width: 75vw;
        height: 75vw;
    }

    .sr-proof-list {
        justify-content: center;
    }

    .sr-about {
        padding: 82px 0;
    }

    .sr-about-intro {
        margin-bottom: 52px;
    }

    .sr-about-visual {
        margin: 8px auto 0;
    }

    .sr-features {
        padding: 82px 0;
    }

    .sr-features > .container > .row > .col-lg-12 > .sr-accounting-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sr-testimonials {
        padding: 82px 0;
    }

    .sr-pricing,
    .sr-installation,
    .sr-clients {
        padding: 82px 0;
    }

    .sr-pricing .h-100 > .card > .row > .col-xl-3 {
        min-height: auto;
        padding: 24px !important;
        border-right: 0;
        border-bottom: 1px solid var(--sr-border);
    }

    .sr-installation .row.h-100 {
        gap: 16px 0;
    }

    .sr-contact {
        padding: 82px 0 34px !important;
    }

    .sr-final-cta {
        padding-bottom: 82px !important;
    }

    .sr-demo-media-grid {
        grid-template-columns: 1fr;
    }

    .sr-demo-offer,
    .sr-demo-video {
        min-height: 380px;
    }

    .sr-legal-page {
        padding-bottom: 82px;
    }

    .sr-legal-card {
        padding: 46px 38px;
    }
}

@media (max-width: 575.98px) {
    .sr-header {
        height: 68px;
    }

    .sr-header .sr-header-shell {
        min-height: 68px;
        padding: 0 12px;
        border-radius: 0;
    }

    .sr-header .sr-brand img {
        width: 145px;
    }

    .sr-hero {
        margin-top: 68px;
        padding: 56px 0;
    }

    .sr-hero h1 {
        font-size: clamp(2.35rem, 12vw, 3.2rem);
    }

    .sr-hero h1.sr-hero-title-ja {
        font-size: clamp(2.05rem, 9.5vw, 2.7rem);
    }

    .sr-hero h1.sr-hero-title-ne {
        font-size: clamp(2rem, 9vw, 2.6rem);
        line-height: 1.2;
    }

    .sr-hero-actions {
        flex-direction: column;
    }

    .sr-hero-actions .sr-button {
        width: 100%;
    }

    .sr-proof-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .sr-proof-list > div {
        flex-direction: column;
        justify-content: flex-start;
        padding: 0 8px;
        text-align: center;
    }

    .sr-hero-visual {
        margin-top: 40px;
        padding: 12px;
        border-radius: 20px;
    }

    .sr-hero::after {
        display: none;
    }

    .sr-hero-visual::before {
        inset: -20px -10px -8px;
    }

    .sr-hero-visual::after {
        right: -8px;
        bottom: -26px;
        left: -8px;
        height: 56px;
    }

    .sr-visual-chip {
        display: none;
    }

    .sr-about {
        padding: 64px 0;
    }

    .sr-section-heading {
        margin-bottom: 38px;
    }

    .sr-benefit-grid {
        grid-template-columns: 1fr;
    }

    .sr-benefit-card {
        min-height: 92px;
    }

    .sr-about-visual {
        padding: 24px;
    }

    .sr-about-badge {
        right: 12px;
        bottom: 18px;
    }

    .sr-reasons-panel {
        padding: 24px 18px;
        border-radius: 20px;
    }

    .sr-features {
        padding: 64px 0;
    }

    .sr-testimonials {
        padding: 64px 0;
    }

    .sr-testimonial-slider {
        margin-top: 34px;
    }

    .sr-testimonial-card {
        min-height: 0;
        padding: 34px 22px 28px;
    }

    .sr-testimonial-quote {
        margin-bottom: 14px;
        font-size: 42px;
    }

    .sr-testimonial-card blockquote p {
        font-size: 0.94rem;
        line-height: 1.7;
    }

    .sr-features > .container > .row > .col-lg-12 {
        padding: 22px 16px;
        border-radius: 18px;
    }

    .sr-features > .container > .row > .col-lg-12 > .row {
        grid-template-columns: 1fr;
    }

    .sr-pricing,
    .sr-installation,
    .sr-clients {
        padding: 64px 0;
    }

    .sr-pricing .h-100 > .card > .row > .col-xl-9 {
        padding: 24px 16px;
    }

    .sr-pricing .h-100 > .card:nth-child(2) .col-xl-9 > .row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sr-installation .instalcard {
        padding: 26px 20px;
    }

    .sr-installation .row.h-100 > .col-md-1 {
        width: 100%;
        min-height: 34px;
    }

    .sr-client-card {
        width: 145px;
        margin: 0 18px;
    }

    .sr-clients .sr-client-card img {
        height: 88px;
    }

    .sr-contact {
        padding: 64px 0 28px !important;
    }

    .sr-contact .info-item {
        min-height: auto;
        padding: 22px 18px;
    }

    .sr-final-cta {
        padding: 28px 0 64px !important;
    }

    .sr-final-cta .button-wrapper-varient-one {
        min-height: 138px;
        padding: 30px 82px 30px 24px;
        border-radius: 20px;
    }

    .sr-final-cta .arrow-wrapper {
        right: 22px;
        width: 48px;
        height: 48px;
    }

    .footer {
        padding-top: 58px;
    }

    .footer > .container:first-child > .row > div:first-child {
        text-align: center !important;
    }

    .footer > .container:first-child > .row > div:first-child img {
        margin: 0 auto;
        object-position: center;
    }

    .sr-demo-page {
        margin-top: 68px;
    }

    .sr-demo-intro {
        padding: 52px 0 40px;
    }

    .sr-demo-heading {
        margin-bottom: 32px;
    }

    .sr-demo-phone {
        flex-wrap: wrap;
        justify-content: center;
    }

    .sr-demo-offer,
    .sr-demo-video {
        min-height: 300px;
        border-radius: 18px;
    }

    .sr-demo-video iframe {
        min-height: 280px;
    }

    .sr-demo-form-section {
        padding: 52px 0 72px;
    }

    .sr-demo-card {
        border-radius: 19px;
    }

    .sr-demo-offer-copy,
    .sr-demo-fields {
        padding: 24px 18px;
    }

    .sr-demo-submit {
        width: 100%;
    }

    .sr-legal-page {
        margin-top: 68px;
        padding-bottom: 64px;
    }

    .sr-legal-breadcrumb {
        padding-top: 20px;
    }

    .sr-legal-heading {
        padding-top: 44px;
        padding-bottom: 34px;
    }

    .sr-legal-card {
        padding: 30px 18px;
        border-radius: 18px;
    }

    .sr-legal-intro {
        margin-bottom: 34px;
        padding: 18px;
    }

    .sr-legal-card h5 {
        margin-top: 38px;
    }

    .terms-content ol {
        padding-left: 2rem;
    }

    .terms-content ol ol {
        padding: 14px 12px 14px 2.8rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .sr-button,
    .sr-header .sr-navbar,
    .sr-hero-visual,
    .sr-visual-chip,
    .sr-proof-list > div,
    .sr-benefit-card,
    .sr-about-visual img,
    .sr-reasons-list li,
    .sr-features > .container > .row > .col-lg-12,
    .sr-features > .container > .row > .col-lg-12 > .row > [class*="col-md-"],
    .sr-features > .container > .row > .col-lg-12 > .row img,
    .sr-pricing .h-100 > .card:nth-child(2) .col-xl-9 > .row > div,
    .sr-price-panel-icon,
    .sr-installation .instalcard,
    .sr-client-card,
    .sr-contact .info-item,
    .sr-final-cta .button-wrapper-varient-one,
    .sr-final-cta .arrow-wrapper,
    .sr-demo-submit {
        transition: none;
    }

    .sr-hero-visual:hover,
    .sr-hero-visual:hover .sr-visual-chip,
    .sr-proof-list > div:hover,
    .sr-benefit-card:hover,
    .sr-about-visual:hover img,
    .sr-reasons-list li:hover,
    .sr-features > .container > .row > .col-lg-12 > .row > [class*="col-md-"]:hover,
    .sr-features > .container > .row > .col-lg-12 > .row > [class*="col-md-"]:hover img,
    .sr-pricing .h-100 > .card:nth-child(2) .col-xl-9 > .row > div:hover,
    .sr-pricing .h-100 > .card:hover .sr-price-panel-icon,
    .sr-installation .instalcard:hover,
    .sr-client-card:hover,
    .sr-contact .info-item:hover,
    .sr-final-cta .button-wrapper-varient-one:hover,
    .sr-final-cta .button-wrapper-varient-one:hover .arrow-wrapper,
    .sr-demo-submit:hover {
        transform: none;
    }
}
