html.sms-standalone-html {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: none !important;
    background: #fff;
    overflow-x: hidden;
}

body.sms-standalone-body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 100% !important;
    display: block !important;
    background: #fff !important;
    overflow-x: hidden !important;
}

body.sms-standalone-body .sms-standalone-root,
body.sms-standalone-body .sms-page {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.sms-standalone-body .sms-standalone-root *,
body.sms-standalone-body .sms-standalone-root *::before,
body.sms-standalone-body .sms-standalone-root *::after {
    box-sizing: border-box;
}

:root {
    --sms-ink: #0b1f23;
    --sms-ink-deep: #06171a;
    --sms-ink-panel: #0c252a;
    --sms-ink-soft: #122d32;
    --sms-gold: #dfba5d;
    --sms-gold-hover: #e8c86f;
    --sms-text: #18242b;
    --sms-muted: #6d787e;
    --sms-soft: #f4f6f6;
    --sms-line: #dce2e3;
    --sms-radius: 8px;
}

.sms-page,
.sms-services-grid,
.sms-archive-grid {
    font-family: inherit;
}

.sms-page {
    background: #fff;
    color: var(--sms-text);
    overflow: clip;
}

.sms-page-shell,
.sms-shell {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
}

.sms-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #a37d23;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
}

.sms-section-kicker::before {
    content: "";
    width: 22px;
    height: 1px;
    background: currentColor;
}

.sms-services-grid,
.sms-archive-grid {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.sms-card {
    min-width: 0;
}

.sms-services-grid > .sms-card,
.sms-archive-grid > .sms-card {
    flex: 0 0 calc((100% - 40px) / 3);
    max-width: calc((100% - 40px) / 3);
}

.sms-card-link {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1.08;
    min-height: 100%;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    border: 0;
    border-radius: 10px;
    background: var(--sms-ink);
    isolation: isolate;
}

.sms-card-media,
.sms-card-image,
.sms-card-placeholder,
.sms-card-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.sms-card-media {
    overflow: hidden;
    background: #132428;
}

.sms-card-image {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: scale(1.001);
    transition: transform .75s cubic-bezier(.2,.7,.2,1);
}

.sms-card-placeholder {
    background: linear-gradient(145deg, #13292e, #0a171a);
}

.sms-card-shade {
    z-index: 1;
    background: linear-gradient(180deg, rgba(4,13,16,.02) 28%, rgba(4,13,16,.14) 49%, rgba(4,13,16,.86) 79%, rgba(4,13,16,.98) 100%);
}

.sms-card-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 24px 22px 22px;
    color: #fff;
}

.sms-card h3 {
    max-width: 100%;
    margin: 0;
    color: #fff;
    font: inherit;
    font-size: clamp(20px, 1.25vw, 24px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -.025em;
}

.sms-card p {
    display: -webkit-box;
    margin: 9px 0 0;
    overflow: hidden;
    color: rgba(255,255,255,.7);
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.48;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.sms-card-link:hover .sms-card-image {
    transform: scale(1.045);
}

.sms-js .sms-services-grid .sms-card,
.sms-js .sms-archive-grid .sms-card,
.sms-js .sms-reveal,
.sms-js .sms-reveal-item {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .68s cubic-bezier(.2,.7,.2,1), transform .68s cubic-bezier(.2,.7,.2,1);
    transition-delay: var(--sms-reveal-delay, 0ms);
    will-change: opacity, transform;
}

.sms-js .sms-services-grid .sms-card.sms-card-visible,
.sms-js .sms-archive-grid .sms-card.sms-card-visible,
.sms-js .sms-reveal.sms-reveal-visible,
.sms-js .sms-reveal-item.sms-reveal-visible {
    opacity: 1;
    transform: translateY(0);
}

.sms-empty {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
    padding: 18px 20px;
    background: var(--sms-soft);
    color: #505a60;
}

.sms-archive-hero {
    padding: clamp(80px, 8vw, 130px) 0 56px;
    text-align: center;
}

.sms-archive-hero h1 {
    max-width: 920px;
    margin: 12px auto 0;
    color: #16202e;
    font-size: clamp(42px, 4.4vw, 68px);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.sms-archive-hero p {
    max-width: 760px;
    margin: 20px auto 0;
    color: #707983;
    font-size: clamp(16px, 1.2vw, 19px);
    line-height: 1.6;
}

.sms-archive-content {
    padding-bottom: clamp(80px, 8vw, 140px);
}

.sms-single-hero {
    position: relative;
    width: 100%;
    min-height: clamp(650px, 76vh, 830px);
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--sms-ink-deep);
    isolation: isolate;
}

.sms-single-hero-image,
.sms-single-hero-shade {
    position: absolute;
    inset: 0;
}

.sms-single-hero-image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center center !important;
}

.sms-single-hero-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4,17,20,.03), rgba(4,17,20,.12));
}

.sms-single-hero-shade {
    z-index: 1;
    background: linear-gradient(90deg, rgba(4,17,20,.96) 0%, rgba(4,17,20,.86) 31%, rgba(4,17,20,.50) 57%, rgba(4,17,20,.12) 100%);
}

.sms-single-hero-inner {
    position: relative;
    z-index: 2;
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
    padding: clamp(88px, 8vw, 132px) 0 clamp(74px, 7vw, 112px);
    color: #fff;
}

.sms-single-hero-copy {
    max-width: 860px;
}

.sms-single-eyebrow,
.sms-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--sms-gold);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
}

.sms-single-eyebrow {
    margin-bottom: 20px;
}

.sms-single-eyebrow::before,
.sms-section-kicker::before {
    content: "";
    width: 24px;
    height: 1px;
    flex: 0 0 auto;
    background: currentColor;
}

.sms-single-hero h1 {
    max-width: 860px;
    margin: 0;
    color: #fff;
    font-size: clamp(54px, 4.75vw, 78px);
    font-weight: 500;
    line-height: .98;
    letter-spacing: -.045em;
}

.sms-single-lead {
    max-width: 680px;
    margin: 26px 0 0;
    color: rgba(255,255,255,.76);
    font-size: clamp(17px, 1.15vw, 20px);
    line-height: 1.62;
}

.sms-single-actions {
    margin-top: 34px;
    display: flex;
    align-items: center;
}

.sms-action-btn,
.sms-single-page .sms-action-btn,
.sms-contact-form button.sms-action-btn {
    min-height: 52px;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px;
    padding: 0 20px !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    text-decoration: none !important;
    font: inherit !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease !important;
}

.sms-action-btn svg,
.sms-package-cta svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .22s cubic-bezier(.2,.7,.2,1);
}

.sms-action-btn:hover svg,
.sms-package-cta:hover svg {
    transform: translateX(3px);
}

.sms-action-btn-gold,
.sms-single-page .sms-action-btn-gold,
.sms-contact-form button.sms-action-btn-gold {
    background: var(--sms-gold) !important;
    border-color: var(--sms-gold) !important;
    color: #07171a !important;
}

.sms-action-btn-gold:hover,
.sms-single-page .sms-action-btn-gold:hover,
.sms-contact-form button.sms-action-btn-gold:hover {
    background: var(--sms-gold-hover) !important;
    border-color: var(--sms-gold-hover) !important;
    color: #07171a !important;
}

.sms-hero-facts {
    margin-top: 40px;
    padding-top: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 18px 44px;
    max-width: 520px;
    border-top: 1px solid rgba(255,255,255,.13);
}

.sms-hero-facts > div {
    min-width: 140px;
}

.sms-hero-facts span,
.sms-contact-details span,
.sms-contact-service span {
    display: block;
    margin-bottom: 6px;
    color: rgba(255,255,255,.48);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.3;
}

.sms-hero-facts strong {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.sms-section {
    padding: clamp(92px, 8vw, 136px) 0;
}

.sms-section-head {
    margin: 0 0 clamp(44px, 5vw, 68px);
}

.sms-section-head h2,
.sms-faq-heading h2,
.sms-related-head h2,
.sms-contact-copy h2 {
    margin: 13px 0 0;
    font-size: clamp(42px, 3.8vw, 60px);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -.045em;
}

.sms-section-head h2,
.sms-faq-heading h2,
.sms-related-head h2 {
    color: var(--sms-text);
}

.sms-section-head > p,
.sms-faq-heading > p,
.sms-packages-header > p {
    color: var(--sms-muted);
    font-size: 16px;
    line-height: 1.68;
}

.sms-section-intro {
    max-width: 690px;
    color: #667278;
    font-size: 16px;
    line-height: 1.72;
}

.sms-editor-content {
    color: inherit;
}

.sms-editor-content > *:first-child { margin-top: 0; }
.sms-editor-content > *:last-child { margin-bottom: 0; }
.sms-editor-content p,
.sms-editor-content ul,
.sms-editor-content ol { margin: 0 0 1.15em; }
.sms-editor-content ul,
.sms-editor-content ol { padding-left: 1.3em; }
.sms-editor-content h2,
.sms-editor-content h3,
.sms-editor-content h4 {
    margin: 1.4em 0 .55em;
    color: var(--sms-text);
    font-weight: 500;
}

























.sms-packages-section {
    position: relative;
    overflow: hidden;
    background: #071b1f;
    color: #fff;
}

.sms-section-head-light h2 {
    color: #fff;
}

.sms-section-head-light .sms-section-kicker,
.sms-packages-section .sms-section-kicker,
.sms-testimonials-section .sms-section-kicker {
    color: var(--sms-gold);
}

.sms-packages-header {
    margin-bottom: clamp(46px, 5vw, 72px);
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, .7fr);
    gap: clamp(50px, 8vw, 128px);
    align-items: end;
}

.sms-packages-header .sms-section-head {
    margin: 0;
}

.sms-packages-header > p {
    max-width: 520px;
    margin: 0 0 3px;
    color: rgba(255,255,255,.55);
}

.sms-packages-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(255,255,255,.14);
    border-bottom: 1px solid rgba(255,255,255,.14);
}

.sms-package-card {
    position: relative;
    min-width: 0;
    min-height: 100%;
    padding: 34px 32px 30px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid rgba(255,255,255,.12);
    background: transparent;
}

.sms-package-card:last-child {
    border-right: 0;
}

.sms-package-card.is-featured {
    background: rgba(223,186,93,.055);
}

.sms-package-card.is-featured::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    height: 2px;
    background: var(--sms-gold);
}

.sms-package-head {
    min-height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 44px;
}

.sms-package-index {
    color: rgba(255,255,255,.34);
    font-size: 12px;
    font-weight: 600;
}

.sms-package-badge {
    color: var(--sms-gold);
    font-size: 11px;
    font-weight: 500;
}

.sms-package-top h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(24px, 1.7vw, 30px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.sms-package-top p {
    min-height: 44px;
    margin: 10px 0 0;
    color: rgba(255,255,255,.48);
    font-size: 14px;
    line-height: 1.55;
}

.sms-package-price {
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,.12);
}

.sms-package-price strong {
    display: block;
    color: #fff;
    font-size: clamp(36px, 2.7vw, 46px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.04em;
}

.sms-package-price span {
    display: block;
    margin-top: 8px;
    color: rgba(255,255,255,.42);
    font-size: 13px;
    line-height: 1.5;
}

.sms-package-features {
    margin: 28px 0 30px;
    padding: 0;
    display: grid;
    gap: 11px;
    list-style: none;
}

.sms-package-features li {
    position: relative;
    padding-left: 18px;
    color: rgba(255,255,255,.70);
    font-size: 14px;
    line-height: 1.48;
}

.sms-package-features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .72em;
    width: 7px;
    height: 1px;
    background: var(--sms-gold);
}

.sms-package-features li svg {
    display: none;
}

.sms-package-cta {
    margin-top: auto;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0;
    border-top: 1px solid rgba(255,255,255,.16);
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: color .2s ease, border-color .2s ease;
}

.sms-package-cta:hover {
    color: var(--sms-gold);
    border-top-color: rgba(223,186,93,.6);
}

.sms-process-section {
    background: #fff;
}

.sms-process-section .sms-section-head {
    max-width: 760px;
}

.sms-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid #d9dfe0;
}

.sms-process-card {
    min-width: 0;
    padding: 30px 30px 8px 0;
    border-right: 1px solid #d9dfe0;
}

