/********** GLOBAL ***********/
/* fonts */
@font-face { font-family: "Inter"; src: url("../fonts/inter-variable.ttf") format("truetype"); font-display: swap; font-style: normal; font-weight: 100 900; }

/* variables */
:root {
    --main-text-color: #1a1a1a;
    --secondary-text-color: #1a1a1a;
    --main-color: #b7d72f;
    --main-color-dark: #7d9d04;
    --main-color-light: #eff7ce;
    --contrast-color: #273248;
    --contrast-color-dark: #182033;
    --section-background-color: #f7f7f2;
    --border-color: #dedfd7;
    --white-color: #fff;
    --small-radius: 10px;
    --medium-radius: 14px;
    --large-radius: 20px;
    --shadow: 0 24px 70px rgba(30, 33, 27, .11);
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--main-text-color); background: var(--white-color); font-family: "Inter", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
svg { width: 1.1em; height: 1.1em; }
.container { width: 100%; max-width: 1250px; padding-left: 25px; padding-right: 25px; }
.page-title, .section-title, .item-title, .small-title { letter-spacing: -.035em; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 9999; padding: .7rem 1rem; background: var(--main-text-color); color: #fff; border-radius: 0 0 10px 10px; }
.skip-link:focus { top: 0; }
.section-pad { padding: 104px 0; }
.section-title { margin: 0; max-width: 760px; font-size: 44px; font-weight: 800; line-height: 1.1; text-wrap: balance; }
.section-desc { max-width: 640px; color: var(--secondary-text-color); font-size: 17px; line-height: 1.75; }
.section-heading { max-width: 760px; margin: 0 auto 60px; }
.section-heading .section-title { margin-inline: auto; }
.section-heading .section-desc { max-width: 660px; margin-top: 22px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 5px; border-bottom: 1px solid var(--main-text-color); font-weight: 700; transition: color .2s, border-color .2s; }
.text-link:hover { color: var(--main-color-dark); border-color: var(--main-color-dark); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: .65em 1.4em; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 400; line-height: 1; white-space: nowrap; transition: box-shadow .2s, background-color .2s, color .2s, border-color .2s; }
.btn.theme { color: var(--main-text-color); background: var(--main-color); border-color: var(--main-color); box-shadow: 0 9px 24px rgba(159, 190, 28, .2); }
.btn.theme:hover,.btn.theme:focus-visible { color: var(--main-text-color); background: #c6e346; border-color: #c6e346; }
.btn.theme .btn-icon { color: var(--white-color); background: var(--contrast-color); }
.btn.contrast { color: var(--white-color); background: var(--contrast-color); border-color: var(--contrast-color); box-shadow: 0 9px 24px rgba(24, 32, 51, .16); }
.btn.contrast:hover,.btn.contrast:focus-visible { color: var(--white-color); background: var(--contrast-color-dark); border-color: var(--contrast-color-dark); }
.btn-outline-dark { --bs-btn-color: var(--white-color); --bs-btn-border-color: var(--contrast-color); --bs-btn-hover-color: var(--white-color); --bs-btn-hover-bg: var(--contrast-color-dark); --bs-btn-hover-border-color: var(--contrast-color-dark); color: var(--white-color); background: var(--contrast-color); border-color: var(--contrast-color); box-shadow: 0 9px 24px rgba(24, 32, 51, .16); }
.btn .btn-icon { display: inline-grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; overflow: hidden; color: var(--white-color); background: var(--main-text-color); border-radius: 50%; }
.btn .btn-icon svg { display: block; width: 16px; height: 16px; stroke-width: 2; }
.btn.contrast .btn-icon { color: var(--main-text-color); background: var(--main-color); }
.btn.btn-outline-dark .btn-icon { color: var(--main-text-color); background: var(--main-color); }
.btn.btn-light .btn-icon { color: var(--main-text-color); background: var(--main-color); }
.btn.btn-outline-light .btn-icon { color: var(--main-text-color); background: var(--white-color); }
.btn-lg { padding: .65em 1.4em; border-radius: 999px; font-size: 14px; }

@media (max-width: 767.98px) {
    .btn { min-height: 44px; }
}

@keyframes button-icon-flight { 0% { opacity: 1; transform: translateX(0); } 42% { opacity: 0; transform: translateX(13px); } 43% { opacity: 0; transform: translateX(-13px); } 100% { opacity: 1; transform: translateX(0); } }

@media (hover: hover) and (pointer: fine) {
    .btn:hover .btn-icon svg { animation: button-icon-flight .45s ease; }
}

/********** MAIN HEADER ***********/
/* top bar */
.main-header .top-bar { color: var(--white-color); background: var(--main-text-color); }
.main-header .top-bar .container { position: relative; display: grid; grid-template-columns: 36px minmax(0, 1fr) 36px; align-items: center; width: 100%; max-width: none; min-height: 34px; padding-inline: 10px; }
.main-header .top-bar-viewport { position: relative; height: 34px; overflow: hidden; }
.main-header .top-bar-item { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: 8px; color:var(--white-color); font-size: 12px; opacity: 0; visibility: hidden; transform: translateY(7px); transition: opacity .3s ease, transform .3s ease, visibility .3s; }
.main-header .top-bar-item.is-active { opacity: 1; visibility: visible; transform: none; }
.main-header .top-bar-item svg { width: 14px; height: 14px; color: var(--main-color); }
.main-header .top-bar-control { display: grid; place-items: center; width: 30px; height: 30px; padding: 0; color:var(--white-color); background: transparent; border: 0; border-radius: 7px; transition: color .2s, background .2s; }
.main-header .top-bar-control:hover,.main-header .top-bar-control:focus-visible { color: var(--white-color); background: rgba(255,255,255,.1); outline: 0; }
.main-header .top-bar-control svg { width: 16px; height: 16px; }
.main-header .top-bar-next { justify-self: end; }
/* navigation */
.main-header { top: 0; z-index: 1020; background: var(--section-background-color); border-bottom: 1px solid transparent; backdrop-filter: blur(15px); transition: background-color .25s, border-color .25s, box-shadow .25s; }
.main-header.is-scrolled { background: rgba(255, 255, 255, .96); border-bottom-color: rgba(30, 33, 27, .08); box-shadow: 0 8px 26px rgba(30, 33, 27, .08); }
.main-header .navbar { min-height: 82px; padding: 10px 0; }
.main-header .navbar-brand img { display: block; width: 165px; height: auto; }
.main-header .navbar-nav { gap: 3px; }
.main-header .navbar .nav-link { position: relative; padding: .7rem .8rem !important; color:var(--main-text-color); font-size: 15px; font-weight: 400; }
.main-header .navbar .nav-link:hover,.main-header .navbar .nav-link.active { color: var(--main-color-dark); }
.main-header .nav-actions { flex: 0 0 auto; }
.main-header .nav-actions .btn { gap: 8px; padding: .6em 1.25em; font-size: 12px; }
.main-header .nav-actions .btn-icon { flex-basis: 28px; width: 28px; height: 28px; }
.main-header .nav-actions .btn-icon svg { width: 14px; height: 14px; }
.main-header .navbar-toggler { display: none; place-items: center; padding: .55rem; border: 1px solid var(--border-color); border-radius: 10px; }
.main-header .navbar-toggler:focus { box-shadow: 0 0 0 3px rgba(183, 215, 47, .25); }
.main-header .menu-bars { display: grid; gap: 4px; width: 22px; }
.main-header .menu-bars span { display: block; width: 100%; height: 2px; background: var(--main-text-color); border-radius: 3px; }
.main-header .offcanvas { --bs-offcanvas-width: min(92vw, 410px); border-left: 0; box-shadow: -20px 0 60px rgba(30,33,27,.16); }
.main-header .offcanvas-header { min-height: 90px; padding: 20px 24px; border-bottom: 1px solid var(--border-color); }
.main-header .offcanvas-header img { display: block; width: 153px; height: auto; }
.main-header .mobile-menu-close { display: grid; place-items: center; width: 40px; height: 40px; padding: 0; color: var(--main-text-color); background: var(--section-background-color); border: 1px solid var(--border-color); border-radius: 9px; }
.main-header .mobile-menu-close svg { width: 20px; height: 20px; }
.main-header .offcanvas-body { display: flex; flex-direction: column; padding: 8px 24px 24px; }
.main-header .mobile-menu { display: grid; }
.main-header .mobile-menu-link { display: flex; align-items: center; justify-content: space-between; min-height: 51px; color:var(--main-text-color); border-bottom: 1px solid #ecece7; font-size: 16px; font-weight: 400; }
.main-header .mobile-menu-link svg { width: 17px; height: 17px; color:var(--main-text-color); transition: transform .2s, color .2s; }
.main-header .mobile-menu-link:hover,.main-header .mobile-menu-link.active { color: var(--main-text-color); }
.main-header .mobile-menu-link.active { padding-left: 12px; border-left: 3px solid var(--main-color); }
.main-header .mobile-menu-link:hover svg { color: var(--main-color-dark); transform: translateX(3px); }
.main-header .mobile-menu-footer { margin-top: auto; padding-top: 28px; }
.main-header .mobile-menu-footer p { margin: 0 0 12px; color: var(--secondary-text-color); font-size: 13px; }
.main-header .mobile-menu-footer .btn { width: 100%; min-height: 50px; }
/* dropdown */
.main-header .dropdown-toggle { display: inline-flex; align-items: center; gap: 5px; }
.main-header .dropdown-toggle::after { display: none; }
.main-header .dropdown-chevron { width: 15px; height: 15px; transition: transform .2s; }
.main-header .dropdown-toggle[aria-expanded="true"] .dropdown-chevron { transform: rotate(180deg); }
.main-header .dropdown-menu { min-width: 235px; padding: 10px; border: 1px solid var(--border-color); border-radius: 15px; box-shadow: 0 18px 48px rgba(30,33,27,.13); }
.main-header .dropdown-item { display: flex; align-items: center; gap: 10px; padding: 9px 10px; border-radius: 9px; color:var(--main-text-color); font-size: 14px; font-weight: 400; }
.main-header .dropdown-item:hover { color: var(--main-text-color); background: var(--main-color-light); }
.main-header .dropdown-item svg { width: 17px; color: var(--main-color-dark); }

/********** HOME PAGE ***********/
/* hero section */
.home-page .hero-section { position: relative; isolation: isolate; overflow: hidden; padding: 86px 0 76px; background: var(--section-background-color); }
.home-page .hero-section .row > * { min-width: 0; }
.home-page .hero-section .page-title { max-width: 620px; margin: 0 0 25px; font-size: 62px; font-weight: 800; line-height: 1.01; text-wrap: balance; }
.home-page .hero-section .page-title span { color: var(--main-color-dark); white-space: nowrap; }
.home-page .hero-section .hero-lead { max-width: 635px; margin-bottom: 30px; color: var(--main-text-color); font-size: 18px; line-height: 1.72; }
.home-page .hero-section .hero-buttons { margin-bottom: 25px; }
.home-page .hero-section .hero-proof { color:var(--main-text-color); font-size: 13px; font-weight: 600; }
.home-page .hero-section .hero-proof span { display: inline-flex; align-items: center; gap: 6px; margin-right: 16px; }
.home-page .hero-section .hero-proof svg { width: 16px; height: 16px; padding: 2px; color: var(--main-text-color); background: var(--main-color); border-radius: 50%; }

.home-page .hero-section .hero-visual { position: relative; isolation: isolate; overflow:hidden; width:min(100%,560px); margin:-8px auto -18px; border-radius:18px; box-shadow:0 28px 65px rgba(30,33,27,.17); }
.home-page .hero-section .hero-visual img { display:block; width:100%; height:auto; aspect-ratio:1/1; object-fit:cover; }

/* trust strip */
.trust-strip { padding: 22px 0; background: var(--main-text-color); color: #fff; }
.trust-strip .container { display: flex; align-items: center; gap: 35px; }
.trust-strip p { flex: 0 0 auto; margin: 0; color: var(--main-color); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.trust-items { display: flex; flex: 1; justify-content: space-between; gap: 18px; }
.trust-items span { display: inline-flex; align-items: center; gap: 7px; color:var(--white-color); font-size: 12px; white-space: nowrap; }
.trust-items svg { color: var(--main-color); }

/* features section */
.home-page .features { background: var(--white-color); }
.feature-card { position: relative; overflow: hidden; height: 100%; min-height: 330px; padding: 32px; background: var(--section-background-color); border: 1px solid transparent; border-radius: var(--medium-radius); transition: transform .25s, box-shadow .25s, border-color .25s; }
.feature-card:hover { transform: translateY(-5px); border-color: #d9ddce; box-shadow: 0 18px 45px rgba(30,33,27,.08); }
.home-page .features .feature-card-management { background: var(--main-color-light); }
.home-page .features .feature-card-design { background: #f4e8de; }
.home-page .features .feature-card-integrations { background: #e7eef7; }
.home-page .features .feature-card-hosting { background: #f5f0d8; }
.home-page .features .feature-card-support { background: #e9f2ed; }
.home-page .features .feature-card-custom { background: #eee9f4; }
.feature-icon { display: grid; place-items: center; width: 51px; height: 51px; margin-bottom: 48px; color: var(--main-text-color); background: #fff; border: 1px solid #e1e3da; border-radius: 14px; }
.feature-icon svg { width: 23px; height: 23px; }
.feature-card .item-title { margin-bottom: 14px; font-size: 22px; font-weight: 800; }
.feature-card p { margin-bottom: 24px; color: var(--secondary-text-color); font-size: 15px; line-height: 1.7; }
.feature-card a { display: inline; font-size: 14px; font-weight: 400; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.feature-card a:hover { color: var(--main-color-dark); }
.feature-card.compact-card { display: flex; align-items: flex-start; gap: 20px; min-height: 155px; padding: 27px; border-color: transparent; }
.compact-card .feature-icon { flex: 0 0 48px; margin: 0; background: rgba(255,255,255,.72); border: 1px solid rgba(30,33,27,.08); }
.compact-card .item-title { margin: 2px 0 7px; font-size: 17px; }
.compact-card p { margin: 0; font-size: 14px; }

/* trial section */
.home-page .how-it-works { background: var(--white-color); }
.home-page .home-start-panel { padding:60px; background:var(--main-color-light); border-radius:var(--large-radius); }
.home-page .home-start-header { display:flex; align-items:flex-end; justify-content:space-between; gap:55px; }
.home-page .home-start-header .section-title { max-width:720px; }
.home-page .home-start-header p { max-width:680px; margin:20px 0 0; font-size:16px; line-height:1.7; }
.home-page .home-start-action { display:flex; flex:0 0 auto; flex-direction:column; align-items:flex-start; gap:10px; }
.home-page .home-start-action small { padding-left:14px; font-size:11px; }
.home-page .home-start-assurances { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:0; margin-top:48px; padding-top:34px; border-top:1px solid rgba(30,33,27,.14); }
.home-page .home-start-assurances article { display:flex; gap:14px; padding:0 30px; border-right:1px solid rgba(30,33,27,.14); }
.home-page .home-start-assurances article:first-child { padding-left:0; }
.home-page .home-start-assurances article:last-child { padding-right:0; border-right:0; }
.home-page .home-start-assurances article>span { display:grid; place-items:center; flex:0 0 44px; width:44px; height:44px; background:rgba(255,255,255,.78); border-radius:50%; }
.home-page .home-start-assurances article>span svg { width:20px; height:20px; }
.home-page .home-start-assurances .item-title { margin:0 0 7px; font-size:16px; font-weight:700; }
.home-page .home-start-assurances p { margin:0; font-size:13px; line-height:1.55; }

/* templates section */
.home-page .templates-section { background: #fff; }
.template-card { display: block; }
.template-image { position: relative; overflow: hidden; aspect-ratio: 1.38 / 1; background: #eee; border-radius: var(--medium-radius); }
.template-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(30,33,27,.3), transparent 38%); opacity: 0; transition: opacity .3s; }
.template-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.template-image > span { position: absolute; z-index: 2; right: 18px; bottom: 18px; display: grid; place-items: center; width: 46px; height: 46px; color: #fff; background: var(--main-text-color); border-radius: 50%; opacity: 0; transform: translateY(10px); transition: .3s; }
.template-card:hover .template-image img { transform: scale(1.04); }
.template-card:hover .template-image::after { opacity: 1; }
.template-card:hover .template-image > span { opacity: 1; transform: none; }
.template-meta { display: flex; align-items: center; justify-content: space-between; padding: 20px 4px 0; }
.template-meta .item-title { margin: 0 0 3px; font-size: 19px; font-weight: 800; }
.template-meta p { margin: 0; color:var(--main-text-color); font-size: 13px; }
.tag { padding: 5px 9px; color:var(--main-text-color); background: var(--section-background-color); border-radius: 99px; font-size: 11px; font-weight: 700; text-transform: uppercase; }

/* integrations section */
.home-page .integrations-section { padding-top: 30px; }
.integration-panel { overflow: hidden; padding: 78px 74px; color: #fff; background: var(--main-text-color); border-radius: var(--large-radius); }
.integration-panel .section-title { max-width: 580px; margin: 0 0 22px; font-size: 46px; font-weight: 800; line-height: 1.1; text-wrap: balance; }
.integration-panel p { max-width: 570px; margin-bottom: 30px; color:var(--white-color); font-size: 16px; }
.integration-cloud { position: relative; min-height: 410px; }
.integration-cloud > svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.integration-cloud > svg path { fill: none; stroke: rgba(183,215,47,.35); stroke-width: 1.5; stroke-dasharray: 6 7; }
.cloud-center { position: absolute; z-index: 3; left: 50%; top: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 146px; height: 146px; background: #fff; color: var(--main-text-color); border: 9px solid rgba(183,215,47,.2); border-radius: 50%; transform: translate(-50%, -50%); box-shadow: 0 20px 45px rgba(0,0,0,.25); }
.cloud-center strong { margin-top: 7px; font-size: 18px; font-weight: 800; }
.cloud-center small { color:var(--main-text-color); font-size: 9px; }
.mini-fultio { display: grid; place-items: center; width: 35px; height: 35px; color: var(--main-text-color); background: var(--main-color); border-radius: 9px; font-size: 17px; font-weight: 800; }
.integration-chip { position: absolute; z-index: 2; display: flex; align-items: center; gap: 8px; padding: 10px 14px; color:var(--white-color); background: #33372f; border: 1px solid #484d42; border-radius: 12px; font-size: 12px; font-weight: 600; box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.integration-chip svg { color: var(--main-color); }
.chip-a { left: 1%; top: 14%; }.chip-b { right: 2%; top: 14%; }.chip-c { left: -2%; top: 47%; }.chip-d { right: -1%; top: 47%; }.chip-e { left: 2%; bottom: 13%; }.chip-f { right: 2%; bottom: 13%; }

/* migration section */
.home-page .migration-section { background: #fff; }
.home-page .migration-section .section-title { margin-bottom:20px; }
.home-page .migration-section .migration-photo { overflow: hidden; margin: 0; border-radius: var(--medium-radius); box-shadow: var(--shadow); }
.home-page .migration-section .migration-photo img { display: block; width: 100%; height: auto; }
.check-list { display: grid; gap: 12px; margin: 27px 0 31px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; font-weight: 600; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 2px; display: grid; place-items: center; width: 20px; height: 20px; color: var(--main-text-color); background: var(--main-color); border-radius: 50%; font-size: 11px; font-weight: 900; }

/* faq section */
.home-page .faq-section { background: var(--section-background-color); }
.home-page .faq-intro .section-title { margin-bottom:20px; }
.home-page .faq-intro .section-desc { margin:0 0 30px; }
.faq-section .accordion { --bs-accordion-bg:var(--white-color); --bs-accordion-border-color:transparent; display:grid; gap:14px; }
.faq-section .accordion-item { margin:0; overflow:hidden; background:var(--white-color); border:0!important; border-radius:var(--medium-radius)!important; box-shadow:0 12px 32px rgba(30,33,27,.08); }
.faq-section .accordion-button { padding:22px 24px; background:var(--white-color); color:var(--main-text-color); font-size:15px; font-weight:650; box-shadow:none!important; }
.faq-section .accordion-button:not(.collapsed) { color:var(--main-text-color); background:var(--white-color); }
.faq-section .accordion-button::after { width:28px; height:28px; background-color:var(--main-color-light); background-position:center; background-size:12px; border:0; border-radius:50%; }
.faq-section .accordion-body { padding:0 65px 23px 24px; color:var(--main-text-color); font-size:14px; }

/********** MAIN FOOTER ***********/
/* call to action */
.main-footer .footer-cta { position:relative; isolation:isolate; overflow:hidden; padding:112px 0; color:var(--white-color); background-image:linear-gradient(90deg,rgba(24,32,51,.98) 0%,rgba(24,32,51,.9) 56%,rgba(24,32,51,.5) 100%),url("../images/generated/final-cta-background.webp"); background-position:center; background-size:cover; }
.main-footer .footer-cta-content { display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:end; gap:55px; }
.main-footer .footer-cta .section-title { max-width:760px; margin:0 0 18px; color:var(--white-color); font-size:52px; font-weight:700; line-height:1.06; }
.main-footer .footer-cta p { max-width:650px; margin:0; color:rgba(255,255,255,.74); font-size:17px; }
.main-footer .footer-cta-actions { display:flex; gap:12px; }

/* footer content */
.main-footer { color:var(--white-color); background:var(--contrast-color-dark); }
.main-footer .footer-trust { border-top:1px solid rgba(255,255,255,.1); border-bottom:1px solid rgba(255,255,255,.1); background:var(--contrast-color); }
.main-footer .footer-trust-items { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); }
.main-footer .footer-trust-items>span { display:grid; grid-template-columns:auto 1fr; align-items:center; column-gap:11px; padding:24px 28px; border-right:1px solid rgba(255,255,255,.1); }
.main-footer .footer-trust-items>span:first-child { padding-left:0; }
.main-footer .footer-trust-items>span:last-child { padding-right:0; border-right:0; }
.main-footer .footer-trust-items svg { grid-row:1/3; width:22px; height:22px; color:var(--main-color); }
.main-footer .footer-trust-items strong { color:var(--white-color); font-size:13px; font-weight:600; }
.main-footer .footer-trust-items small { color:rgba(255,255,255,.56); font-size:11px; }
.main-footer .footer-content { background:var(--contrast-color-dark); }
.main-footer .footer-brand-row { display:grid; grid-template-columns:auto minmax(0,1fr) auto; align-items:center; gap:55px; padding:58px 0 42px; border-bottom:1px solid rgba(255,255,255,.12); }
.main-footer .footer-logo img { display:block; width:150px; height:auto; }
.main-footer .footer-logo { display:inline-flex; align-items:center; }
.main-footer .footer-intro { max-width:600px; margin:0; color:rgba(255,255,255,.66); font-size:17px; line-height:1.6; }
.main-footer .footer-main { display:grid; grid-template-columns:180px 230px minmax(360px,1fr); gap:70px; padding:48px 0 64px; }
.main-footer .item-title { margin:0 0 20px; color:var(--white-color); font-size:12px; font-weight:600; letter-spacing:.09em; text-transform:uppercase; }
.main-footer ul { display:grid; gap:10px; margin:0; padding:0; list-style:none; }
.main-footer li a { color:rgba(255,255,255,.64); font-size:14px; }
.main-footer li a:hover { color:var(--main-color); }
.main-footer .footer-contact-panel { justify-self:end; width:min(100%,500px); padding:4px 0 4px 50px; border-left:1px solid rgba(255,255,255,.14); }
.main-footer .footer-contact-panel>p { max-width:420px; margin:0 0 23px; color:rgba(255,255,255,.64); font-size:14px; line-height:1.65; }
.main-footer .footer-contact { display:flex; flex-wrap:wrap; gap:10px 18px; }
.main-footer .footer-contact>a,.main-footer .footer-contact>span { display:flex; align-items:center; gap:8px; width:fit-content; color:rgba(255,255,255,.78); font-size:13px; }
.main-footer .footer-contact a:hover { color:var(--main-color); }
.main-footer .footer-contact svg { flex:0 0 16px; width:16px; color:var(--main-color); }
.main-footer .socials { display:flex; gap:9px; }
.main-footer .socials a { display:grid; place-items:center; width:40px; height:40px; color:var(--white-color); background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.14); border-radius:50%; }
.main-footer .socials a:hover { background:var(--main-color); border-color:var(--main-color); }
.main-footer .socials svg { width:17px; }
.main-footer .footer-bottom { display:flex; align-items:center; justify-content:space-between; gap:25px; padding:24px 0 32px; color:rgba(255,255,255,.44); border-top:1px solid rgba(255,255,255,.12); font-size:11px; }
.main-footer .footer-bottom>div { display:flex; flex-wrap:wrap; gap:18px 28px; }
.main-footer .footer-bottom a:hover { color:var(--white-color); }

/********** RESPONSIVE GLOBAL AND HOME ***********/
/* smaller desktop */
@media (max-width: 1199.98px) {
    .main-header { backdrop-filter: none; }
    .main-header .navbar .nav-link { padding-left: .55rem !important; padding-right: .55rem !important; }
    .main-header .navbar .container { position: relative; }
    .main-header .navbar-toggler { position: absolute; right: 12px; top: 50%; display: grid !important; transform: translateY(-50%); }
    .trust-strip .container { display: block; }
    .trust-strip p { margin-bottom: 12px; text-align: center; }
    .integration-panel { padding: 60px 45px; }
}

/* tablet */
@media (max-width: 991.98px) {
    .section-pad { padding: 86px 0; }
    .home-page .hero-section { padding: 72px 0 74px; }
    .home-page .hero-section .hero-copy { text-align: center; }
    .home-page .hero-section .page-title { max-width: 620px; margin-left: auto; margin-right: auto; font-size: 54px; }
    .home-page .hero-section .hero-lead { margin-left: auto; margin-right: auto; }
    .home-page .hero-section .hero-buttons, .home-page .hero-section .hero-proof { justify-content: center; }
    .home-page .hero-section .hero-visual { width: min(88vw, 610px); margin: 20px auto -36px; }
    .home-page .home-start-header { align-items:flex-start; flex-direction:column; gap:28px; }
    .trust-items { flex-wrap: wrap; justify-content: center; }
    .integration-panel { padding: 60px 40px; }
    .integration-cloud { max-width: 600px; margin: auto; }
    .main-footer .footer-cta { padding:86px 0; }
    .main-footer .footer-cta-content { grid-template-columns:1fr; align-items:start; gap:30px; }
    .main-footer .footer-trust-items { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .main-footer .footer-trust-items>span,.main-footer .footer-trust-items>span:first-child,.main-footer .footer-trust-items>span:last-child { padding:22px; }
    .main-footer .footer-trust-items>span:nth-child(2n) { border-right:0; }
    .main-footer .footer-trust-items>span:nth-child(-n+2) { border-bottom:1px solid rgba(255,255,255,.1); }
    .main-footer .footer-main { grid-template-columns:1fr 1fr; }
    .main-footer .footer-contact-panel { grid-column:1/3; justify-self:stretch; width:100%; padding:30px 0 0; border-top:1px solid rgba(255,255,255,.14); border-left:0; }
}

/* mobile */
@media (max-width: 767.98px) {
    .section-pad { padding: 72px 0; }
    .home-page .hero-section { padding: 58px 0 62px; }
    .home-page .hero-section .page-title { font-size: 48px; line-height: 1.04; }
    .home-page .hero-section .hero-lead { font-size: 17px; line-height: 1.65; }
    .home-page .hero-section .hero-proof { gap: 8px !important; }
    .home-page .hero-section .hero-visual { width: min(94vw, 560px); margin: 18px auto -28px; }
    .home-page .home-start-panel { padding:40px 28px; }
    .home-page .home-start-assurances { grid-template-columns:1fr; gap:24px; }
    .home-page .home-start-assurances article,.home-page .home-start-assurances article:first-child,.home-page .home-start-assurances article:last-child { padding:0 0 24px; border-right:0; border-bottom:1px solid rgba(30,33,27,.14); }
    .home-page .home-start-assurances article:last-child { padding-bottom:0; border-bottom:0; }
    .trust-items span { flex: 0 0 calc(50% - 12px); white-space: normal; }
    .feature-card { min-height: 285px; }
    .feature-card.compact-card { min-height: 145px; }
    .integration-panel { padding: 48px 22px; border-radius: 16px; }
    .integration-cloud { min-height: 370px; transform: scale(.92); }
    .integration-chip { padding: 8px 10px; font-size: 11px; }
    .main-footer .footer-cta { padding:72px 0; }
    .main-footer .footer-brand-row { grid-template-columns:1fr; gap:22px; padding:40px 0 32px; }
    .main-footer .footer-intro { max-width:500px; }
    .main-footer .footer-main { gap:38px 28px; }
    .main-footer .footer-bottom { align-items:flex-start; flex-direction:column; }
}

/* small mobile */
@media (max-width: 575.98px) {
    .main-header .navbar { min-height: 72px; }
    .main-header .navbar-brand img { width: 145px; }
    .home-page .hero-section .hero-buttons .btn { width: 100%; }
    .home-page .home-start-panel { padding:34px 22px; }
    .home-page .home-start-action,.home-page .home-start-action .btn { width:100%; }
    .home-page .home-start-action small { align-self:center; padding-left:0; }
    .home-page .hero-section .hero-proof { display: grid !important; grid-template-columns: repeat(2, max-content); justify-content: center; width: 100%; row-gap: 10px !important; column-gap: 16px !important; }
    .home-page .hero-section .hero-proof span { margin-right: 0; }
    .home-page .hero-section .hero-visual { width: 100%; max-width: 490px; margin-left: auto; margin-right: auto; margin-bottom: -20px; }
    .trust-items { display: grid; grid-template-columns: 1fr 1fr; }
    .trust-items span { font-size: 12px; }
    .section-title br { display: none; }
    .integration-cloud { min-height: 325px; margin: -20px -20px; transform: scale(.88); }
    .cloud-center { width: 125px; height: 125px; }
    .chip-c, .chip-d { top: 45%; }
    .main-footer .footer-cta-actions { flex-direction:column; align-items:stretch; }
    .main-footer .footer-cta-actions .btn { width:100%; }
    .main-footer .footer-trust-items { grid-template-columns:1fr; }
    .main-footer .footer-trust-items>span,.main-footer .footer-trust-items>span:first-child,.main-footer .footer-trust-items>span:last-child { padding:19px 0; border-right:0; border-bottom:1px solid rgba(255,255,255,.1); }
    .main-footer .footer-trust-items>span:last-child { border-bottom:0; }
    .main-footer .footer-main { grid-template-columns:1fr; }
    .main-footer .footer-contact-panel { grid-column:auto; padding:28px 0 0; }
    .main-footer .footer-bottom>div { gap:10px 18px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}

/********** INNER PAGES ***********/
/* page layout */
.inner-hero { position: relative; isolation: isolate; overflow: hidden; padding: 55px 0 88px; background: var(--section-background-color); }
/* page hero */
.inner-hero .page-title,.trial-page .trial-section .page-title { max-width:760px; margin:0 0 24px; font-size:49px; font-weight:800; line-height:1.04; text-wrap:balance; }
.inner-hero .col-lg-9 .page-title { max-width:900px; margin-inline:auto; }
.inner-hero .page-title span,.trial-page .trial-section .page-title span { color:var(--main-color-dark); }
.inner-hero .col-lg-6>p,.inner-hero .col-lg-9>p { max-width:625px; margin:0; color:var(--main-text-color); font-size:17px; line-height:1.75; }
.inner-hero .col-lg-9>p { margin-inline:auto; }
.inner-hero-image { position:relative; overflow:hidden; margin:0; aspect-ratio:1.28/1; border-radius:18px; box-shadow:var(--shadow); }
.inner-hero-image::after { content:""; position:absolute; inset:0; box-shadow:inset 0 0 0 1px rgba(255,255,255,.28); border-radius:inherit; }
.inner-hero-image img { width:100%; height:100%; object-fit:cover; }
.page-section { padding:104px 0; }
.page-section:nth-child(odd) { background:var(--section-background-color); }
.section-heading .section-title { margin:0; max-width:760px; font-size:44px; font-weight:800; line-height:1.12; text-wrap:balance; }
.section-heading>p { max-width:650px; margin:20px auto 0; color:var(--secondary-text-color); font-size: 17px; }
.section-heading:not(.text-center) { margin-left:0; }
.round-icon { display:grid; place-items:center; flex:0 0 50px; width:50px; height:50px; color:var(--main-text-color); background:var(--main-color-light); border-radius:14px; }
.round-icon svg { width:23px; height:23px; }
.content-card { height:100%; padding:30px; background:#fff; border:1px solid var(--border-color); border-radius:var(--medium-radius); transition:.25s ease; }
.content-card:hover { transform:translateY(-4px); box-shadow:0 18px 45px rgba(30,33,27,.08); }
.content-card .round-icon { margin-bottom:30px; }
.content-card .item-title { margin:0 0 11px; font-size:18px; font-weight:800; }
.content-card p { margin:0; color:var(--secondary-text-color); font-size:14px; line-height:1.65; }
/********** FUNCTIONS PAGE ***********/
/* feature directory */
.functions-page .feature-overview { background:var(--white-color); }
.functions-page .feature-overview>.container>.section-heading { margin:0 0 46px; }
.functions-page .feature-overview>.container>.section-heading>p { margin:18px 0 0; }
.functions-page .feature-directory { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; margin-bottom:46px; }
.functions-page .feature-directory a { display:flex; align-items:center; gap:11px; min-height:62px; padding:13px 17px; background:var(--section-background-color); border:1px solid transparent; border-radius:var(--small-radius); font-size:13px; font-weight:600; transition:background-color .2s,border-color .2s,transform .2s; }
.functions-page .feature-directory a:hover { background:var(--main-color-light); border-color:#dce9a7; transform:translateY(-2px); }
.functions-page .feature-directory svg { flex:0 0 20px; width:20px; height:20px; color:var(--main-color-dark); }

/* feature chapters */
.functions-page .feature-chapters { display:grid; gap:28px; }
.functions-page .feature-chapter { scroll-margin-top:125px; overflow:hidden; background:#fff; border:1px solid var(--border-color); border-radius:var(--medium-radius); }
.functions-page .feature-chapter:nth-child(1) .feature-chapter-header { background:var(--main-color-light); }
.functions-page .feature-chapter:nth-child(2) .feature-chapter-header { background:#e7eef7; }
.functions-page .feature-chapter:nth-child(3) .feature-chapter-header { background:#f4e8de; }
.functions-page .feature-chapter:nth-child(4) .feature-chapter-header { background:#e9f2ed; }
.functions-page .feature-chapter-header { display:grid; grid-template-columns:auto minmax(0,1fr) auto; align-items:center; gap:20px; padding:30px 34px; }
.functions-page .feature-chapter-icon { display:grid; place-items:center; width:54px; height:54px; background:rgba(255,255,255,.78); border:1px solid rgba(30,33,27,.08); border-radius:50%; }
.functions-page .feature-chapter-icon svg { width:24px; height:24px; }
.functions-page .feature-chapter-header .section-title { margin:0 0 4px; font-size:25px; }
.functions-page .feature-chapter-header p { margin:0; font-size:14px; line-height:1.55; }
.functions-page .feature-chapter-count { padding:7px 11px; background:rgba(255,255,255,.7); border-radius:99px; font-size:11px; font-weight:600; white-space:nowrap; }
.functions-page .feature-accordion { padding:0 34px 12px; }
.functions-page .feature-disclosure { border-bottom:1px solid var(--border-color); }
.functions-page .feature-disclosure:last-child { border-bottom:0; }
.functions-page .feature-disclosure summary { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:21px 0; cursor:pointer; list-style:none; }
.functions-page .feature-disclosure summary::-webkit-details-marker { display:none; }
.functions-page .feature-group-name,.functions-page .feature-group-meta { display:flex; align-items:center; }
.functions-page .feature-group-name { gap:12px; }
.functions-page .feature-group-name>svg { width:19px; height:19px; color:var(--main-color-dark); }
.functions-page .feature-group-name strong { font-size:15px; font-weight:650; }
.functions-page .feature-group-meta { gap:12px; color:var(--main-text-color); font-size:12px; }
.functions-page .feature-group-meta svg { width:17px; height:17px; transition:transform .2s; }
.functions-page .feature-disclosure[open] .feature-group-meta svg { transform:rotate(180deg); }
.functions-page .feature-list { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px 18px; padding:2px 0 24px 31px; }
.functions-page .feature-list span { position:relative; padding-left:14px; color:var(--main-text-color); font-size:13px; line-height:1.5; }
.functions-page .feature-list span::before { content:""; position:absolute; left:0; top:8px; width:5px; height:5px; background:var(--main-color); border-radius:50%; }
/* inner call to action */
.mini-cta { padding:24px 0 104px; }
.mini-cta-panel { overflow:hidden; padding:52px 58px; color:#fff; background:var(--main-text-color); border-radius:var(--large-radius); }
.mini-cta-panel .section-title { max-width:660px; margin:0 0 10px; font-size:40px; font-weight:800; }
.mini-cta-panel p { max-width:680px; margin:0; color:var(--white-color); }

/********** PRICING PAGE ***********/
/* pricing cards */
.pricing-note { display:flex; align-items:center; justify-content:center; gap:10px; width:fit-content; margin:-28px auto 38px; padding:10px 17px; background:var(--main-color-light); border:1px solid #dbe9a4; border-radius:99px; color:#4f581e; font-size: 13px; }
.pricing-note svg { color:var(--main-color-dark); }
.pricing-grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:16px; align-items:stretch; }
.price-card { position:relative; display:flex; flex-direction:column; min-width:0; padding:30px 24px 27px; background:var(--section-background-color); border:1px solid transparent; border-top:4px solid #dfe4d3; border-radius:var(--medium-radius); transition:border-color .2s,box-shadow .2s; }
.price-card:nth-child(2) { background:#f4eee6; border-top-color:#dcc9b8; }
.price-card:nth-child(4) { background:#e9f2ed; border-top-color:#bfd8c8; }
.price-card:nth-child(5) { background:#e7eef7; border-top-color:#bdcde2; }
.price-card:hover { border-color:rgba(30,33,27,.13); box-shadow:0 18px 45px rgba(30,33,27,.08); }
.price-card.featured { color:var(--white-color); background:var(--contrast-color); border-color:var(--contrast-color); border-top-color:var(--main-color); box-shadow:0 20px 55px rgba(24,32,51,.2); }
.popular-label { display:inline-flex; width:fit-content; margin-bottom:20px; padding:6px 10px; color:var(--main-text-color); background:var(--main-color); border-radius:99px; font-size:9px; font-weight:700; letter-spacing:.06em; white-space:nowrap; text-transform:uppercase; }
.price-card .section-title { margin:0 0 8px; font-size:23px; font-weight:700; }
.price-description { min-height:58px; margin:0 0 24px; font-size:12px; line-height:1.55; }
.price { display:flex; align-items:baseline; flex-wrap:wrap; gap:6px; margin-bottom:27px; padding-bottom:25px; border-bottom:1px solid rgba(30,33,27,.13); }
.price strong { font-size:35px; font-weight:700; letter-spacing:-.05em; white-space:nowrap; }
.price span { font-size:11px; }
.price-card ul { display:grid; gap:17px; margin:0 0 28px; padding:0; list-style:none; }
.price-card li { display:flex; flex-direction:column; gap:2px; }
.price-card li strong { font-size:18px; font-weight:650; line-height:1.15; }
.price-card li span { font-size:11px; }
.price-card .price-link { width:fit-content; margin-top:auto; font-size:13px; font-weight:400; text-decoration:underline; text-decoration-thickness:1px; text-underline-offset:5px; }
.price-card .price-link:hover { color:var(--main-color-dark); }
.price-card.featured .section-title,.price-card.featured .price-description,.price-card.featured .price span,.price-card.featured li span { color:var(--white-color); }
.price-card.featured .price-description,.price-card.featured .price span,.price-card.featured li span { opacity:.7; }
.price-card.featured .price { border-bottom-color:rgba(255,255,255,.16); }
.price-card.featured .price-link { color:var(--main-color); }
.included-panel { margin:95px 0; padding:45px; background:var(--main-text-color); color:#fff; border-radius:var(--large-radius); }
.included-panel .section-title { margin:0; font-size:34px; font-weight:800; }
.included-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:13px; }
.included-grid span { display:flex; align-items:center; gap:9px; padding:12px; background:#30342c; border-radius:11px; color:var(--white-color); font-size: 13px; font-weight:600; }
.included-grid svg { color:var(--main-color); }
.comparison-mini { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; max-width:960px; margin:0 auto; }
.comparison-mini>div { display:grid; grid-template-columns:auto 1fr; gap:3px 13px; padding:25px; background:#fff; border:1px solid var(--border-color); border-radius:12px; }
.comparison-mini svg { grid-row:1/3; width:25px; height:25px; color:var(--main-color-dark); }
.comparison-mini strong,.comparison-mini span { display:block; }
.comparison-mini span { color:var(--secondary-text-color); font-size: 12px; }

/********** TEMPLATES AND CUSTOM SHOP PAGES ***********/
/* templates */
.template-list { margin-bottom:100px; }
.template-benefits { margin-bottom:110px; }
.design-custom { padding:60px; background:var(--main-color-light); border-radius:var(--large-radius); }
.design-custom .section-title,.photo-split .section-title,.migration-content .section-title { margin:0 0 20px; font-size:42px; font-weight:800; line-height:1.13; }
.design-custom p,.photo-split p { color:var(--secondary-text-color); }
.screen-stack { position:relative; min-height:410px; }
.screen-stack img { position:absolute; width:80%; border:7px solid #fff; border-radius:12px; box-shadow:var(--shadow); }
.screen-stack img:first-child { left:0; top:0; transform:rotate(-3deg); }
.screen-stack img:last-child { right:0; bottom:0; transform:rotate(4deg); }
/* custom shop */
.custom-pillars { margin-bottom:110px; }
.photo-split,.migration-content { margin:0 0 110px; }
.photo-panel { position:relative; overflow:visible; margin:0; }
.photo-panel>img { display:block; width:100%; aspect-ratio:1.28/1; object-fit:cover; border-radius:16px; box-shadow:var(--shadow); }
.photo-panel figcaption { position:absolute; right:-20px; bottom:24px; display:flex; align-items:center; gap:11px; padding:13px 17px; background:#fff; border:1px solid var(--border-color); border-radius:14px; box-shadow:0 16px 38px rgba(30,33,27,.14); }
.photo-panel figcaption>i { width:22px; color:var(--main-color-dark); }
.photo-panel figcaption strong,.photo-panel figcaption span { display:block; }
.photo-panel figcaption span { color:var(--main-text-color); font-size: 11px; }
.photo-panel figcaption strong { color:var(--main-text-color); font-size: 13px; }
.numbered-list { display:grid; gap:13px; margin-top:27px; }
.numbered-list>div { display:flex; align-items:center; gap:14px; padding:13px 0; border-bottom:1px solid var(--border-color); }
.numbered-list span { display:grid; place-items:center; flex:0 0 35px; width:35px; height:35px; background:var(--main-color); border-radius:50%; font-size:12px; font-weight:800; }
.compare-panel { padding:58px; color:#fff; background:var(--main-text-color); border-radius:var(--large-radius); }
.compare-panel>div:first-child { max-width:750px; margin-bottom:35px; }
.compare-panel .section-title { margin:0; font-size:42px; font-weight:800; }
.compare-columns { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.compare-columns article { padding:30px; background:#fff; color:var(--main-text-color); border-radius:13px; }
.compare-columns article.muted { background:#30342c; color:#fff; }
.compare-columns .item-title { display:flex; align-items:center; gap:10px; font-size:18px; font-weight:800; }
.compare-columns .muted ul { display:grid; gap:10px; margin:24px 0 0; color:var(--white-color); }

/********** WHY FULTIO PAGE ***********/
/* support and statistics */
.reason-grid { margin-bottom:115px; }
.support-split { margin-bottom:100px; }
.support-links { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:28px; }
.support-links a { display:flex; align-items:center; gap:10px; padding:16px; border:1px solid var(--border-color); border-radius:14px; }
.support-links a:hover { background:var(--main-color-light); }
.support-links a>svg { color:var(--main-color-dark); }
.support-links small,.support-links strong { display:block; }
.support-links small { color:var(--main-text-color); font-size: 11px; }
.support-links strong { font-size: 13px; }
.stat-band { display:grid; grid-template-columns:repeat(4,1fr); padding:42px; color:#fff; background:var(--main-text-color); border-radius:var(--large-radius); }
.stat-band>div { padding:0 30px; border-right:1px solid #43473e; }
.stat-band>div:last-child { border:0; }
.stat-band strong,.stat-band span { display:block; }
.stat-band strong { color:var(--main-color); font-size:32px; font-weight:800; }
.stat-band span { color:var(--white-color); font-size: 12px; }
/********** REFERENCES PAGE ***********/
/* projects */
.references-page .references-section { overflow:hidden; }
.reference-case { margin-bottom:130px; }
.reference-case:last-child { margin-bottom:0; }
.reference-shot { position:relative; display:block; padding:24px 24px 0; background:color-mix(in srgb,var(--case-color) 82%,#fff); border-radius:16px; box-shadow:0 22px 55px rgba(30,33,27,.13); }
.reference-shot img { display:block; width:100%; aspect-ratio:1.45/1; object-fit:cover; object-position:top; border-radius:14px 14px 0 0; }
.reference-shot span { position:absolute; right:40px; bottom:22px; display:flex; align-items:center; gap:7px; padding:10px 13px; background:#fff; border-radius:10px; box-shadow:0 8px 20px rgba(0,0,0,.13); font-size: 12px; font-weight:700; }
.case-number { color:var(--main-color-dark); font-size:12px; font-weight:800; letter-spacing:.1em; }
.reference-case .section-title { margin:12px 0 18px; font-size:42px; font-weight:800; }
.reference-case p { color:var(--secondary-text-color); }
.tag-list { display:flex; flex-wrap:wrap; gap:7px; margin:22px 0 27px; }
.tag-list span { padding:6px 10px; background:var(--main-color-light); border-radius:99px; color:#5e6c20; font-size: 11px; font-weight:700; }

/********** ADDONS PAGE ***********/
/* addons list */
.addon-toolbar { display:flex; align-items:end; justify-content:space-between; gap:30px; margin-bottom:48px; }
.addon-toolbar .section-title { max-width:720px; margin:0; font-size:42px; font-weight:800; }
.addon-search { display:flex; align-items:center; gap:8px; width:min(100%,330px); padding:0 15px; background:#fff; border:1px solid var(--border-color); border-radius:13px; }
.addon-search:focus-within { border-color:var(--main-color-dark); box-shadow:0 0 0 3px rgba(183,215,47,.18); }
.addon-search svg { color:var(--main-text-color); }
.addon-search input { width:100%; padding:13px 0; border:0; outline:0; background:transparent; }
.anchor-pills { display:flex; flex-wrap:wrap; gap:9px; }
.addon-pills { justify-content:flex-start; margin:0 0 45px; }
.addon-pills a { display:flex; align-items:center; gap:8px; min-height:42px; padding:9px 12px; background:var(--section-background-color); border:1px solid var(--border-color); border-radius:9px; font-size:12px; font-weight:500; transition:background-color .2s,border-color .2s,color .2s; }
.addon-pills a:hover,.addon-pills a:focus-visible { color:var(--main-text-color); background:var(--main-color-light); border-color:#d5e58f; outline:0; }
.addon-pills span { display:grid; place-items:center; min-width:22px; height:22px; padding:0 5px; background:var(--main-color-light); border-radius:99px; color:var(--main-color-dark); font-size: 11px; }
.addon-groups { columns:2; column-gap:24px; }
.addon-group { display:inline-block; width:100%; scroll-margin-top:125px; overflow:hidden; margin:0 0 24px; break-inside:avoid; background:#fff; border:1px solid var(--border-color); border-radius:13px; }
.addon-group-break { break-after:column; }
.addon-group>header { display:flex; align-items:center; justify-content:space-between; padding:24px 26px; color:#fff; background:var(--main-text-color); }
.addon-group .section-title { margin:0; font-size:18px; font-weight:800; }
.addon-group header span { color:var(--white-color); font-size: 11px; }
.addon-row { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:13px 24px; border-bottom:1px solid #ecece7; }
.addon-row:last-child { border:0; }
.addon-row>span { display:flex; align-items:center; gap:8px; font-size: 13px; }
.addon-row svg { flex:0 0 16px; color:var(--main-color-dark); }
.addon-row small { color:var(--main-text-color); font-size: 11px; white-space:nowrap; }
.addon-row small strong { color:var(--main-text-color); }
.addon-row[hidden],.addon-group[hidden] { display:none; }
.no-results { padding:65px; text-align:center; background:#fff; border:1px dashed var(--border-color); border-radius:13px; }
.no-results svg { width:40px; height:40px; color:var(--main-color-dark); }

/********** MIGRATION PAGE ***********/
/* migration */
.process-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-bottom:115px; }
.process-grid article { position:relative; padding:31px; background:#fff; border:1px solid var(--border-color); border-radius:13px; }
.process-grid article>span { display:block; margin-bottom:50px; color:var(--main-color-dark); font-size:12px; font-weight:800; }
.process-grid .item-title { margin:0 0 10px; font-size:18px; font-weight:800; }
.process-grid p { margin:0; color:var(--secondary-text-color); font-size: 14px; }
.transfer-list { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin:27px 0; }
.transfer-list>div { display:flex; align-items:center; gap:10px; padding:14px; background:#fff; border:1px solid var(--border-color); border-radius:12px; font-size: 13px; font-weight:600; }
.transfer-list svg { color:var(--main-color-dark); }
.small-note { display:flex; gap:8px; color:var(--main-text-color); font-size: 12px; }
.small-note svg { flex:0 0 17px; margin-top:3px; }
.risk-panel { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:25px; padding:38px 42px; background:var(--main-color-light); border-radius:14px; }
.risk-panel>svg { width:44px; height:44px; color:var(--main-color-dark); }
.risk-panel .section-title { margin:0 0 5px; font-size:24px; font-weight:800; }
.risk-panel p { margin:0; color:var(--secondary-text-color); font-size: 14px; }
/********** CONTACT PAGE ***********/
/* contact form */
.contact-page .form-panel { padding:42px; background:#fff; border:1px solid var(--border-color); border-radius:var(--medium-radius); box-shadow:0 18px 50px rgba(30,33,27,.06); }
.form-panel .section-title { margin:0 0 28px; font-size:38px; font-weight:800; }
.contact-form label,.signup-card label { display:block; margin-bottom:6px; font-size: 12px; font-weight:700; }
.contact-form label small { color:var(--main-text-color); font-weight:500; }
.form-control,.form-select { min-height:49px; border-color:#d8dad2; border-radius:11px; font-size: 14px; }
.form-control:focus,.form-select:focus { border-color:var(--main-color-dark); box-shadow:0 0 0 3px rgba(183,215,47,.18); }
textarea.form-control { resize:vertical; }
.contact-form .col-12>small { color:var(--main-text-color); }
.contact-sidebar { display:grid; gap:15px; }
.contact-sidebar article { display:flex; gap:17px; padding:27px; background:#fff; border:1px solid var(--border-color); border-radius:13px; }
.contact-sidebar small,.contact-sidebar a,.contact-sidebar strong { display:block; }
.contact-sidebar small { color:var(--main-text-color); font-size: 11px; text-transform:uppercase; letter-spacing:.08em; }
.contact-sidebar a,.contact-sidebar strong { margin:2px 0 6px; font-size:16px; font-weight:800; }
.contact-sidebar a:hover { color:var(--main-color-dark); }
.contact-sidebar p { margin:0; color:var(--secondary-text-color); font-size: 13px; }
/********** TRIAL PAGE ***********/
/* registration */
.trial-page .trial-section { position:relative; overflow:hidden; padding:70px 0 100px; background:var(--section-background-color); }
.trial-lead { max-width:630px; color:var(--main-text-color); font-size:16px; }
.trial-benefits { display:grid; gap:19px; margin:35px 0 0; padding:0; list-style:none; }
.trial-benefits li { display:flex; gap:13px; }
.trial-benefits li>svg { flex:0 0 25px; width:25px; height:25px; padding:5px; background:var(--main-color); border-radius:50%; stroke-width:3; }
.trial-benefits strong,.trial-benefits span { display:block; }
.trial-benefits span { color:var(--secondary-text-color); font-size: 14px; }
.trial-benefits strong { color:var(--main-text-color); font-size: 15px; }
.signup-card { padding:42px; background:#fff; border:1px solid rgba(30,33,27,.1); border-radius:16px; box-shadow:var(--shadow); }
.signup-icon { display:grid; place-items:center; width:58px; height:58px; margin-bottom:25px; background:var(--main-color); border-radius:17px; }
.signup-icon svg { width:27px; height:27px; }
.signup-card .section-title { margin:0 0 10px; font-size:26px; font-weight:800; }
.signup-card>p { margin:0; color:var(--secondary-text-color); font-size:14px; line-height:1.65; }
.signup-card form { display:grid; gap:13px; margin-top:25px; }
.signup-card form small { color:var(--main-text-color); font-size: 10px; text-align:center; }
.secure-note { display:flex; align-items:center; justify-content:center; gap:7px; margin-top:22px; padding-top:18px; border-top:1px solid var(--border-color); color:var(--main-text-color); font-size: 11px; }
.secure-note svg { color:var(--main-color-dark); }
/********** FAQ PAGE ***********/
/* questions */
.faq-page .faq-aside { position:sticky; top:145px; }
.faq-aside .section-title { margin:0 0 25px; font-size:32px; font-weight:800; }
.faq-aside nav { display:grid; margin-bottom:25px; }
.faq-aside nav a { display:flex; justify-content:space-between; align-items:center; padding:12px 0; border-bottom:1px solid var(--border-color); font-weight:700; }
.faq-aside nav a:hover { color:var(--main-color-dark); }
.faq-aside .faq-contact-box { display:flex; flex-direction:column; align-items:flex-start; padding:26px; background:var(--main-color-light); border-radius:12px; }
.faq-aside .faq-contact-box .item-title { margin:0 0 10px; font-size:20px; font-weight:700; }
.faq-aside .faq-contact-box p { margin:0; font-size:14px; line-height:1.6; }
.faq-aside .faq-contact-box .btn { margin-top:20px; }
.faq-group { scroll-margin-top:125px; margin-bottom:55px; }
.faq-group>.section-title { margin-bottom:18px; font-size:24px; font-weight:800; }

/********** LEGAL AND ERROR PAGES ***********/
/* legal content */
.legal-hero { padding:50px 0 65px; background:var(--section-background-color); }
.legal-hero .page-title { max-width:900px; margin:0 0 20px; font-size:52px; font-weight:800; line-height:1.08; }
.legal-hero p { max-width:720px; margin:0; color:var(--secondary-text-color); }
.legal-section { padding:85px 0 110px; }
.legal-content { min-width:0; max-width:900px; margin:0 auto; overflow-wrap:anywhere; color:var(--main-text-color); }
.legal-content .section-title { margin:55px 0 14px; color:var(--main-text-color); font-size:25px; font-weight:800; }
.legal-content .item-title { margin:28px 0 10px; color:var(--main-text-color); font-size:17px; font-weight:800; }
.legal-content p,.legal-content li { font-size: 14px; line-height:1.75; }
.legal-content li { margin-bottom:8px; }
.legal-content table { width:100%; margin:20px 0; border-collapse:collapse; table-layout:fixed; }
.legal-content td { padding:9px 12px; overflow-wrap:anywhere; border:1px solid var(--border-color); vertical-align:top; }
.not-found { min-height:65vh; display:grid; place-items:center; padding:90px 0; background:var(--section-background-color); }
.error-code { display:block; color:var(--main-color); font-size:180px; font-weight:800; line-height:.8; }
.not-found .page-title { margin:30px 0 15px; font-size:44px; font-weight:800; }
.not-found p { margin:0 auto 28px; max-width:560px; color:var(--secondary-text-color); }

/********** HOME PAGE EDITORIAL SECTION ***********/
/* homepage photography */
.home-page .commerce-story { overflow:hidden; background:#fff; }
.commerce-points { display:grid; gap:17px; margin-top:31px; }
.commerce-points>div { display:flex; align-items:center; gap:13px; }
.commerce-points>div>span { display:grid; place-items:center; flex:0 0 42px; width:42px; height:42px; background:var(--main-color-light); border-radius:12px; }
.commerce-points svg { width:20px; color:var(--main-color-dark); }
.commerce-points strong,.commerce-points small { display:block; }
.commerce-points strong { font-size:14px; font-weight:800; }
.commerce-points small { color:var(--secondary-text-color); font-size: 12px; }
.commerce-photo-grid { position:relative; min-height:570px; margin-left:30px; }
.commerce-photo-grid figure { overflow:hidden; margin:0; background:#e6e8df; box-shadow:var(--shadow); }
.commerce-photo-grid img { width:100%; height:100%; object-fit:cover; }
.commerce-photo-main { position:absolute; left:0; top:0; width:82%; height:500px; border-radius:18px; }
.commerce-photo-small { position:absolute; z-index:2; right:0; bottom:0; width:45%; height:235px; border:8px solid #fff; border-radius:14px; }
.commerce-photo-small img { object-position:65% center; }
.commerce-photo-note { position:absolute; z-index:3; left:-25px; bottom:30px; display:flex; align-items:center; gap:11px; padding:13px 16px; background:#fff; border:1px solid var(--border-color); border-radius:14px; box-shadow:0 16px 38px rgba(30,33,27,.14); }
.commerce-photo-note>svg { width:22px; color:var(--main-color-dark); }
.commerce-photo-note span,.commerce-photo-note strong { display:block; }
.commerce-photo-note span { color:var(--main-text-color); font-size: 11px; }
.commerce-photo-note strong { color:var(--main-text-color); font-size: 13px; }
/********** TRIAL PAGE PHOTOGRAPHY ***********/
/* onboarding photo */
.trial-page .trial-onboarding-photo { position:relative; overflow:visible; margin:42px 0 0; }
.trial-onboarding-photo>img { display:block; width:100%; height:390px; object-fit:cover; border-radius:15px; box-shadow:0 18px 50px rgba(30,33,27,.13); }
.trial-onboarding-photo figcaption { position:absolute; right:-18px; bottom:18px; display:flex; align-items:center; gap:10px; max-width:265px; padding:12px 15px; background:#fff; border:1px solid var(--border-color); border-radius:13px; box-shadow:0 12px 30px rgba(30,33,27,.14); }
.trial-onboarding-photo figcaption>svg { flex:0 0 20px; color:var(--main-color-dark); }
.trial-onboarding-photo figcaption span,.trial-onboarding-photo figcaption strong { display:block; }
.trial-onboarding-photo figcaption span { color:var(--main-text-color); font-size: 10px; }
.trial-onboarding-photo figcaption strong { color:var(--main-text-color); font-size: 12px; }

/********** RESPONSIVE INNER PAGES ***********/
/* smaller desktop */
@media (max-width:1199.98px) {
    .main-header .navbar .container { position:relative; }
    .main-header .navbar-toggler { position:absolute; right:12px; top:50%; display:grid!important; transform:translateY(-50%); }
    .pricing-page .pricing-grid { grid-template-columns:repeat(3,1fr); }
    .pricing-page .price-card.featured { margin:0; }
    .migration-page .process-grid { grid-template-columns:repeat(2,1fr); }
}
/* tablet */
@media (max-width:991.98px) {
    .inner-hero { padding:38px 0 74px; }
    .inner-hero .row { text-align:center; }
    .inner-hero .page-title,.inner-hero .col-lg-6>p { margin-left:auto; margin-right:auto; }
    .inner-hero .d-flex { justify-content:center; }
    .inner-hero-image { width:min(100%,680px); margin:10px auto 0; aspect-ratio:1.55/1; border-radius:16px; }
    .inner-hero .page-title,.trial-page .trial-section .page-title { font-size:42px; }
    .section-title,.section-heading .section-title,.integration-panel .section-title,.main-footer .footer-cta .section-title,.mini-cta-panel .section-title,.included-panel .section-title,.design-custom .section-title,.photo-split .section-title,.migration-content .section-title,.compare-panel .section-title,.reference-case .section-title,.addon-toolbar .section-title,.form-panel .section-title { font-size:38px; }
    .functions-page .feature-directory { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .addons-page .addon-groups { columns:1; }
    .addons-page .addon-group-break { break-after:auto; }
    .pricing-page .included-grid { grid-template-columns:repeat(2,1fr); }
    .screen-stack { min-height:500px; max-width:700px; margin:auto; }
    .photo-split .photo-panel,.migration-content .photo-panel { max-width:680px; margin:auto; }
    .faq-page .faq-aside { position:static; }
    .home-page .commerce-photo-grid { max-width:700px; margin:25px auto 0; }
    .trial-page .trial-onboarding-photo>img { height:430px; }
}
/* mobile */
@media (max-width:767.98px) {
    .page-section { padding:75px 0; }
    .inner-hero .page-title,.trial-page .trial-section .page-title { font-size:36px; }
    .section-title,.section-heading .section-title,.integration-panel .section-title,.main-footer .footer-cta .section-title,.mini-cta-panel .section-title,.included-panel .section-title,.design-custom .section-title,.photo-split .section-title,.migration-content .section-title,.compare-panel .section-title,.reference-case .section-title,.addon-toolbar .section-title,.form-panel .section-title { font-size:32px; }
    .section-heading { margin-bottom:42px; }
    .functions-page .feature-list { grid-template-columns:1fr; }
    .content-card .round-icon { margin-bottom:24px; }
    .functions-page .feature-chapter-header { grid-template-columns:auto minmax(0,1fr); gap:15px; padding:24px 21px; }
    .functions-page .feature-chapter-count { grid-column:2; justify-self:start; }
    .functions-page .feature-accordion { padding:0 21px 8px; }
    .functions-page .feature-list { padding-left:31px; }
    .pricing-page .pricing-grid { grid-template-columns:1fr 1fr; }
    .pricing-page .price-description { min-height:0; }
    .included-panel,.design-custom,.compare-panel { padding:36px 25px; }
    .comparison-mini,.compare-columns { grid-template-columns:1fr; }
    .template-list,.template-benefits,.custom-pillars,.reason-grid { margin-bottom:75px; }
    .screen-stack { min-height:390px; }
    .stat-band { grid-template-columns:1fr 1fr; gap:25px 0; padding:35px 20px; }
    .stat-band>div { padding:0 20px; }
    .stat-band>div:nth-child(2) { border:0; }
    .addons-page .addon-toolbar { align-items:flex-start; flex-direction:column; }
    .addons-page .addon-search { width:100%; }
    .migration-page .process-grid { grid-template-columns:1fr; }
    .migration-page .process-grid article>span { margin-bottom:25px; }
    .migration-page .risk-panel { grid-template-columns:auto 1fr; }
    .migration-page .risk-panel .btn { grid-column:1/3; }
    .contact-page .form-panel,.trial-page .signup-card { padding:30px 23px; }
    .trial-page .trial-section { padding:45px 0 75px; }
    .legal-section { padding:65px 0 85px; }
    .legal-page .legal-hero .page-title,.error-page .not-found .page-title { font-size:40px; }
    .legal-content ol,.legal-content ul { max-width:100%; padding-left:20px; }
    .home-page .commerce-photo-grid { min-height:490px; }
    .home-page .commerce-photo-main { height:420px; }
}
/* small mobile */
@media (max-width:575.98px) {
    .inner-hero { padding-bottom:62px; }
    .inner-hero .page-title,.trial-page .trial-section .page-title { font-size:32px; }
    .functions-page .feature-directory { grid-template-columns:1fr; }
    .functions-page .feature-directory a { min-height:54px; }
    .functions-page .feature-chapter-header .section-title { font-size:22px; }
    .functions-page .feature-group-meta { font-size:0; gap:0; }
    .home-page .hero-section .page-title { font-size:40px; }
    .legal-page .legal-hero .page-title,.error-page .not-found .page-title { font-size:34px; }
    .section-title,.section-heading .section-title,.integration-panel .section-title,.main-footer .footer-cta .section-title,.mini-cta-panel .section-title,.included-panel .section-title,.design-custom .section-title,.photo-split .section-title,.migration-content .section-title,.compare-panel .section-title,.reference-case .section-title,.addon-toolbar .section-title,.form-panel .section-title { font-size:30px; }
    .inner-hero-image { aspect-ratio:1.15/1; }
    .inner-hero .btn { width:100%; }
    .pricing-page .pricing-grid { grid-template-columns:1fr; }
    .pricing-page .price-card { padding:28px 24px; }
    .pricing-page .price-card.featured { order:-1; }
    .pricing-page .included-grid { grid-template-columns:1fr; }
    .mini-cta { padding-bottom:75px; }
    .mini-cta-panel { padding:38px 24px; border-radius:16px; }
    .screen-stack { min-height:280px; }
    .support-links,.transfer-list { grid-template-columns:1fr; }
    .stat-band { grid-template-columns:1fr; }
    .stat-band>div { border:0; border-bottom:1px solid #43473e; padding:0 0 18px; }
    .reference-case { margin-bottom:85px; }
    .reference-shot { padding:14px 14px 0; border-radius:14px; }
    .reference-shot span { right:22px; bottom:14px; }
    .addons-page .addon-row { align-items:flex-start; flex-direction:column; gap:4px; }
    .migration-page .risk-panel { grid-template-columns:1fr; padding:29px 24px; }
    .migration-page .risk-panel .btn { grid-column:auto; width:100%; }
    .photo-panel figcaption { right:10px; bottom:10px; }
    .home-page .commerce-photo-grid { min-height:370px; margin-top:10px; }
    .home-page .commerce-photo-main { width:92%; height:315px; border-radius:15px; }
    .home-page .commerce-photo-small { width:48%; height:155px; border-width:5px; border-radius:12px; }
    .home-page .commerce-photo-note { left:8px; bottom:5px; }
    .home-page .commerce-photo-note span { display:none; }
    .trial-page .trial-onboarding-photo { margin-top:35px; }
    .trial-page .trial-onboarding-photo>img { height:430px; object-position:center; }
    .trial-page .trial-onboarding-photo figcaption { right:8px; bottom:8px; }
}