.sms-process-card + .sms-process-card {
    padding-left: 30px;
}

.sms-process-card:last-child {
    border-right: 0;
    padding-right: 0;
}

.sms-process-top {
    display: block;
    margin-bottom: 52px;
}

.sms-process-top span {
    display: block;
    color: #b48a2c;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.sms-process-top i {
    display: block;
    width: 32px;
    height: 1px;
    margin-top: 13px;
    background: #c7a34e;
}

.sms-process-card h3 {
    margin: 0;
    color: #16232a;
    font-size: clamp(21px, 1.45vw, 25px);
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -.025em;
}

.sms-process-card p {
    margin: 12px 0 0;
    color: #727d82;
    font-size: 14px;
    line-height: 1.62;
}

.sms-faq-section {
    background: #f4f6f5;
}

.sms-faq-layout {
    display: grid;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
    gap: clamp(70px, 9vw, 145px);
    align-items: start;
}

.sms-faq-heading {
    position: sticky;
    top: 130px;
}

.sms-faq-heading h2 {
    margin-top: 13px;
}

.sms-faq-heading > p {
    max-width: 390px;
    margin: 20px 0 0;
}

.sms-faq-list {
    border-top: 1px solid #cfd7d8;
}

.sms-faq-item {
    border-bottom: 1px solid #cfd7d8;
}

.sms-faq-question {
    width: 100%;
    min-height: 78px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 32px;
    align-items: center;
    gap: 14px;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #17242a !important;
    box-shadow: none !important;
    text-align: left;
    cursor: pointer;
}

.sms-faq-num {
    color: #a8812a;
    font-size: 11px;
    font-weight: 600;
}

.sms-faq-label {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.35;
}

.sms-faq-question svg {
    width: 20px;
    height: 20px;
    justify-self: end;
    fill: none;
    stroke: #657277;
    stroke-width: 1.5;
    stroke-linecap: round;
    transition: transform .28s cubic-bezier(.2,.7,.2,1), stroke .2s ease;
}

.sms-faq-question:hover svg,
.sms-faq-item.is-open .sms-faq-question svg {
    stroke: #a8812a;
}

.sms-faq-item.is-open .sms-faq-question svg {
    transform: rotate(45deg);
}

.sms-faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows .34s cubic-bezier(.2,.7,.2,1), opacity .24s ease;
}

.sms-faq-answer > div {
    min-height: 0;
    overflow: hidden;
}

.sms-faq-answer p {
    max-width: 740px;
    margin: 0;
    padding: 0 46px 0 56px;
    color: #6a757a;
    font-size: 15px;
    line-height: 1.72;
    transform: translateY(-5px);
    transition: padding .34s cubic-bezier(.2,.7,.2,1), transform .34s cubic-bezier(.2,.7,.2,1);
}

.sms-faq-item.is-open .sms-faq-answer {
    grid-template-rows: 1fr;
    opacity: 1;
}

.sms-faq-item.is-open .sms-faq-answer p {
    padding-bottom: 28px;
    transform: translateY(0);
}

.sms-testimonials-section {
    background: #071b1f;
    color: #fff;
}

.sms-testimonials-head {
    margin-bottom: clamp(42px, 5vw, 68px);
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
}

.sms-testimonials-head .sms-section-head {
    margin: 0;
}

.sms-testimonials-grid {
    display: grid;
    gap: 0;
    border-top: 1px solid rgba(255,255,255,.14);
    border-bottom: 1px solid rgba(255,255,255,.14);
}

.sms-testimonials-count-1 {
    grid-template-columns: minmax(0, 760px);
}

.sms-testimonials-count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sms-testimonials-count-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sms-testimonials-count-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sms-testimonial-card {
    position: relative;
    min-width: 0;
    min-height: 350px;
    padding: 34px 34px 30px;
    display: flex;
    flex-direction: column;
    background: transparent;
    border-right: 1px solid rgba(255,255,255,.12);
}

.sms-testimonials-count-2 .sms-testimonial-card:last-child,
.sms-testimonials-count-3 .sms-testimonial-card:last-child,
.sms-testimonials-count-4 .sms-testimonial-card:nth-child(2n) {
    border-right: 0;
}

.sms-testimonials-count-4 .sms-testimonial-card:nth-child(-n/**/+2) {
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.sms-testimonial-card::before {
    content: "\201C";
    position: absolute;
    top: 78px;
    left: 30px;
    color: rgba(223,186,93,.9);
    font-family: Georgia, serif;
    font-size: 58px;
    line-height: 1;
}

.sms-stars {
    color: var(--sms-gold);
    font-size: 11px;
    letter-spacing: .11em;
}

.sms-testimonial-card blockquote {
    max-width: 520px;
    margin: 72px 0 38px;
    color: rgba(255,255,255,.9);
    font-size: clamp(18px, 1.4vw, 22px);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -.018em;
}

.sms-testimonial-author {
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,.10);
}

.sms-testimonial-author strong {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.sms-testimonial-author span {
    display: block;
    margin-top: 5px;
    color: rgba(255,255,255,.42);
    font-size: 12px;
}

.sms-testimonials-viewport,
.sms-related-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    cursor: grab;
    touch-action: pan-y;
}

.sms-testimonials-viewport::-webkit-scrollbar,
.sms-related-viewport::-webkit-scrollbar {
    display: none;
}

.sms-drag-slider.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    user-select: none;
}

.sms-testimonials-track {
    display: flex;
    gap: 1px;
    background: rgba(255,255,255,.12);
    border-top: 1px solid rgba(255,255,255,.12);
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.sms-testimonials-track .sms-testimonial-card {
    flex: 0 0 calc((100% - 2px) / 3);
    min-height: 360px;
    border: 0;
    background: #071b1f;
    scroll-snap-align: start;
}

.sms-contact-wrap {
    width: 100%;
    margin: 0;
    padding: clamp(82px, 7vw, 112px) 0;
    background: #fbfbfb;
    color: var(--sms-text);
}

.sms-contact-section {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(540px, 1.22fr);
    gap: clamp(56px, 7vw, 104px);
    align-items: start;
}

.sms-contact-copy {
    position: sticky;
    top: 130px;
    padding-top: 6px;
}

.sms-contact-copy h2 {
    max-width: 590px;
    margin: 0;
    color: #1b1f21;
    font-size: clamp(38px, 3.35vw, 52px);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -.045em;
}

.sms-contact-copy > p {
    max-width: 530px;
    margin: 18px 0 0;
    color: #526267;
    font-size: 15px;
    line-height: 1.7;
}

.sms-contact-details {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 28px;
    max-width: 520px;
    border-top: 1px solid #e1e6e7;
}

.sms-contact-details a {
    display: grid;
    gap: 5px;
    padding: 18px 0 0;
    color: #1b1f21;
    text-decoration: none;
    transition: color .18s ease;
}

.sms-contact-details a:hover {
    color: #8f6b22;
}

.sms-contact-details span {
    color: #7b898d;
    font-size: 12px;
    font-weight: 500;
}

.sms-contact-details strong {
    color: inherit;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
}

.sms-contact-form-card {
    padding: clamp(26px, 3vw, 38px);
    border: 1px solid #e4e9ea;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(16, 40, 45, .035);
}

.sms-form-message {
    margin-bottom: 20px;
    padding: 13px 15px;
    border: 1px solid currentColor;
    border-radius: 6px;
    background: #fff;
    font-size: 13px;
    line-height: 1.5;
}

.sms-form-success { color: #477a51; }
.sms-form-error { color: #a54e4e; }

.sms-contact-form {
    display: grid;
    gap: 16px;
}

.sms-field-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.sms-field {
    position: relative;
    display: grid;
    gap: 8px;
    min-width: 0;
}

.sms-field > span {
    color: #526267;
    font-size: 12px;
    font-weight: 550;
    line-height: 1.3;
}

.sms-field input,
.sms-field textarea {
    width: 100% !important;
    min-height: 54px !important;
    margin: 0 !important;
    padding: 14px 15px !important;
    border: 1px solid #dbe2e3 !important;
    border-radius: 6px !important;
    outline: none !important;
    box-shadow: none !important;
    background: #f8f9f9 !important;
    background-color: #f8f9f9 !important;
    background-image: none !important;
    color: #1b1f21 !important;
    font: inherit !important;
    font-size: 14.5px !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
    transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease !important;
    color-scheme: light;
}

.sms-field textarea {
    min-height: 124px !important;
    resize: vertical;
}

.sms-field-select::before,
.sms-field-select::after {
    content: none !important;
    display: none !important;
}

.sms-select-control {
    position: relative;
    display: block;
    width: 100%;
    min-height: 54px;
    border: 1px solid #dbe2e3;
    border-radius: 6px;
    background: #f8f9f9;
    background-color: #f8f9f9;
    overflow: hidden;
    transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.sms-select-control select,
.sms-field select.sms-package-select {
    display: block !important;
    /* Extra width intentionally pushes any browser/theme native arrow outside
       the clipped wrapper. This keeps exactly one custom SVG chevron even when
       a theme ignores appearance:none on <select>. */
    width: calc(100% + 38px) !important;
    min-height: 52px !important;
    height: 52px !important;
    margin: 0 !important;
    padding: 14px 84px 14px 15px !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    color: #1b1f21 !important;
    -webkit-text-fill-color: #1b1f21 !important;
    font: inherit !important;
    font-size: 14.5px !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
    cursor: pointer;
    color-scheme: light;
}

.sms-select-control select::-ms-expand {
    display: none;
}

.sms-select-control select option {
    background: #f8f9f9;
    color: #1b1f21;
}

.sms-select-control > svg {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    pointer-events: none;
    fill: none;
    stroke: #53666b;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sms-field input::placeholder,
.sms-field textarea::placeholder {
    color: #9aa5a8 !important;
    opacity: 1;
}

.sms-field input:hover,
.sms-field textarea:hover {
    border-color: #c7d1d3 !important;
}

.sms-select-control:hover {
    border-color: #c7d1d3;
}

.sms-field input:focus,
.sms-field textarea:focus {
    border-color: #9eafb2 !important;
    background: #fff !important;
    background-color: #fff !important;
    box-shadow: 0 0 0 3px rgba(16, 40, 45, .045) !important;
}

.sms-field-select:focus-within .sms-select-control {
    border-color: #9eafb2;
    background: #fff;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(16, 40, 45, .045);
}

.sms-submit-btn {
    justify-self: start;
    min-height: 52px !important;
    margin-top: 2px !important;
}

.sms-consent {
    position: relative;
    display: flex;
    align-items: flex-start;
    max-width: 650px;
    margin: 1px 0 0;
    cursor: pointer;
}

.sms-consent > input {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
    pointer-events: none;
}

.sms-consent-box {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-top: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cfd8da;
    border-radius: 4px;
    background: #f8f9f9;
    transition: background-color .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.sms-consent-box svg {
    width: 12px;
    height: 12px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0;
    transform: scale(.8);
    transition: opacity .16s ease, transform .16s ease;
}

.sms-consent > input:checked + .sms-consent-box {
    border-color: #1b1f21;
    background: #1b1f21;
}

.sms-consent > input:checked + .sms-consent-box svg {
    opacity: 1;
    transform: scale(1);
}

.sms-consent > input:focus-visible + .sms-consent-box {
    box-shadow: 0 0 0 3px rgba(16, 40, 45, .09);
}

.sms-consent-text {
    color: #748287;
    font-size: 11.5px;
    line-height: 1.55;
}

.sms-consent-text a {
    color: #1b1f21;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.sms-consent-text a:hover {
    color: #8d6b20;
}

.sms-hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.sms-related-section {
    padding: clamp(82px, 6.8vw, 104px) 0 clamp(88px, 7vw, 112px);
    background: #fff;
}

.sms-related-head {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.sms-related-head h2 {
    width: 100%;
    max-width: none;
    margin: 0;
    color: #102329;
    font-size: clamp(38px, 3.45vw, 52px);
    font-weight: 600;
    line-height: 1.04;
    letter-spacing: -.045em;
}

.sms-related-actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 20px;
}

.sms-text-link {
    color: #263238;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    border-bottom: 1px solid #c1c9cb;
    padding-bottom: 3px;
    transition: color .18s ease, border-color .18s ease;
}

.sms-text-link:hover {
    color: #8f6b1f;
    border-color: #b9943e;
}

.sms-slider-nav {
    display: flex;
    align-items: center;
    gap: 14px;
}

.sms-slider-btn,
.sms-single-page button.sms-slider-btn {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    display: grid !important;
    place-items: center !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #203136 !important;
    cursor: pointer;
    transition: color .18s ease, opacity .18s ease !important;
}

.sms-slider-btn svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sms-slider-btn:hover:not(:disabled) {
    color: #9b7523 !important;
}

.sms-slider-btn:disabled {
    opacity: .22;
    cursor: default;
}

.sms-testimonials-section .sms-slider-btn,
.sms-testimonials-section button.sms-slider-btn {
    color: rgba(255,255,255,.86) !important;
}

.sms-testimonials-section .sms-slider-btn:hover:not(:disabled) {
    color: var(--sms-gold) !important;
}

.sms-related-viewport {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
}

.sms-related-track {
    display: flex;
    gap: 18px;
}

.sms-related-section.is-static .sms-related-track {
    justify-content: center;
}

/* Static related services (1-4): no slider behaviour at all. */
.sms-related-section.is-static .sms-related-viewport {
    overflow: visible;
    scroll-snap-type: none;
    scroll-behavior: auto;
    overscroll-behavior-x: auto;
    touch-action: auto;
    cursor: default;
}

.sms-related-section.is-static .sms-card {
    scroll-snap-align: none;
}

.sms-related-track .sms-card {
    flex: 0 0 calc((100% - 54px) / 4);
    min-width: 0;
    scroll-snap-align: start;
}

.sms-related-section .sms-card-link {
    aspect-ratio: 1 / 1.04;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(16, 40, 45, .055);
}

.sms-related-section .sms-card-shade {
    background: linear-gradient(180deg, rgba(4,13,16,.01) 34%, rgba(4,13,16,.10) 54%, rgba(4,13,16,.78) 82%, rgba(4,13,16,.94) 100%);
}

.sms-related-section .sms-card-content {
    padding: 22px 20px 20px;
}

.sms-related-section .sms-card h3 {
    font-size: clamp(20px, 1.35vw, 23px);
    font-weight: 550;
    line-height: 1.1;
}

.sms-related-section .sms-card p {
    margin-top: 8px;
    color: rgba(255,255,255,.76);
    font-size: 13px;
    line-height: 1.45;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.sms-related-section .sms-card-link:hover .sms-card-image {
    transform: scale(1.035);
}

@media (max-width: 1120px) {
    .sms-services-grid > .sms-card,
    .sms-archive-grid > .sms-card {
        flex-basis: calc((100% - 40px) / 3);
        max-width: calc((100% - 40px) / 3);
    }

    

    

    .sms-package-card {
        padding-left: 24px;
        padding-right: 24px;
    }

    .sms-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sms-process-card:nth-child(2) {
        border-right: 0;
    }

    .sms-process-card:nth-child(-n/**/+2) {
        padding-bottom: 34px;
        border-bottom: 1px solid #d9dfe0;
    }

    .sms-process-card:nth-child(3) {
        padding-left: 0;
    }

    .sms-testimonials-count-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sms-contact-section {
        grid-template-columns: minmax(0, .76fr) minmax(440px, 1.24fr);
        gap: 54px;
    }
}

@media (max-width: 900px) {
    .sms-services-grid,
    .sms-archive-grid {
        gap: 16px;
    }

    .sms-services-grid > .sms-card,
    .sms-archive-grid > .sms-card {
        flex: 0 0 calc((100% - 16px) / 2);
        max-width: calc((100% - 16px) / 2);
    }

    .sms-packages-header,
.sms-faq-layout,
.sms-contact-section{
        grid-template-columns: 1fr;
    }

    

    .sms-packages-header {
        gap: 20px;
    }

    .sms-packages-grid {
        grid-template-columns: 1fr;
    }

    .sms-package-card {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .sms-package-card:last-child {
        border-bottom: 0;
    }

    .sms-faq-heading,
    .sms-contact-copy {
        position: static;
    }

    .sms-faq-layout,
    .sms-contact-section {
        gap: 44px;
    }

    .sms-contact-section {
        grid-template-columns: 1fr;
    }

    .sms-contact-copy {
        max-width: 720px;
    }

    .sms-testimonials-track .sms-testimonial-card,
    .sms-related-track .sms-card {
        flex-basis: calc((100% - 18px) / 2);
    }
}

@media (max-width: 767px) {
    .sms-page-shell,
    .sms-shell,
    .sms-single-hero-inner,
    .sms-contact-section,
    .sms-related-head,
    .sms-related-viewport,
    .sms-services-grid,
    .sms-archive-grid,
    .sms-empty {
        width: calc(100% - 30px);
    }

    .sms-card-link {
        aspect-ratio: 1 / .98;
    }

    .sms-card-content {
        padding: 20px 18px 18px;
    }

    .sms-card h3 {
        font-size: 21px;
    }

    .sms-card p {
        font-size: 13px;
    }

    .sms-archive-hero {
        padding-top: 64px;
    }

    .sms-single-hero {
        min-height: 660px;
    }

    .sms-single-hero-shade {
        background: linear-gradient(180deg, rgba(4,17,20,.25) 0%, rgba(4,17,20,.44) 32%, rgba(4,17,20,.86) 68%, rgba(4,17,20,.98) 100%);
    }

    .sms-single-hero-inner {
        min-height: 660px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-end;
        box-sizing: border-box;
        padding: 100px 0 54px;
    }

    .sms-single-hero .sms-hero-breadcrumb {
        width: 100%;
        max-width: 100%;
        margin-bottom: 26px;
        overflow: hidden;
    }

    .sms-single-hero-copy {
        width: 100%;
        max-width: 100%;
        flex: 0 0 auto;
    }

    .sms-single-hero h1 {
        max-width: 620px;
        font-size: clamp(42px, 11vw, 58px);
        line-height: 1;
    }

    .sms-single-lead {
        margin-top: 19px;
        font-size: 16px;
        line-height: 1.55;
    }

    .sms-single-actions {
        margin-top: 26px;
    }

    .sms-hero-facts {
        margin-top: 30px;
        padding-top: 18px;
        gap: 16px 30px;
    }

    .sms-section {
        padding: 78px 0;
    }

    .sms-section-head h2,
    .sms-faq-heading h2,
    .sms-related-head h2,
    .sms-contact-copy h2 {
        font-size: clamp(36px, 10vw, 48px);
    }

    

    

    .sms-process-grid,
.sms-testimonials-count-2,
.sms-testimonials-count-3,
.sms-testimonials-count-4{
        grid-template-columns: 1fr;
    }

    

    

    .sms-package-card {
        padding: 28px 22px 26px;
    }

    .sms-package-head {
        margin-bottom: 34px;
    }

    .sms-process-grid {
        border-top: 1px solid #d9dfe0;
    }

    .sms-process-card,
    .sms-process-card + .sms-process-card,
    .sms-process-card:nth-child(3) {
        padding: 26px 0 28px;
        border-right: 0;
        border-bottom: 1px solid #d9dfe0;
    }

    .sms-process-card:last-child {
        border-bottom: 0;
    }

    .sms-process-top {
        margin-bottom: 28px;
    }

    .sms-faq-heading {
        margin-bottom: 6px;
    }

    .sms-faq-question {
        min-height: 72px;
        grid-template-columns: 34px minmax(0,1fr) 28px;
        gap: 10px;
    }

    .sms-faq-label {
        font-size: 16px;
    }

    .sms-faq-answer p {
        padding-left: 44px;
        padding-right: 34px;
    }

    .sms-testimonials-head,
    .sms-related-head {
        align-items: flex-end;
    }

    .sms-testimonials-grid {
        border-bottom: 0;
    }

    .sms-testimonial-card {
        min-height: 300px;
        padding: 28px 0 28px;
        border-right: 0 !important;
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .sms-testimonial-card::before {
        left: 0;
        top: 66px;
    }

    .sms-testimonial-card blockquote {
        margin-top: 65px;
    }

    .sms-testimonials-track {
        gap: 16px;
        background: transparent;
        border: 0;
    }

    .sms-testimonials-track .sms-testimonial-card {
        flex-basis: 86%;
        padding: 26px 22px;
        border: 1px solid rgba(255,255,255,.12) !important;
        background: #0a2024;
    }

    .sms-contact-wrap {
        padding: 78px 0;
    }

    .sms-contact-section {
        gap: 46px;
    }

    .sms-field-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .sms-related-section {
        padding: 72px 0 80px;
    }

    .sms-related-head {
        align-items: center;
        margin-bottom: 24px;
    }

    .sms-related-track .sms-card {
        flex-basis: 86%;
    }
}

@media (max-width: 640px) {
    .sms-services-grid > .sms-card,
    .sms-archive-grid > .sms-card {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sms-related-actions {
        gap: 14px;
    }

    .sms-text-link {
        display: none;
    }
}

@media (max-width: 480px) {
    .sms-page-shell,
    .sms-shell,
    .sms-single-hero-inner,
    .sms-contact-section,
    .sms-related-head,
    .sms-related-viewport,
    .sms-services-grid,
    .sms-archive-grid,
    .sms-empty {
        width: calc(100% - 24px);
    }

    .sms-single-hero {
        min-height: 620px;
    }

    .sms-single-hero-inner {
        min-height: 620px;
        padding-bottom: 42px;
    }

    .sms-action-btn,
    .sms-single-page .sms-action-btn,
    .sms-contact-form button.sms-action-btn {
        min-height: 50px;
        padding-left: 17px !important;
        padding-right: 17px !important;
    }

    .sms-contact-details {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 18px;
    }

    .sms-slider-nav {
        gap: 8px;
    }

    .sms-slider-btn,
    .sms-single-page button.sms-slider-btn {
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
        min-height: 32px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sms-js .sms-services-grid .sms-card,
    .sms-js .sms-archive-grid .sms-card,
    .sms-js .sms-reveal,
    .sms-js .sms-reveal-item {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    .sms-card-image,
    .sms-action-btn svg,
    .sms-package-cta svg,
    .sms-faq-question svg,
    .sms-faq-answer,
    .sms-faq-answer p {
        transition: none !important;
    }
}

.sms-hero-breadcrumb {
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
    max-width: 100%;
    margin: 0 0 clamp(28px, 3vw, 42px);
    color: rgba(255,255,255,.58);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -.01em;
    white-space: nowrap;
}

.sms-hero-breadcrumb a,
.sms-hero-breadcrumb span {
    color: inherit;
    text-decoration: none;
}

.sms-hero-breadcrumb a {
    position: relative;
    transition: color .18s ease;
}

.sms-hero-breadcrumb a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    height: 1px;
    background: currentColor;
    opacity: 0;
    transform: scaleX(.65);
    transform-origin: left center;
    transition: opacity .18s ease, transform .18s ease;
}

.sms-hero-breadcrumb a:hover::after {
    opacity: .35;
    transform: scaleX(1);
}

.sms-hero-breadcrumb a:hover {
    color: var(--sms-gold);
}

.sms-hero-breadcrumb span {
    min-width: 0;
    max-width: 360px;
    overflow: hidden;
    color: rgba(255,255,255,.82);
    text-overflow: ellipsis;
}

.sms-hero-breadcrumb svg {
    width: 11px;
    height: 11px;
    flex: 0 0 auto;
    fill: none;
    stroke: rgba(255,255,255,.32);
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Darbų galerija - v1.10.19 */
.sms-single-page .sms-work-gallery-section {
    background: #fff;
    border-top: 0;
    border-bottom: 1px solid #edf0f0;
}

.sms-single-page .sms-work-gallery-head {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0 0 clamp(34px, 3.6vw, 48px);
    text-align: left;
}

.sms-single-page .sms-work-gallery-head h2 {
    width: 100%;
    max-width: none;
    margin: 0;
    color: #102329;
    font-size: clamp(38px, 3.45vw, 52px);
    font-weight: 600;
    line-height: 1.04;
    letter-spacing: -.045em;
}

.sms-single-page .sms-work-gallery-head .sms-section-subtext {
    max-width: 720px;
    margin: 16px 0 0;
    color: #526168;
    font-size: 15px;
    line-height: 1.65;
}

.sms-single-page .sms-work-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: clamp(12px, 1.25vw, 18px);
    border: 0;
}

.sms-single-page .sms-work-gallery-item,
.sms-single-page .sms-work-gallery-grid[class*="is-count-"] .sms-work-gallery-item,
.sms-single-page .sms-work-gallery-grid[class*="is-count-"] .sms-work-gallery-item:first-child {
    position: relative;
    grid-column: auto;
    grid-row: auto;
    min-width: 0;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid #e2e7e8;
    border-radius: 12px;
    background: #edf1f1;
}

.sms-single-page .sms-work-gallery-button {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: inherit;
    background: #edf1f1;
    color: inherit;
    cursor: zoom-in;
    appearance: none;
    -webkit-appearance: none;
}

.sms-single-page .sms-work-gallery-button::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(3, 15, 18, 0) 58%, rgba(3, 15, 18, .14) 100%);
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none;
}

.sms-single-page .sms-work-gallery-button img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: scale(1.001);
    transition: transform .55s cubic-bezier(.2,.7,.2,1);
}

.sms-single-page .sms-work-gallery-expand {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.32);
    border-radius: 8px;
    background: rgba(8, 28, 32, .72);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    opacity: 0;
    transform: translateY(-4px);
    transition: opacity .28s ease, transform .28s ease, background .28s ease;
    pointer-events: none;
}

.sms-single-page .sms-work-gallery-expand svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: #fff;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (hover: hover) {
    .sms-single-page .sms-work-gallery-button:hover img {
        transform: scale(1.035);
    }

    .sms-single-page .sms-work-gallery-button:hover::after {
        opacity: 1;
    }

    .sms-single-page .sms-work-gallery-button:hover .sms-work-gallery-expand {
        opacity: 1;
        transform: translateY(0);
    }
}

.sms-single-page .sms-work-gallery-button:focus-visible {
    outline: 2px solid var(--sms-gold);
    outline-offset: 3px;
}

/* Lightbox */
html.sms-gallery-open,
body.sms-gallery-open {
    overflow: hidden !important;
    overscroll-behavior: none;
}

body.sms-gallery-open {
    touch-action: none;
}

.sms-gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 42px 110px 54px;
    background: rgba(3, 12, 15, .94);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .22s ease, visibility .22s ease;
}

.sms-gallery-lightbox.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.sms-gallery-lightbox-stage {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sms-gallery-lightbox-image {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 30px 90px rgba(0,0,0,.32);
    opacity: 1;
    transform: scale(1);
    transition: opacity .16s ease, transform .2s ease;
    user-select: none;
    -webkit-user-drag: none;
}

.sms-gallery-lightbox.is-changing .sms-gallery-lightbox-image {
    opacity: .28;
    transform: scale(.992);
}

.sms-gallery-lightbox-close,
.sms-gallery-lightbox-nav {
    position: absolute;
    z-index: 3;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(255,255,255,.92);
    cursor: pointer;
    transition: color .18s ease, opacity .18s ease, transform .18s ease;
    appearance: none;
    -webkit-appearance: none;
}

.sms-gallery-lightbox-close {
    top: 24px;
    right: 26px;
    width: 42px;
    height: 42px;
}

.sms-gallery-lightbox-nav {
    top: 50%;
    width: 52px;
    height: 72px;
    margin-top: -36px;
}

.sms-gallery-lightbox-prev {
    left: 26px;
}

.sms-gallery-lightbox-next {
    right: 26px;
}

.sms-gallery-lightbox-close svg {
    width: 22px;
    height: 22px;
}

.sms-gallery-lightbox-nav svg {
    width: 25px;
    height: 25px;
}

.sms-gallery-lightbox-close svg,
.sms-gallery-lightbox-nav svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sms-gallery-lightbox-close:hover,
.sms-gallery-lightbox-nav:hover {
    color: var(--sms-gold);
}

.sms-gallery-lightbox-close:focus-visible,
.sms-gallery-lightbox-nav:focus-visible {
    outline: 2px solid var(--sms-gold);
    outline-offset: 3px;
}

.sms-gallery-lightbox-counter {
    position: absolute;
    left: 50%;
    bottom: 22px;
    z-index: 3;
    padding: 0;
    transform: translateX(-50%);
    border: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(255,255,255,.78);
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    letter-spacing: .08em;
}

.sms-gallery-lightbox.is-single .sms-gallery-lightbox-nav,
.sms-gallery-lightbox.is-single .sms-gallery-lightbox-counter {
    display: none;
}

@media (max-width: 900px) {
    .sms-single-page .sms-work-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sms-gallery-lightbox {
        padding: 64px 78px 64px;
    }

    .sms-gallery-lightbox-nav {
        width: 52px;
        height: 52px;
        margin-top: -26px;
    }

    .sms-gallery-lightbox-prev {
        left: 14px;
    }

    .sms-gallery-lightbox-next {
        right: 14px;
    }
}

@media (max-width: 640px) {
    .sms-single-page .sms-work-gallery-head {
        margin-bottom: 26px;
    }

    .sms-single-page .sms-work-gallery-head h2 {
        font-size: clamp(34px, 10vw, 42px);
    }

    .sms-single-page .sms-work-gallery-head .sms-section-subtext {
        margin-top: 14px;
        font-size: 14px;
        line-height: 1.6;
    }

    .sms-single-page .sms-work-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .sms-single-page .sms-work-gallery-item {
        border-radius: 9px;
    }

    .sms-single-page .sms-work-gallery-expand {
        top: 8px;
        right: 8px;
        width: 32px;
        height: 32px;
        border-radius: 7px;
        opacity: 1;
        transform: none;
        background: rgba(8, 28, 32, .58);
    }

    .sms-single-page .sms-work-gallery-expand svg {
        width: 16px;
        height: 16px;
    }

    .sms-gallery-lightbox {
        padding: 66px 14px 74px;
    }

    .sms-gallery-lightbox-close {
        top: 14px;
        right: 14px;
        width: 40px;
        height: 40px;
    }

    .sms-gallery-lightbox-nav {
        top: 50%;
        bottom: auto;
        width: 42px;
        height: 64px;
        margin-top: -32px;
    }

    .sms-gallery-lightbox-prev {
        left: 4px;
    }

    .sms-gallery-lightbox-next {
        right: 4px;
    }

    .sms-gallery-lightbox-counter {
        bottom: 20px;
    }
}


.sms-section-subtext {
    max-width: 720px;
    margin: 18px 0 0;
    color: var(--sms-muted);
    font-size: 16px;
    line-height: 1.68;
}





.sms-packages-section {
    background: #f3f4f2;
    color: var(--sms-text);
}

.sms-packages-header {
    display: block;
    max-width: 820px;
    margin: 0 0 clamp(38px, 4vw, 56px);
}

.sms-packages-header .sms-section-kicker {
    color: #9b7624;
}

.sms-packages-header h2 {
    color: var(--sms-text);
}

.sms-packages-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    border: 0;
}

.sms-packages-grid.sms-packages-count-1 {
    max-width: 520px;
    grid-template-columns: 1fr;
}

.sms-packages-grid.sms-packages-count-2 {
    max-width: 960px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-left: auto;
    margin-right: auto;
}

.sms-package-card {
    position: relative;
    min-height: 500px;
    padding: 38px 38px 34px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(12,31,35,.11);
    border-radius: 6px;
    background: #fff;
    color: var(--sms-text);
}

.sms-package-card:last-child {
    border-right: 1px solid rgba(12,31,35,.11);
}

.sms-package-card.is-featured {
    background: #fff;
    border-color: rgba(184,143,44,.5);
}

.sms-package-card.is-featured::before {
    left: -1px;
    right: -1px;
    top: -1px;
    height: 3px;
    background: var(--sms-gold);
    border-radius: 6px 6px 0 0;
}

.sms-package-topline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    min-height: 50px;
}

.sms-package-topline h3 {
    margin: 0;
    color: #17242a;
    font-size: clamp(26px, 2vw, 34px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.sms-package-badge {
    flex: 0 0 auto;
    padding-top: 5px;
    color: #9b7624;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
    white-space: nowrap;
}

.sms-package-price {
    margin: 28px 0 0;
    padding: 0;
    border: 0;
}

.sms-package-price strong {
    display: block;
    color: #0a171a;
    font-size: clamp(44px, 3.2vw, 58px);
    font-weight: 500;
    line-height: .98;
    letter-spacing: -.045em;
}

.sms-package-price span {
    display: block;
    margin-top: 9px;
    color: #818a8e;
    font-size: 12px;
    line-height: 1.45;
}

.sms-package-description {
    margin: 25px 0 0;
    color: #5f6a6f;
    font-size: 15px;
    line-height: 1.6;
}

.sms-package-features {
    margin: 30px 0 34px;
    padding: 26px 0 0;
    display: grid;
    gap: 12px;
    border-top: 1px solid rgba(12,31,35,.09);
    list-style: none;
}

.sms-package-features li {
    position: relative;
    padding-left: 17px;
    color: #4e5a5f;
    font-size: 14px;
    line-height: 1.5;
}

.sms-package-features li::before {
    content: "";
    position: absolute;
    left: 1px;
    top: .66em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #b28a2d;
}

.sms-package-cta {
    min-height: 52px;
    margin-top: auto;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid #0b1f23;
    border-radius: 4px;
    background: #0b1f23;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.sms-package-cta svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .2s ease;
}

.sms-package-cta:hover {
    border-color: var(--sms-gold);
    background: var(--sms-gold);
    color: #0c171a;
}

.sms-package-cta:hover svg {
    transform: translateX(3px);
}

.sms-process-section .sms-section-head,
.sms-work-gallery-head,
.sms-faq-heading,
.sms-testimonials-head .sms-section-head {
    max-width: 820px;
}

.sms-work-gallery-head .sms-section-subtext {
    margin-top: 18px;
}

.sms-testimonials-head .sms-section-subtext {
    color: rgba(255,255,255,.56);
}

@media (max-width: 980px) {
    .sms-packages-grid,
    .sms-packages-grid.sms-packages-count-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: none;
    }

    .sms-package-card {
        min-height: 0;
    }
}

@media (max-width: 700px) {
    .sms-section-subtext {
        margin-top: 14px;
        font-size: 15px;
        line-height: 1.62;
    }

    .sms-packages-grid,
    .sms-packages-grid.sms-packages-count-2,
    .sms-packages-grid.sms-packages-count-1 {
        grid-template-columns: 1fr;
        max-width: none;
        gap: 14px;
    }

    .sms-package-card {
        padding: 30px 24px 24px;
    }

    .sms-package-topline {
        min-height: 0;
        display: block;
    }

    .sms-package-badge {
        display: block;
        margin-top: 8px;
        padding: 0;
    }

    .sms-package-price strong {
        font-size: 44px;
    }
}

.sms-hero-breadcrumb--dark {
    color: #778287;
}

.sms-hero-breadcrumb--dark a:hover {
    color: #9a7420;
}

.sms-hero-breadcrumb--dark span {
    color: var(--sms-text);
}

.sms-hero-breadcrumb--dark svg {
    stroke: #b4bbbe;
}

.sms-hero-informative .sms-hero-breadcrumb {
    width: fit-content;
    padding: 8px 11px;
    border: 1px solid #e8ecec;
    border-radius: 7px;
    background: #fafbfb;
}

/* Informatyvus hero - švarus split išdėstymas */
.sms-hero-informative {
    padding: 44px 0 108px;
    background: #fff;
}

.sms-hero-informative .sms-hero-breadcrumb {
    margin-bottom: clamp(34px, 4vw, 56px);
}

.sms-hero-info-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(460px, 1fr);
    align-items: center;
    gap: clamp(46px, 5vw, 72px);
}

.sms-hero-info-copy {
    min-width: 0;
    padding: 12px 0;
}

.sms-hero-info-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #9a7420;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.sms-hero-info-tag::before {
    content: "";
    width: 24px;
    height: 1px;
    background: var(--sms-gold);
}

.sms-hero-info-copy h1 {
    max-width: 720px;
    margin: 20px 0 0;
    color: var(--sms-text);
    font-size: clamp(48px, 4.45vw, 72px);
    font-weight: 500;
    line-height: .98;
    letter-spacing: -.045em;
}

.sms-hero-info-lead {
    max-width: 620px;
    margin: 26px 0 0;
    color: #667176;
    font-size: clamp(16px, 1.1vw, 18px);
    line-height: 1.72;
}

.sms-hero-info-price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin-top: 34px;
}

.sms-hero-info-price strong {
    flex: 0 0 auto;
    color: var(--sms-text);
    font-size: clamp(34px, 3.4vw, 50px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.04em;
}

.sms-hero-info-price span {
    max-width: 440px;
    color: #778186;
    font-size: 12px;
    line-height: 1.4;
}

.sms-hero-info-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
}

.sms-hero-info-primary,
.sms-hero-info-secondary {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 0 23px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.sms-hero-info-primary {
    border: 1px solid var(--sms-ink);
    background: var(--sms-ink);
    color: #fff;
}

.sms-hero-info-primary:hover {
    border-color: var(--sms-ink-deep);
    background: var(--sms-ink-deep);
    color: #fff;
}

.sms-hero-info-primary svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .2s ease;
}

.sms-hero-info-primary:hover svg {
    transform: translateX(3px);
}

.sms-hero-info-secondary {
    border: 1px solid #cfd6d8;
    background: transparent;
    color: var(--sms-text);
}

.sms-hero-info-secondary:hover {
    border-color: #9aa5a9;
    color: var(--sms-text);
}

.sms-hero-info-facts {
    display: grid;
    margin-top: 36px;
    padding-top: 19px;
    border-top: 1px solid #e1e5e6;
}

.sms-hero-info-facts[data-count="1"] {
    grid-template-columns: minmax(0, 1fr);
}

.sms-hero-info-facts[data-count="2"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sms-hero-info-facts[data-count="3"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sms-hero-info-facts > div {
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 20px;
    border-left: 1px solid #e1e5e6;
}

.sms-hero-info-facts > div:first-child {
    padding-left: 0;
    border-left: 0;
}

.sms-hero-info-facts > div:last-child {
    padding-right: 0;
}

.sms-hero-info-facts strong {
    order: 2;
    display: block;
    color: var(--sms-text);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.28;
}

.sms-hero-info-facts span {
    order: 1;
    display: block;
    margin: 0 0 7px;
    padding: 0;
    color: #899296;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.35;
}

.sms-hero-info-visual {
    position: relative;
    min-width: 0;
    padding: 0 0 58px 34px;
}

.sms-hero-info-main-image {
    position: relative;
    min-height: clamp(540px, 43vw, 660px);
    overflow: hidden;
    border-radius: 12px;
    background: #eef1f1;
}

.sms-hero-info-main-image::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(7,23,26,.06);
}

.sms-hero-info-main-image img,
.sms-hero-info-secondary-image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
}

.sms-hero-info-main-image img {
    position: absolute !important;
    inset: 0 !important;
}

.sms-hero-info-secondary-image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: min(46%, 300px);
    aspect-ratio: 1.32 / 1;
    overflow: hidden;
    border: 8px solid #fff;
    border-radius: 10px;
    background: #e7ebeb;
}

.sms-hero-info-secondary-image img {
    object-position: center;
}

@media (max-width: 1080px) {
    .sms-hero-info-layout {
        grid-template-columns: minmax(0, .95fr) minmax(400px, 1.05fr);
        gap: 48px;
    }

    .sms-hero-info-copy h1 {
        font-size: clamp(46px, 5.7vw, 66px);
    }

    .sms-hero-info-facts[data-count="1"] {
        grid-template-columns: minmax(0, 1fr);
    }

    .sms-hero-info-facts[data-count="2"] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sms-hero-info-facts[data-count="3"] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 0;
    }

    .sms-hero-info-facts[data-count="3"] > div:nth-child(3) {
        grid-column: 1 / -1;
        padding: 20px 0 0;
        border-left: 0;
        border-top: 1px solid #e1e5e6;
    }
}

@media (max-width: 820px) {
    .sms-hero-informative {
        padding: 32px 0 82px;
    }

    .sms-hero-info-layout {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .sms-hero-info-copy {
        padding: 0;
    }

    .sms-hero-info-copy h1 {
        max-width: 720px;
        font-size: clamp(44px, 8vw, 62px);
    }

    .sms-hero-info-lead {
        max-width: 680px;
    }

    .sms-hero-info-visual {
        padding-left: 28px;
    }

    .sms-hero-info-main-image {
        min-height: clamp(500px, 72vw, 620px);
    }
}

@media (max-width: 640px) {
    .sms-hero-informative {
        padding: 24px 0 64px;
    }

    .sms-hero-informative .sms-hero-breadcrumb {
        margin-bottom: 28px;
    }

    .sms-hero-info-layout {
        gap: 34px;
    }

    .sms-hero-info-copy h1 {
        margin-top: 16px;
        font-size: clamp(40px, 12vw, 54px);
    }

    .sms-hero-info-lead {
        margin-top: 20px;
        font-size: 15px;
        line-height: 1.64;
    }

    .sms-hero-info-price {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        margin-top: 28px;
    }

    .sms-hero-info-price strong {
        font-size: 38px;
    }

    .sms-hero-info-price span {
        max-width: 100%;
        padding: 0;
        border-left: 0;
    }

    .sms-hero-info-actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 24px;
    }

    .sms-hero-info-primary,
    .sms-hero-info-secondary {
        width: 100%;
    }

    .sms-hero-info-facts,
    .sms-hero-info-facts[data-count="1"],
    .sms-hero-info-facts[data-count="2"],
    .sms-hero-info-facts[data-count="3"] {
        grid-template-columns: 1fr;
        gap: 0;
        margin-top: 34px;
        padding-top: 0;
        border-top: 1px solid #e1e5e6;
    }

    .sms-hero-info-facts > div,
    .sms-hero-info-facts > div:first-child,
    .sms-hero-info-facts[data-count="3"] > div:nth-child(3) {
        grid-column: auto;
        min-height: 0;
        padding: 17px 0;
        border: 0;
        border-bottom: 1px solid #e1e5e6;
    }

    .sms-hero-info-facts > div:last-child {
        border-bottom: 0;
    }

    .sms-hero-info-facts strong {
        font-size: 17px;
    }

    .sms-hero-info-facts span {
        margin: 0 0 6px;
        padding: 0;
    }

    .sms-hero-info-visual {
        padding: 0 0 42px 14px;
    }

    .sms-hero-info-main-image {
        min-height: 430px;
        border-radius: 10px;
    }

    .sms-hero-info-secondary-image {
        width: min(48%, 210px);
        border-width: 6px;
        border-radius: 8px;
    }
}

/* v1.10.7 - canonical visual "Kodėl verta" section. */

@media (min-width: 821px) {
    .sms-hero-informative {
        padding-bottom: 24px;
    }
}

@media (max-width: 820px) {
    .sms-hero-informative {
        padding-bottom: 30px;
    }
}

.sms-benefits-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(58px, 5vw, 76px) 0 clamp(50px, 4.7vw, 70px);
    background: #fbfbfb;
    border-top: 1px solid #e6ecee;
    border-bottom: 1px solid #e2e9eb;
}

.sms-benefits-section .sms-shell {
    position: relative;
    z-index: 1;
    display: block;
}

.sms-benefits-section .sms-section-head,
.sms-benefits-section .sms-benefits-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    max-width: 900px;
    margin: 0 auto clamp(26px, 2.8vw, 38px);
    text-align: center;
}

.sms-benefits-section .sms-benefits-heading {
    min-width: 0;
}

.sms-benefits-section .sms-section-head h2,
.sms-benefits-section .sms-benefits-heading h2 {
    max-width: 860px;
    margin: 0;
    color: #11252b;
    font-size: clamp(36px, 3.35vw, 52px);
    font-weight: 620;
    line-height: 1.03;
    letter-spacing: -.047em;
    text-wrap: balance;
}

.sms-benefits-section .sms-section-subtext {
    max-width: 770px;
    margin: 12px auto 0;
    color: #75838a;
    font-size: clamp(14px, 1.15vw, 16px);
    line-height: 1.56;
    text-wrap: balance;
}

.sms-benefits-grid,
.sms-benefits-count-1,
.sms-benefits-count-2,
.sms-benefits-count-3,
.sms-benefits-count-4,
.sms-benefits-count-5,
.sms-benefits-count-6 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 1.45vw, 20px);
    align-items: stretch;
    border: 0;
}

.sms-benefits-count-1 {
    grid-template-columns: minmax(0, 520px);
    justify-content: center;
}

.sms-benefits-count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 930px;
    margin-inline: auto;
}

.sms-benefits-count-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sms-benefit-card,
.sms-benefit-card:hover {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
    padding: 12px 12px 18px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid #dce4e7;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 9px 26px rgba(17, 37, 43, .045);
    transform: none;
    transition: none;
    cursor: default;
}

.sms-benefit-card::before,
.sms-benefit-card::after,
.sms-benefit-card:hover::before,
.sms-benefit-card:hover::after {
    display: none !important;
    content: none !important;
}

.sms-benefit-media {
    position: relative;
    width: 100%;
    height: clamp(140px, 13.2vw, 176px);
    min-height: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
    background: #dfe7e9;
}

.sms-benefit-media::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(17, 37, 43, .07);
    border-radius: inherit;
    pointer-events: none;
}

.sms-benefit-media img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    transition: transform .4s ease;
}

.sms-benefit-card:hover .sms-benefit-media img {
    transform: scale(1.025);
}

.sms-benefit-copy {
    min-width: 0;
    max-width: none;
    padding: 16px 8px 0;
}

.sms-benefit-card h3,
.sms-benefit-card:hover h3 {
    margin: 0;
    color: #14292f;
    font-size: clamp(20px, 1.45vw, 24px);
    font-weight: 610;
    line-height: 1.12;
    letter-spacing: -.034em;
    text-wrap: balance;
    transform: none;
    transition: none;
}

.sms-benefit-card p {
    max-width: 42ch;
    margin: 7px 0 0;
    color: #75838a;
    font-size: 13.5px;
    line-height: 1.5;
}

.sms-benefits-grid--no-images .sms-benefit-card,
.sms-benefits-grid--no-images .sms-benefit-card:hover {
    padding: 22px;
}

.sms-benefits-grid--no-images .sms-benefit-copy {
    padding: 0;
}

@media (max-width: 1020px) {
    .sms-benefits-grid,
    .sms-benefits-count-3,
    .sms-benefits-count-4,
    .sms-benefits-count-5,
    .sms-benefits-count-6 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sms-benefit-media {
        height: 175px;
    }
}

@media (max-width: 820px) {
    .sms-benefits-section {
        padding: 50px 0 48px;
    }

    .sms-benefits-section .sms-section-head,
    .sms-benefits-section .sms-benefits-head {
        margin-bottom: 25px;
    }


    .sms-benefits-section .sms-section-head h2,
    .sms-benefits-section .sms-benefits-heading h2 {
        font-size: clamp(34px, 7vw, 44px);
    }
}

@media (max-width: 680px) {
    .sms-benefits-grid,
    .sms-benefits-count-1,
    .sms-benefits-count-2,
    .sms-benefits-count-3,
    .sms-benefits-count-4,
    .sms-benefits-count-5,
    .sms-benefits-count-6 {
        grid-template-columns: 1fr;
        gap: 12px;
        max-width: none;
    }

    .sms-benefit-card,
    .sms-benefit-card:hover {
        display: grid;
        grid-template-columns: 118px minmax(0, 1fr);
        align-items: center;
        gap: 14px;
        padding: 10px;
        border-radius: 13px;
    }

    .sms-benefit-media {
        height: 104px;
        border-radius: 9px;
    }

    .sms-benefit-copy {
        padding: 0 5px 0 0;
    }

    .sms-benefit-card h3,
    .sms-benefit-card:hover h3 {
        font-size: 20px;
    }

    .sms-benefit-card p {
        margin-top: 5px;
        font-size: 12.8px;
        line-height: 1.44;
    }
}

@media (max-width: 430px) {
    .sms-benefits-section {
        padding-top: 44px;
        padding-bottom: 40px;
    }


    .sms-benefits-section .sms-section-subtext {
        margin-top: 10px;
        font-size: 13.5px;
    }

    .sms-benefit-card,
    .sms-benefit-card:hover {
        grid-template-columns: 102px minmax(0, 1fr);
        gap: 12px;
    }

    .sms-benefit-media {
        height: 94px;
    }
}


/* Paketai ir kainos - v1.10.13 */
.sms-single-page .sms-packages-section {
    position: relative;
    padding: clamp(78px, 6.4vw, 100px) 0 clamp(82px, 6.8vw, 108px);
    background: #fff;
    color: var(--sms-text);
    border-top: 1px solid #e8edee;
    border-bottom: 1px solid #edf1f2;
}

.sms-single-page .sms-packages-header {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0 0 clamp(34px, 3.3vw, 48px);
    text-align: left;
}

.sms-single-page .sms-packages-header h2 {
    grid-column: 1;
    width: 100%;
    max-width: none;
    margin: 0;
    color: #102329;
    font-size: clamp(38px, 3.45vw, 52px);
    font-weight: 600;
    line-height: 1.04;
    letter-spacing: -.045em;
    text-wrap: wrap;
}

.sms-single-page .sms-packages-header .sms-section-subtext,
.sms-single-page .sms-packages-header > p {
    max-width: 690px;
    margin: 16px 0 0;
    color: #4a5b61;
    font-size: 15px;
    line-height: 1.65;
}

.sms-single-page .sms-packages-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 1.5vw, 22px);
    max-width: none;
    margin: 0;
    border: 0;
    align-items: stretch;
}

.sms-single-page .sms-packages-grid.sms-packages-count-1 {
    grid-template-columns: minmax(0, 520px);
    justify-content: center;
}

.sms-single-page .sms-packages-grid.sms-packages-count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 940px;
    margin-inline: auto;
}

/* Tiksliai 4 paketai: 4 vienoje eilėje desktop'e. */
@media (min-width: 1181px) {
    .sms-single-page .sms-packages-grid:has(> .sms-package-card:nth-child(4):last-child) {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: clamp(14px, 1.25vw, 18px);
    }

    .sms-single-page .sms-packages-grid:has(> .sms-package-card:nth-child(4):last-child) .sms-package-card {
        padding-inline: clamp(22px, 1.7vw, 28px);
    }

    .sms-single-page .sms-packages-grid:has(> .sms-package-card:nth-child(4):last-child) .sms-package-topline h3 {
        font-size: clamp(21px, 1.55vw, 25px);
    }

    .sms-single-page .sms-packages-grid:has(> .sms-package-card:nth-child(4):last-child) .sms-package-price strong {
        font-size: clamp(35px, 2.55vw, 44px);
    }
}

.sms-single-page .sms-package-card,
.sms-single-page .sms-package-card:last-child {
    position: relative;
    min-width: 0;
    min-height: 0;
    padding: clamp(28px, 2.4vw, 36px);
    display: flex;
    flex-direction: column;
    border: 1px solid #dce4e5;
    border-radius: 14px;
    background: #f6f8f8;
    color: #24383e;
    box-shadow: 0 10px 28px rgba(13, 34, 40, .035);
    overflow: hidden;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.sms-single-page .sms-package-card::before {
    content: none;
    display: none;
}

.sms-single-page .sms-package-card:hover {
    border-color: #dce4e5;
    box-shadow: 0 10px 28px rgba(13, 34, 40, .035);
    transform: none;
}

.sms-single-page .sms-package-card.is-featured,
.sms-single-page .sms-package-card.is-featured:hover {
    padding-top: clamp(26px, 2.2vw, 34px);
    border: 1px solid #1b1f21;
    border-top: 3px solid var(--sms-gold);
    background: #1b1f21;
    color: #fff;
    box-shadow: 0 18px 42px rgba(7, 26, 30, .13);
    transform: none;
}

.sms-single-page .sms-package-card.is-featured::before {
    content: none;
    display: none;
}

.sms-single-page .sms-package-topline {
    min-height: 34px;
    display: flex;
    align-items: flex-start;
}

.sms-single-page .sms-package-topline h3 {
    margin: 0;
    color: #14282e;
    font-size: clamp(23px, 1.9vw, 29px);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.sms-single-page .sms-package-card.is-featured .sms-package-topline h3 {
    color: #fff;
}

.sms-single-page .sms-package-price {
    margin: 23px 0 0;
    padding: 0;
    border: 0;
}

.sms-single-page .sms-package-price strong {
    display: block;
    color: #0b2025;
    font-size: clamp(38px, 3vw, 50px);
    font-weight: 560;
    line-height: 1;
    letter-spacing: -.045em;
    white-space: nowrap;
}

.sms-single-page .sms-package-card.is-featured .sms-package-price strong {
    color: #fff;
}

.sms-single-page .sms-package-price span {
    display: block;
    margin-top: 8px;
    color: #526168;
    font-size: 12.5px;
    font-weight: 450;
    line-height: 1.45;
}

.sms-single-page .sms-package-card.is-featured .sms-package-price span {
    color: rgba(255,255,255,.7);
}

.sms-single-page .sms-package-description {
    min-height: 0;
    margin: 18px 0 0;
    color: #405158;
    font-size: 14px;
    line-height: 1.6;
}

.sms-single-page .sms-package-card.is-featured .sms-package-description {
    color: rgba(255,255,255,.78);
}

.sms-single-page .sms-package-features {
    margin: 24px 0 30px;
    padding: 22px 0 0;
    display: grid;
    gap: 12px;
    border-top: 1px solid #d9e1e2;
    list-style: none;
}

.sms-single-page .sms-package-card.is-featured .sms-package-features {
    border-top-color: rgba(255,255,255,.15);
}

.sms-single-page .sms-package-features li {
    position: relative;
    padding: 0 0 0 28px;
    color: #34474d;
    font-size: 13.5px;
    font-weight: 450;
    line-height: 1.5;
}

.sms-single-page .sms-package-card.is-featured .sms-package-features li {
    color: rgba(255,255,255,.84);
}

.sms-single-page .sms-package-features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .08em;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: 1px solid rgba(155, 118, 36, .18);
    border-radius: 50%;
    background: #f1ead9;
}

.sms-single-page .sms-package-features li::after {
    content: "";
    position: absolute;
    left: 7px;
    top: calc(.08em + 5px);
    width: 4px;
    height: 7px;
    box-sizing: border-box;
    border-right: 1.8px solid #8e6b1f;
    border-bottom: 1.8px solid #8e6b1f;
    transform: rotate(45deg);
    transform-origin: center;
}

.sms-single-page .sms-package-card.is-featured .sms-package-features li::before {
    border-color: var(--sms-gold);
    background: var(--sms-gold);
}

.sms-single-page .sms-package-card.is-featured .sms-package-features li::after {
    border-color: #1b1f21;
}

.sms-single-page .sms-package-cta {
    min-height: 50px;
    margin-top: auto;
    padding: 0 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border: 1px solid #153138;
    border-radius: 7px;
    background: transparent;
    color: #1b1f21;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.sms-single-page .sms-package-cta svg {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .2s ease;
}

.sms-single-page .sms-package-cta:hover {
    border-color: #1b1f21;
    background: #1b1f21;
    color: #fff;
}

.sms-single-page .sms-package-cta:hover svg {
    transform: translateX(2px);
}

.sms-single-page .sms-package-card.is-featured .sms-package-cta {
    border-color: var(--sms-gold);
    background: var(--sms-gold);
    color: #07171a;
}

.sms-single-page .sms-package-card.is-featured .sms-package-cta:hover {
    border-color: var(--sms-gold-hover);
    background: var(--sms-gold-hover);
    color: #07171a;
}

@media (max-width: 1180px) {
    .sms-single-page .sms-packages-grid,
    .sms-single-page .sms-packages-grid.sms-packages-count-2,
    .sms-single-page .sms-packages-grid.sms-packages-count-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: none;
    }
}

@media (max-width: 900px) {
    .sms-single-page .sms-packages-header {
        max-width: 720px;
    }

    .sms-single-page .sms-packages-header .sms-section-subtext,
    .sms-single-page .sms-packages-header > p {
        max-width: 680px;
        margin-top: 14px;
    }
}

@media (max-width: 700px) {
    .sms-single-page .sms-packages-section {
        padding: 66px 0 72px;
    }

    .sms-single-page .sms-packages-header {
        margin-bottom: 28px;
    }

    .sms-single-page .sms-packages-header h2 {
        font-size: clamp(34px, 10vw, 42px);
    }

    .sms-single-page .sms-packages-header .sms-section-subtext,
    .sms-single-page .sms-packages-header > p {
        color: #4f6066;
        font-size: 14px;
        line-height: 1.6;
    }

    .sms-single-page .sms-packages-grid,
    .sms-single-page .sms-packages-grid.sms-packages-count-1,
    .sms-single-page .sms-packages-grid.sms-packages-count-2,
    .sms-single-page .sms-packages-grid.sms-packages-count-3 {
        grid-template-columns: 1fr;
        max-width: none;
        gap: 14px;
    }

    .sms-single-page .sms-package-card,
    .sms-single-page .sms-package-card:last-child {
        padding: 26px 22px 22px;
        border-radius: 12px;
    }

    .sms-single-page .sms-package-card.is-featured,
    .sms-single-page .sms-package-card.is-featured:hover {
        padding-top: 24px;
    }

    .sms-single-page .sms-package-topline {
        min-height: 0;
    }

    .sms-single-page .sms-package-price {
        margin-top: 18px;
    }

    .sms-single-page .sms-package-price strong {
        font-size: 42px;
    }

    .sms-single-page .sms-package-features {
        margin-bottom: 24px;
    }
}


/* Darbų procesas - v1.10.18 */
.sms-single-page .sms-process-section {
    position: relative;
    overflow: hidden;
    padding: clamp(80px, 6.3vw, 104px) 0 clamp(88px, 6.9vw, 112px);
    background: #fbfbfb;
    border-top: 1px solid #dfe8e9;
    border-bottom: 1px solid #dbe5e7;
}

.sms-single-page .sms-process-section .sms-section-head {
    width: 100%;
    max-width: none;
    margin: 0 0 clamp(40px, 3.8vw, 54px);
    text-align: left;
}

.sms-single-page .sms-process-section .sms-section-head h2 {
    width: 100%;
    max-width: none;
    margin: 0;
    color: #102329;
    font-size: clamp(38px, 3.45vw, 52px);
    font-weight: 600;
    line-height: 1.04;
    letter-spacing: -.045em;
}

.sms-single-page .sms-process-section .sms-section-subtext {
    max-width: 720px;
    margin: 16px 0 0;
    color: #4b5d63;
    font-size: 15px;
    line-height: 1.65;
}

.sms-single-page .sms-process-grid,
.sms-single-page .sms-process-grid.sms-process-count-1,
.sms-single-page .sms-process-grid.sms-process-count-2,
.sms-single-page .sms-process-grid.sms-process-count-3,
.sms-single-page .sms-process-grid.sms-process-count-4,
.sms-single-page .sms-process-grid.sms-process-count-5,
.sms-single-page .sms-process-grid.sms-process-count-6 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: clamp(26px, 2.15vw, 34px);
    max-width: none;
    border: 0;
}

.sms-single-page .sms-process-grid.sms-process-count-1 {
    grid-template-columns: minmax(0, 360px);
}

.sms-single-page .sms-process-grid.sms-process-count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 840px;
}

.sms-single-page .sms-process-grid.sms-process-count-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sms-single-page .sms-process-grid.sms-process-count-5,
.sms-single-page .sms-process-grid.sms-process-count-6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sms-single-page .sms-process-card,
.sms-single-page .sms-process-card + .sms-process-card,
.sms-single-page .sms-process-card:nth-child(2),
.sms-single-page .sms-process-card:nth-child(3),
.sms-single-page .sms-process-card:last-child {
    position: relative;
    min-width: 0;
    min-height: 232px;
    padding: 30px 28px 28px;
    border: 1px solid #dfe7e8;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(16, 33, 38, .035);
    overflow: hidden;
}

.sms-single-page .sms-process-card::before,
.sms-single-page .sms-process-card::after,
.sms-single-page .sms-process-card:not(:last-child)::after {
    content: none;
    display: none;
}

.sms-single-page .sms-process-top {
    position: static;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 34px;
}

.sms-single-page .sms-process-top span {
    min-width: 52px;
    height: 34px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 6px;
    background: #1b1f21;
    color: var(--sms-gold);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .055em;
    box-shadow: none;
}

.sms-single-page .sms-process-top i {
    display: none !important;
}

.sms-single-page .sms-process-card h3 {
    max-width: 100%;
    margin: 0;
    padding: 0;
    color: #13282e;
    font-size: clamp(23px, 1.65vw, 27px);
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -.034em;
}

.sms-single-page .sms-process-card p {
    max-width: 100%;
    margin: 12px 0 0;
    color: #52656a;
    font-size: 14px;
    line-height: 1.62;
}

@media (max-width: 1100px) {
    .sms-single-page .sms-process-grid,
    .sms-single-page .sms-process-grid.sms-process-count-3,
    .sms-single-page .sms-process-grid.sms-process-count-4,
    .sms-single-page .sms-process-grid.sms-process-count-5,
    .sms-single-page .sms-process-grid.sms-process-count-6 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px;
    }

    .sms-single-page .sms-process-card,
    .sms-single-page .sms-process-card + .sms-process-card,
    .sms-single-page .sms-process-card:nth-child(2),
    .sms-single-page .sms-process-card:nth-child(3),
    .sms-single-page .sms-process-card:last-child {
        min-height: 210px;
    }
}

@media (max-width: 700px) {
    .sms-single-page .sms-process-section {
        padding: 66px 0 76px;
    }

    .sms-single-page .sms-process-section .sms-section-head {
        margin-bottom: 30px;
    }

    .sms-single-page .sms-process-section .sms-section-head h2 {
        font-size: clamp(34px, 10vw, 42px);
    }

    .sms-single-page .sms-process-section .sms-section-subtext {
        margin-top: 14px;
        font-size: 14px;
        line-height: 1.6;
    }

    .sms-single-page .sms-process-grid,
    .sms-single-page .sms-process-grid.sms-process-count-1,
    .sms-single-page .sms-process-grid.sms-process-count-2,
    .sms-single-page .sms-process-grid.sms-process-count-3,
    .sms-single-page .sms-process-grid.sms-process-count-4,
    .sms-single-page .sms-process-grid.sms-process-count-5,
    .sms-single-page .sms-process-grid.sms-process-count-6 {
        grid-template-columns: 1fr;
        max-width: none;
        gap: 24px;
    }

    .sms-single-page .sms-process-card,
    .sms-single-page .sms-process-card + .sms-process-card,
    .sms-single-page .sms-process-card:nth-child(2),
    .sms-single-page .sms-process-card:nth-child(3),
    .sms-single-page .sms-process-card:last-child {
        min-height: 0;
        padding: 24px 22px 24px;
        border-radius: 6px;
        box-shadow: 0 5px 15px rgba(16, 33, 38, .035);
    }

    .sms-single-page .sms-process-top {
        margin-bottom: 26px;
    }

    .sms-single-page .sms-process-top span {
        min-width: 48px;
        height: 31px;
        padding: 0 12px;
        font-size: 12px;
    }

    .sms-single-page .sms-process-card h3 {
        font-size: 23px;
    }

    .sms-single-page .sms-process-card p {
        margin-top: 9px;
        font-size: 13.5px;
        line-height: 1.58;
    }
}


/* DUK - v1.10.22 */
.sms-single-page .sms-faq-section {
    position: relative;
    padding: clamp(78px, 6vw, 100px) 0 clamp(82px, 6.3vw, 104px);
    background: #fbfbfb;
    border-top: 1px solid #e0e8e9;
    border-bottom: 1px solid #dde6e8;
}

.sms-single-page .sms-faq-layout {
    display: grid;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
    gap: clamp(64px, 8vw, 132px);
    align-items: start;
}

.sms-single-page .sms-faq-heading {
    position: sticky;
    top: 128px;
    max-width: 520px;
    margin: 0;
}

.sms-single-page .sms-faq-heading h2 {
    width: 100%;
    max-width: none;
    margin: 0;
    color: #102329;
    font-size: clamp(38px, 3.45vw, 52px);
    font-weight: 600;
    line-height: 1.04;
    letter-spacing: -.045em;
}

.sms-single-page .sms-faq-heading .sms-section-subtext,
.sms-single-page .sms-faq-heading > p {
    max-width: 430px;
    margin: 18px 0 0;
    color: #4e6166;
    font-size: 15px;
    line-height: 1.65;
}

.sms-single-page .sms-faq-list {
    display: grid;
    gap: 8px;
    border: 0;
}

.sms-single-page .sms-faq-item {
    overflow: hidden;
    border: 1px solid #d9e3e4;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(16, 33, 38, .018);
    transition: border-color .2s ease, box-shadow .2s ease;
}

.sms-single-page .sms-faq-item:hover {
    border-color: #ccd9db;
}

.sms-single-page .sms-faq-item.is-open {
    border-color: #c5d2d4;
    box-shadow: 0 4px 12px rgba(16, 33, 38, .024);
}

.sms-single-page .sms-faq-question {
    width: 100%;
    min-height: 64px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 28px;
    align-items: center;
    gap: 14px;
    padding: 0 18px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #14292f !important;
    box-shadow: none !important;
    text-align: left;
    cursor: pointer;
}

.sms-single-page .sms-faq-num {
    display: none !important;
}

.sms-single-page .sms-faq-label {
    color: #14292f;
    font-size: clamp(16px, 1.18vw, 18px);
    font-weight: 600;
    line-height: 1.34;
    letter-spacing: -.016em;
}

.sms-single-page .sms-faq-question svg {
    width: 20px;
    height: 20px;
    justify-self: end;
    fill: none;
    stroke: #233b41;
    stroke-width: 1.6;
    stroke-linecap: round;
    transition: transform .28s cubic-bezier(.2,.7,.2,1), stroke .2s ease;
}

.sms-single-page .sms-faq-question:hover svg,
.sms-single-page .sms-faq-item.is-open .sms-faq-question svg {
    stroke: #9c7826;
}

.sms-single-page .sms-faq-item.is-open .sms-faq-question svg {
    transform: rotate(45deg);
}

.sms-single-page .sms-faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows .28s cubic-bezier(.2,.7,.2,1), opacity .18s ease;
}

.sms-single-page .sms-faq-answer > div {
    min-height: 0;
    overflow: hidden;
}

.sms-single-page .sms-faq-answer p {
    max-width: 760px;
    margin: 0;
    padding: 0 54px 0 18px;
    color: #53666b;
    font-size: 14.5px;
    line-height: 1.65;
    transform: translateY(-3px);
    transition: padding .28s cubic-bezier(.2,.7,.2,1), transform .28s cubic-bezier(.2,.7,.2,1);
}

.sms-single-page .sms-faq-item.is-open .sms-faq-answer {
    grid-template-rows: 1fr;
    opacity: 1;
}

.sms-single-page .sms-faq-item.is-open .sms-faq-answer p {
    padding-bottom: 18px;
    transform: translateY(0);
}

@media (max-width: 900px) {
    .sms-single-page .sms-faq-layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .sms-single-page .sms-faq-heading {
        position: static;
        max-width: 700px;
    }

    .sms-single-page .sms-faq-heading .sms-section-subtext,
    .sms-single-page .sms-faq-heading > p {
        max-width: 620px;
    }
}

@media (max-width: 700px) {
    .sms-single-page .sms-faq-section {
        padding: 64px 0 72px;
    }

    .sms-single-page .sms-faq-layout {
        gap: 28px;
    }

    .sms-single-page .sms-faq-heading h2 {
        font-size: clamp(34px, 10vw, 42px);
    }

    .sms-single-page .sms-faq-heading .sms-section-subtext,
    .sms-single-page .sms-faq-heading > p {
        margin-top: 14px;
        font-size: 14px;
        line-height: 1.6;
    }

    .sms-single-page .sms-faq-list {
        gap: 7px;
    }

    .sms-single-page .sms-faq-question {
        min-height: 58px;
        grid-template-columns: minmax(0, 1fr) 24px;
        gap: 10px;
        padding: 0 14px !important;
    }

    .sms-single-page .sms-faq-label {
        font-size: 15.5px;
        line-height: 1.36;
    }

    .sms-single-page .sms-faq-question svg {
        width: 18px;
        height: 18px;
    }

    .sms-single-page .sms-faq-answer p {
        padding-left: 14px;
        padding-right: 42px;
        font-size: 13.5px;
        line-height: 1.62;
    }

    .sms-single-page .sms-faq-item.is-open .sms-faq-answer p {
        padding-bottom: 15px;
    }
}


/* Procesas + klientų atsiliepimai - v1.10.25 */
.sms-single-page .sms-process-top span {
    background: #f6f8f8;
    color: #1b1f21;
    border-color: #e4e9ea;
    box-shadow: none;
}

.sms-single-page .sms-testimonials-section {
    padding: clamp(70px, 5.5vw, 88px) 0 clamp(72px, 5.8vw, 92px);
    background: #fff;
    color: #1b1f21;
}

.sms-single-page .sms-testimonials-head {
    width: 100%;
    margin: 0 0 clamp(30px, 2.8vw, 40px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    text-align: center;
}

.sms-single-page .sms-testimonials-head .sms-section-head {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.sms-single-page .sms-testimonials-head .sms-section-head h2 {
    width: 100%;
    max-width: none;
    margin: 0;
    color: #102329;
    font-size: clamp(38px, 3.45vw, 52px);
    font-weight: 600;
    line-height: 1.04;
    letter-spacing: -.045em;
}

.sms-single-page .sms-testimonials-head .sms-section-subtext {
    max-width: 620px;
    margin: 14px auto 0;
    color: #55666b;
    font-size: 15px;
    line-height: 1.65;
}

.sms-single-page .sms-testimonials-grid {
    display: grid;
    justify-content: center;
    gap: 18px;
    width: 100%;
    margin: 0 auto;
    border: 0;
}

.sms-single-page .sms-testimonials-count-1 {
    grid-template-columns: minmax(0, 620px);
    max-width: 620px;
}

.sms-single-page .sms-testimonials-count-2 {
    grid-template-columns: repeat(2, minmax(0, 420px));
    max-width: 858px;
}

.sms-single-page .sms-testimonials-count-3 {
    grid-template-columns: repeat(3, minmax(0, 360px));
    max-width: 1116px;
}

.sms-single-page .sms-testimonials-count-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 1280px;
}

.sms-single-page .sms-testimonial-card,
.sms-single-page .sms-testimonials-track .sms-testimonial-card {
    position: relative;
    min-width: 0;
    min-height: 0;
    padding: 24px 24px 22px;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    border: 1px solid #e5eaeb !important;
    border-radius: 6px;
    background: #fbfbfb;
    box-shadow: 0 3px 12px rgba(16, 40, 45, .025);
    color: #1b1f21;
}

.sms-single-page .sms-testimonial-card::before {
    display: none;
    content: none;
}

.sms-single-page .sms-testimonial-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.sms-single-page .sms-stars {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #b79543;
    line-height: 1;
    letter-spacing: 0;
}

.sms-single-page .sms-stars svg {
    width: 15px;
    height: 15px;
    display: block;
    fill: currentColor;
    stroke: none;
}

.sms-single-page .sms-testimonial-quote {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    display: block;
    fill: #d9e0e1;
    stroke: none;
}

.sms-single-page .sms-testimonial-card blockquote {
    max-width: none;
    margin: 20px 0 22px;
    color: #24383d;
    font-size: clamp(16px, 1.12vw, 18px);
    font-weight: 400;
    line-height: 1.58;
    letter-spacing: -.014em;
}

.sms-single-page .sms-testimonial-author {
    position: relative;
    margin-top: auto;
    padding: 15px 0 0 15px;
    border-top: 1px solid #e4e9ea;
}

.sms-single-page .sms-testimonial-author::before {
    content: "";
    position: absolute;
    left: 0;
    top: 17px;
    width: 3px;
    height: 27px;
    border-radius: 3px;
    background: #d1ad50;
}

.sms-single-page .sms-testimonial-author strong {
    display: block;
    color: #1b1f21;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.35;
}

.sms-single-page .sms-testimonial-author span {
    display: block;
    margin-top: 3px;
    color: #6b7b80;
    font-size: 12.5px;
    line-height: 1.45;
}

.sms-single-page .sms-testimonials-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    cursor: grab;
    touch-action: pan-y;
}

.sms-single-page .sms-testimonials-viewport::-webkit-scrollbar {
    display: none;
}

.sms-single-page .sms-testimonials-track {
    display: flex;
    gap: 18px;
    background: transparent;
    border: 0;
}

.sms-single-page .sms-testimonials-track .sms-testimonial-card {
    flex: 0 0 calc((100% - 36px) / 3);
    scroll-snap-align: start;
}

.sms-single-page .sms-testimonials-section .sms-slider-nav {
    margin: 0;
}

.sms-single-page .sms-testimonials-section .sms-slider-btn,
.sms-single-page .sms-testimonials-section button.sms-slider-btn {
    color: #1b1f21 !important;
}

.sms-single-page .sms-testimonials-section .sms-slider-btn:hover:not(:disabled) {
    color: #9b7523 !important;
}

@media (max-width: 1120px) {
    .sms-single-page .sms-testimonials-count-3,
    .sms-single-page .sms-testimonials-count-4 {
        grid-template-columns: repeat(2, minmax(0, 420px));
        max-width: 858px;
    }

    .sms-single-page .sms-testimonials-track .sms-testimonial-card {
        flex-basis: calc((100% - 18px) / 2);
    }
}

@media (max-width: 700px) {
    .sms-single-page .sms-testimonials-section {
        padding: 62px 0 68px;
    }

    .sms-single-page .sms-testimonials-head {
        margin-bottom: 26px;
        gap: 14px;
    }

    .sms-single-page .sms-testimonials-head .sms-section-head h2 {
        font-size: clamp(34px, 10vw, 42px);
    }

    .sms-single-page .sms-testimonials-head .sms-section-subtext {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.6;
    }

    .sms-single-page .sms-testimonials-grid,
    .sms-single-page .sms-testimonials-count-1,
    .sms-single-page .sms-testimonials-count-2,
    .sms-single-page .sms-testimonials-count-3,
    .sms-single-page .sms-testimonials-count-4 {
        grid-template-columns: 1fr;
        max-width: 520px;
        gap: 14px;
    }

    .sms-single-page .sms-testimonial-card,
    .sms-single-page .sms-testimonials-track .sms-testimonial-card {
        min-height: 0;
        padding: 21px 20px 19px;
    }

    .sms-single-page .sms-testimonial-card blockquote {
        margin: 18px 0 20px;
        font-size: 16px;
        line-height: 1.56;
    }

    .sms-single-page .sms-testimonial-quote {
        width: 25px;
        height: 25px;
        flex-basis: 25px;
    }

    .sms-single-page .sms-testimonials-track {
        gap: 14px;
    }

    .sms-single-page .sms-testimonials-track .sms-testimonial-card {
        flex-basis: 88%;
    }

    .sms-single-page .sms-stars svg {
        width: 14px;
        height: 14px;
    }
}

/* Atsiliepimų mikro pataisymai - v1.10.26 */
.sms-single-page .sms-testimonial-card,
.sms-single-page .sms-testimonials-track .sms-testimonial-card {
    padding: 22px 24px 20px;
}

.sms-single-page .sms-stars {
    gap: 5px;
}

.sms-single-page .sms-stars svg {
    width: 17px;
    height: 17px;
}

.sms-single-page .sms-testimonial-card blockquote {
    display: block !important;
    width: 100%;
    max-width: none;
    min-height: 0 !important;
    margin: 18px 0 18px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: left;
}

.sms-single-page .sms-testimonial-author {
    position: relative;
    margin-top: 0;
    padding: 16px 0 0;
    border-top: 1px solid #e4e9ea;
    text-align: center;
}

.sms-single-page .sms-testimonial-author::before {
    content: "";
    position: static;
    display: block;
    width: 24px;
    height: 2px;
    margin: 0 auto 10px;
    border-radius: 2px;
    background: #d1ad50;
}

.sms-single-page .sms-testimonial-author strong,
.sms-single-page .sms-testimonial-author span {
    text-align: center;
}

@media (max-width: 700px) {
    .sms-single-page .sms-testimonial-card,
    .sms-single-page .sms-testimonials-track .sms-testimonial-card {
        padding: 20px 20px 18px;
    }

    .sms-single-page .sms-stars svg {
        width: 16px;
        height: 16px;
    }

    .sms-single-page .sms-testimonial-card blockquote {
        margin: 16px 0 17px !important;
    }
}

/* Kontaktų forma - v1.10.31 */
@media (min-width: 901px) {
    .sms-single-page .sms-contact-section {
        align-items: center;
    }

    .sms-single-page .sms-contact-copy {
        position: static;
        top: auto;
        align-self: center;
        padding-top: 0;
    }
}

/* Select: paliekame tik vieną mūsų SVG rodyklę ir uždengiame temos/native arrow. */
.sms-single-page .sms-field-select::before,
.sms-single-page .sms-field-select::after,
.sms-single-page .sms-select-control::before {
    content: none !important;
    display: none !important;
}

.sms-single-page .sms-select-control::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    z-index: 8 !important;
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    width: 46px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 5px 5px 0 !important;
    background: #f8f9f9 !important;
    background-image: none !important;
    box-shadow: none !important;
    transform: none !important;
    pointer-events: none !important;
}

.sms-single-page .sms-field-select:focus-within .sms-select-control::after {
    background: #fff !important;
}

.sms-single-page .sms-select-control > svg {
    z-index: 10 !important;
    right: 15px !important;
}

.sms-single-page .sms-select-control select,
.sms-single-page .sms-field select.sms-package-select {
    width: 100% !important;
    padding-right: 54px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: none !important;
}

/* Kontaktų formos sutikimo lygiavimas - v1.10.32 */
.sms-single-page .sms-consent {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
    justify-self: stretch !important;
    transform: none !important;
}

.sms-single-page .sms-consent-box {
    flex: 0 0 18px !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    align-self: center !important;
}

.sms-single-page .sms-consent-text {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 18px !important;
    margin: 0 !important;
    padding-left: 10px;
    line-height: 1.4 !important;
}

/* Related services mobile behavior - v1.10.35 */
@media (max-width: 767px) {
    /* 1-4 services are a normal vertical list on mobile, never a slider. */
    .sms-single-page .sms-related-section.is-static .sms-related-viewport {
        overflow: visible !important;
        touch-action: auto !important;
    }

    .sms-single-page .sms-related-section.is-static .sms-related-track {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 16px;
        width: 100%;
    }

    .sms-single-page .sms-related-section.is-static .sms-related-track .sms-card {
        flex: 0 0 auto;
        width: 100%;
        max-width: none;
        min-width: 0;
    }

    /* 5-8 services remain a native swipe slider with one full card per view. */
    .sms-single-page .sms-related-section.has-slider .sms-related-viewport {
        overflow-x: auto;
        overflow-y: hidden;
        touch-action: pan-x pan-y;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 0;
    }

    .sms-single-page .sms-related-section.has-slider .sms-related-track {
        gap: 16px;
    }

    .sms-single-page .sms-related-section.has-slider .sms-related-track .sms-card {
        flex: 0 0 100%;
        width: 100%;
        max-width: none;
        min-width: 100%;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }
}

/* Related services mobile behavior fix - v1.10.36 */
@media (max-width: 767px) {
    /* Even the desktop-static 1-4 set becomes a native one-card swipe carousel on phones. */
    .sms-single-page .sms-related-section.is-static .sms-related-viewport {
        overflow-x: auto !important;
        overflow-y: hidden !important;
        touch-action: pan-x pan-y !important;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory !important;
        scroll-padding-inline: 0;
        scrollbar-width: none;
    }

    .sms-single-page .sms-related-section.is-static .sms-related-viewport::-webkit-scrollbar {
        display: none;
    }

    .sms-single-page .sms-related-section.is-static .sms-related-track {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        gap: 16px !important;
        width: auto !important;
    }

    .sms-single-page .sms-related-section.is-static .sms-related-track .sms-card,
    .sms-single-page .sms-related-section.has-slider .sms-related-track .sms-card {
        flex: 0 0 100% !important;
        width: 100% !important;
        min-width: 100% !important;
        max-width: none !important;
        scroll-snap-align: start !important;
        scroll-snap-stop: always;
    }
}

/* Related services dots + autoplay indicator - v1.10.37 */
.sms-single-page .sms-related-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 18px;
    margin: 18px 0 0;
}

.sms-single-page .sms-related-dots[hidden] {
    display: none !important;
}

.sms-single-page .sms-related-dot {
    appearance: none;
    -webkit-appearance: none;
    width: 6px;
    height: 6px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(16, 40, 45, .22);
    box-shadow: none;
    cursor: pointer;
    transition: width .22s ease, background-color .22s ease, opacity .22s ease;
}

.sms-single-page .sms-related-dot.is-active {
    width: 18px;
    background: #1b1f21;
}

.sms-single-page .sms-related-dot:focus-visible {
    outline: 2px solid rgba(16, 40, 45, .3);
    outline-offset: 3px;
}

@media (min-width: 768px) {
    /* Desktop dots are only useful when this section is an actual 5-8 item slider. */
    .sms-single-page .sms-related-section.is-static .sms-related-dots {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .sms-single-page .sms-related-dots {
        margin-top: 14px;
        gap: 6px;
    }

    .sms-single-page .sms-related-dot {
        width: 5px;
        height: 5px;
    }

    .sms-single-page .sms-related-dot.is-active {
        width: 16px;
    }
}


/* Mobile form + paprasto hero stabilizavimas - v1.10.38 */
@media (max-width: 767px) {
    .sms-single-page .sms-field input,
    .sms-single-page .sms-field textarea,
    .sms-single-page .sms-select-control select,
    .sms-single-page .sms-field select.sms-package-select {
        font-size: 16px !important;
    }

    .sms-single-page .sms-contact-details a {
        min-width: 0;
    }

    .sms-single-page .sms-contact-details strong {
        overflow-wrap: anywhere;
    }

    .sms-single-page .sms-single-hero .sms-hero-breadcrumb a,
    .sms-single-page .sms-single-hero .sms-hero-breadcrumb span {
        min-width: 0;
    }
}

@media (max-width: 370px) {
    .sms-single-page .sms-field-row {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .sms-single-page .sms-contact-details {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

/* Paprasto hero mobile kompozicija - v1.10.39 */
@media (max-width: 767px) {
    .sms-single-page .sms-single-hero-inner {
        justify-content: space-between;
    }

    .sms-single-page .sms-single-hero .sms-hero-breadcrumb {
        flex: 0 0 auto;
        margin: 0;
        align-self: stretch;
    }

    .sms-single-page .sms-single-hero-copy {
        margin-top: auto;
    }
}

/* Paprasto hero mobile breadcrumb viršuje - v1.10.40 */
@media (max-width: 767px) {
    .sms-single-page .sms-single-hero-inner {
        position: relative;
        justify-content: flex-end;
    }

    .sms-single-page .sms-single-hero .sms-hero-breadcrumb {
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        margin: 0;
        z-index: 3;
    }

    .sms-single-page .sms-single-hero-copy {
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .sms-single-page .sms-single-hero .sms-hero-breadcrumb {
        top: 18px;
    }
}

/* Paprasto hero mobile breadcrumb kontrastas - v1.10.41 */
@media (max-width: 767px) {
    .sms-single-page .sms-single-hero .sms-hero-breadcrumb {
        right: 14px;
        width: auto;
        max-width: calc(100% - 28px);
        padding: 9px 11px;
        border: 1px solid rgba(255, 255, 255, .08);
        border-radius: 6px;
        background: rgba(7, 25, 29, .58);
        -webkit-backdrop-filter: blur(7px);
        backdrop-filter: blur(7px);
        box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
    }

    .sms-single-page .sms-single-hero .sms-hero-breadcrumb a {
        color: rgba(255, 255, 255, .72);
    }

    .sms-single-page .sms-single-hero .sms-hero-breadcrumb span {
        color: #fff;
    }

    .sms-single-page .sms-single-hero .sms-hero-breadcrumb svg {
        stroke: rgba(255, 255, 255, .42);
    }
}
