:root{--pda-primary:#6658dd;--pda-danger:#f1556c;--pda-pink:#f672a7;--pda-teal:#1abc9c;--pda-ink:#323a46;--pda-muted:#6c757d;--pda-soft:#f3f7f9;--pda-line:rgba(102, 88, 221, .14);--pda-shadow:0 22px 60px rgba(50, 58, 70, .14)}body{color:var(--pda-ink);background:#fff}a,.btn{transition:color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:44px;min-width:44px;letter-spacing:0}.btn:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgb(102 88 221 / .2)}.btn-primary{background:linear-gradient(135deg,var(--pda-primary),#7a69f0);border-color:#fff0;box-shadow:0 14px 28px rgb(102 88 221 / .24)}.btn-primary:hover,.btn-primary:focus{background:linear-gradient(135deg,#5749d1,var(--pda-primary));border-color:#fff0}.btn-light{color:#4035b5;background-color:#fff;border-color:#fff0}a:focus-visible,button:focus-visible,.btn:focus-visible,.form-control:focus-visible,.form-select:focus-visible,[role="button"]:focus-visible{outline:3px solid rgb(241 85 108 / .72);outline-offset:3px;box-shadow:0 0 0 5px rgb(102 88 221 / .18)}.page-section{position:relative;overflow:hidden}.section-heading{max-width:760px;margin:0 auto;text-align:center}.section-heading p{max-width:680px;margin-right:auto;margin-left:auto}.section-kicker,.hero-eyebrow{display:inline-flex;align-items:center;margin-bottom:.85rem;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.section-kicker{color:var(--pda-primary)}#mainNav{backdrop-filter:blur(14px);min-height:66px}#mainNav .navbar-brand img{display:block;width:40px;height:40px;object-fit:contain}#mainNav .navbar-nav .nav-item .nav-link{position:relative;width:fit-content}#mainNav .navbar-nav .nav-item .nav-link::after{position:absolute;right:.75rem;bottom:.35rem;left:.75rem;height:2px;content:"";background:var(--pda-danger);transform:scaleX(0);transform-origin:left;transition:transform .2s ease}#mainNav .navbar-nav .nav-item .nav-link:hover::after,#mainNav .navbar-nav .nav-item .nav-link.active::after{transform:scaleX(1)}.btn-getnow{white-space:nowrap}header.masthead{min-height:720px;background:linear-gradient(105deg,rgb(246 114 167 / .9) 0%,rgb(102 88 221 / .6) 80%,rgb(102 88 221 / .9) 100%),url(../images/bg-masthead.webp);background-position:center;background-size:cover}header.masthead h1{max-width:760px;margin-bottom:1rem;line-height:1.03}.hero-eyebrow{color:#fff;background:rgb(255 255 255 / .13);border:1px solid rgb(255 255 255 / .2);border-radius:999px;padding:.65rem .9rem}.hero-lead{max-width:720px;font-size:1.18rem;line-height:1.75}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.hero-actions .btn-light,.page-hero-actions .btn-light{color:#241a78!important;background:#fff!important}header.masthead .hero-actions .btn-light,header.masthead .hero-actions .btn-light:link,header.masthead .hero-actions .btn-light:visited,.page-hero .page-hero-actions .btn-light,.page-hero .page-hero-actions .btn-light:link,.page-hero .page-hero-actions .btn-light:visited{color:#111827!important;background:#fff!important;border-color:#fff!important;text-shadow:none!important}.page-notfound-modern .page-hero-actions .btn-light,.page-notfound-modern .page-hero-actions .btn-light .material-symbols-outlined{color:#111827!important}.hero-proof{display:flex;flex-wrap:wrap;gap:.8rem}.hero-proof span{display:inline-flex;align-items:center;min-height:42px;padding:.55rem .85rem;color:#fff;background:rgb(255 255 255 / .12);border:1px solid rgb(255 255 255 / .18);border-radius:999px}.hero-proof strong{margin-right:.35rem;color:#fff}.hero-feature-list{display:grid;gap:1rem}.hero-feature-list div{display:flex;align-items:center;gap:.85rem;min-height:78px;padding:1rem;color:#fff;background:rgb(255 255 255 / .12);border:1px solid rgb(255 255 255 / .18);border-radius:8px;box-shadow:0 18px 44px rgb(0 0 0 / .18)}.hero-feature-list .material-symbols-outlined{color:var(--pda-pink)}.scroll-hint{opacity:.9}.section-intro{background:linear-gradient(135deg,rgb(102 88 221),rgb(102 88 221 / .92) 54%,rgb(26 188 156 / .88))}.intro-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.intro-metrics div{min-height:118px;padding:1.25rem 1rem;text-align:center;color:#fff;background:rgb(255 255 255 / .13);border:1px solid rgb(255 255 255 / .2);border-radius:8px}.intro-metrics strong{display:block;font-size:clamp(1.6rem, 3vw, 2.25rem);line-height:1}.intro-metrics span{display:block;margin-top:.65rem;color:rgb(255 255 255 / .86)}.feature-section,#platform,#service{background:linear-gradient(180deg,#fff 0%,#f1f1f1 100%)}.feature-card,.platform-card,.service-card{padding:2rem 1.35rem;background:#fff;border:1px solid var(--pda-line);border-radius:8px;box-shadow:0 14px 42px rgb(50 58 70 / .07);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.feature-card:hover,.platform-card:hover,.service-card:hover{border-color:rgb(241 85 108 / .25);box-shadow:var(--pda-shadow);transform:translateY(-6px)}.feature-card .material-symbols-outlined,.service-card .material-symbols-outlined{padding:12px;width:68px;height:68px;display:inline-flex;align-items:center;justify-content:center;color:var(--pda-primary)!important;background:rgb(102 88 221 / .08);border-radius:8px}.feature-card h3,.platform-card h3,.service-card h3{color:var(--pda-ink)}.resource-section{padding-top:7rem;background:#fff}.resource-section .section-heading{margin-bottom:3.5rem}#resource .portfolio-box{overflow:hidden;background:var(--pda-ink)}#resource .portfolio-box img{width:100%;aspect-ratio:16 / 9;object-fit:cover;transition:transform .45s ease,opacity .45s ease}#resource .portfolio-box:hover img{transform:scale(1.06);opacity:.86}#resource .portfolio-box .portfolio-box-caption{background:linear-gradient(135deg,rgb(102 88 221 / .94),rgb(241 85 108 / .88))}#resource .portfolio-box .project-name{font-size:1.25rem;font-weight:800}#resource .portfolio-box .project-category{margin-top:.25rem;font-size:.95rem}.platform-card img{width:auto;max-width:180px;object-fit:contain;margin-bottom:1rem}.testimonial-section{background:linear-gradient(180deg,#fbfcff 0%,#fff 100%)}.testimonial-carousel{position:relative}.testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding:1rem 4rem 3.5rem}.testimonial-card{display:flex;min-height:330px;flex-direction:column;justify-content:space-between;padding:1.5rem;background:#fff;border:1px solid var(--pda-line);border-radius:8px;box-shadow:0 14px 42px rgb(50 58 70 / .07);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.testimonial-card:hover{border-color:rgb(102 88 221 / .22);box-shadow:var(--pda-shadow);transform:translateY(-4px)}.testimonial-rating{display:flex;gap:.15rem;margin-bottom:1rem;color:var(--pda-danger)}.testimonial-rating .material-symbols-outlined{font-size:1.25rem;font-variation-settings:"FILL" 1,"wght" 600,"GRAD" 0,"opsz" 24}.testimonial-card p{margin-bottom:1.35rem;color:var(--pda-ink);line-height:1.7}.testimonial-author{padding-top:1rem;border-top:1px solid rgb(102 88 221 / .1)}.testimonial-author strong,.testimonial-author span{display:block}.testimonial-author strong{color:var(--pda-primary)}.testimonial-author span{margin-top:.2rem;color:var(--pda-muted);font-size:.92rem}.testimonial-carousel .carousel-control-prev,.testimonial-carousel .carousel-control-next{top:calc(50% - 2rem);width:44px;height:44px;color:#fff;background:linear-gradient(135deg,var(--pda-primary),var(--pda-danger));border:0;border-radius:999px;opacity:1;transform:translateY(-50%);box-shadow:0 14px 28px rgb(102 88 221 / .22)}.testimonial-carousel .carousel-control-prev{left:0}.testimonial-carousel .carousel-control-next{right:0}.testimonial-carousel .carousel-control-prev:hover,.testimonial-carousel .carousel-control-next:hover{transform:translateY(calc(-50% - 2px))}.testimonial-carousel .carousel-indicators{bottom:0;margin-bottom:0}.testimonial-carousel .carousel-indicators [data-bs-target]{width:28px;height:6px;background-color:var(--pda-primary);border:0;border-radius:999px;opacity:.25}.testimonial-carousel .carousel-indicators .active{opacity:1}.pricing-section{background:linear-gradient(135deg,rgb(241 85 108),rgb(246 114 167 / .96) 48%,rgb(102 88 221 / .96))}.pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.5rem}.pricing-card{display:flex;min-height:220px;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem;color:var(--pda-primary);background:#fff;border-radius:8px;box-shadow:0 18px 44px rgb(50 58 70 / .14)}.pricing-card h3{margin-bottom:0}.final-cta{background:linear-gradient(135deg,var(--pda-primary),var(--pda-danger))}footer{background:linear-gradient(135deg,rgb(50 58 70 / .96),rgb(41 47 59 / .96))}#back-to-top{box-shadow:0 16px 32px rgb(241 85 108 / .24)}.modern-page{background:linear-gradient(180deg,#fbfcff 0%,#fff 42%,#fbfcff 100%)}.page-detail-content{padding-top:4.5rem}.page-hero-inner{max-width:820px;margin:0 auto}.page-hero h1{margin-bottom:1rem;line-height:1.05}.page-hero p{max-width:760px;margin:0 auto;font-size:1.12rem;line-height:1.75}.page-hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.page-hero .row .page-hero-lead{margin-left:0}.modern-card{padding:1.5rem;background:#fff;border:1px solid var(--pda-line);border-radius:8px;box-shadow:0 14px 42px rgb(50 58 70 / .08)}.form-card-header{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.25rem}.form-card-header>.material-symbols-outlined,.contact-info-row>.material-symbols-outlined{padding:12px;width:54px;height:54px;display:inline-flex;flex:0 0 54px;align-items:center;justify-content:center;color:var(--pda-primary);background:rgb(102 88 221 / .09);border-radius:8px}.form-card-header h2,.contact-info-card h2{margin-bottom:.25rem;font-size:1.45rem}.form-card-header p,.contact-info-row p{margin-bottom:0;color:var(--pda-muted)}.contact-info-card{display:grid;gap:1.2rem}.contact-info-row{display:flex;gap:1rem;align-items:flex-start}.feature-overview-grid,.contact-main,.account-main{background:#fff}.detail-cta{background:linear-gradient(180deg,#fff 0%,#fbfcff 100%)}#feature-admin .card,#feature-design .card,#buy-woo .card,#buy-oc .card,#buy-ps .card,.account-panel{border:1px solid var(--pda-line)!important;border-radius:8px;box-shadow:0 14px 42px rgb(50 58 70 / .08)}#feature-admin>.container>.card:first-child,#feature-design>.container>.card:first-child{margin-top:1rem}#feature-admin .breadcrumb,#feature-design .breadcrumb{align-items:center}#feature-admin .breadcrumb a,#feature-design .breadcrumb a{color:var(--pda-primary);font-weight:700;text-decoration:none}#feature-admin section.page-section,#feature-design section.page-section{padding:5rem 0!important}#feature-admin section.page-section .row,#feature-design section.page-section .row{align-items:center}#feature-admin section.page-section h4,#feature-design section.page-section h4{width:100%;margin-bottom:1rem;color:var(--pda-primary);font-size:clamp(1.55rem, 2.4vw, 2.25rem)}#feature-admin section.page-section p,#feature-design section.page-section p{color:var(--pda-muted);line-height:1.75}#feature-admin section.page-section img,#feature-design section.page-section img{width:100%;border:1px solid rgb(102 88 221 / .12);border-radius:8px;box-shadow:0 24px 64px rgb(50 58 70 / .16)}#feature-admin section.page-section:nth-of-type(odd),#feature-design section.page-section:nth-of-type(odd){background:#fff}#feature-admin section.page-section:nth-of-type(even),#feature-design section.page-section:nth-of-type(even){background:#fbfcff}.card-pricing{height:100%;overflow:hidden;border:1px solid var(--pda-line)!important;border-radius:8px;box-shadow:0 16px 46px rgb(50 58 70 / .09);transition:transform .2s ease,box-shadow .2s ease}.card-pricing:hover{transform:translateY(-6px);box-shadow:var(--pda-shadow)}.card-pricing-recommended{color:#fff;background:linear-gradient(145deg,var(--pda-primary),var(--pda-danger));border-color:transparent!important}.card-pricing-recommended .card-pricing-price,.card-pricing-recommended .card-pricing-plan-name,.card-pricing-recommended .card-pricing-features,.card-pricing-recommended li{color:#fff}.card-pricing-icon{width:68px;height:68px;display:inline-flex;align-items:center;justify-content:center;margin:.5rem auto;background:rgb(102 88 221 / .09);border-radius:8px}.card-pricing-recommended .card-pricing-icon{background:rgb(255 255 255 / .16)}.card-pricing-price{color:var(--pda-primary)}.card-pricing-price span{margin-top:.45rem;font-size:.82rem;color:var(--pda-muted)}.card-pricing-recommended .card-pricing-price span{color:rgb(255 255 255 / .82)}.card-pricing-features{display:grid;margin:1.2rem 0 0;padding-left:0;list-style:none;color:var(--pda-muted)}.text-gray-5.material-symbols-outlined{color:#4f5b67!important}#buy-woo .text-center>p.text-muted,#buy-oc .text-center>p.text-muted,#buy-ps .text-center>p.text-muted{max-width:680px;width:100%!important}.license-page-section{background:linear-gradient(180deg,#fbfcff 0%,#fff 100%)}.license-page-section>.container>.row.justify-content-center .card-pricing:not(.card-pricing-recommended){background:rgb(255 255 255 / .96)}#buy-woo .table-responsive,#buy-oc .table-responsive,#buy-ps .table-responsive{background:#fff;border:1px solid var(--pda-line);border-radius:8px;box-shadow:0 14px 42px rgb(50 58 70 / .08)}#buy-woo table,#buy-oc table,#buy-ps table,.account-panel table{margin-bottom:0}#buy-woo thead,#buy-oc thead,#buy-ps thead,.account-panel thead{color:var(--pda-ink)}.account-menu{position:sticky;top:6rem;min-width:210px;border:1px solid var(--pda-line);border-radius:8px;overflow:hidden;box-shadow:0 14px 42px rgb(50 58 70 / .08)}.account-menu .list-group-item{border:0;border-bottom:1px solid rgb(102 88 221 / .08);font-weight:700}.account-menu .list-group-item.active{background:linear-gradient(135deg,var(--pda-primary),var(--pda-danger));border-color:#fff0}.account-content{min-width:0}.account-panel .card-body{padding:1.5rem}.account-panel .badge{min-height:30px;border-radius:999px}.reveal-on-scroll{opacity:1;transform:none}html.reveal-motion .reveal-on-scroll{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}html.reveal-motion .reveal-on-scroll.is-visible{opacity:1;transform:translateY(0)}html.reveal-motion header.masthead .reveal-on-scroll{opacity:1;transform:none;transition:none}html.reveal-motion .page-hero .reveal-on-scroll,html.reveal-motion .modern-cta-band .reveal-on-scroll,html.reveal-motion .page-notfound-modern .reveal-on-scroll{opacity:1;transform:none;transition:none}html.reveal-motion .reveal-on-scroll:nth-child(2){transition-delay:.08s}html.reveal-motion .reveal-on-scroll:nth-child(3){transition-delay:.14s}html.reveal-motion .reveal-on-scroll:nth-child(4){transition-delay:.2s}@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}html.reveal-motion .reveal-on-scroll,.reveal-on-scroll{opacity:1;transform:none}}@media (max-width:1199.98px){.pricing-grid{grid-template-columns:1fr}.testimonial-grid{grid-template-columns:1fr}.testimonial-card{min-height:auto}.account-layout{flex-direction:column}.account-menu{position:static;width:100%;min-width:0;flex-direction:row;overflow-x:auto}.account-menu .list-group-item{min-width:58px;justify-content:center}}@media (max-width:991.98px){header.masthead{min-height:680px;height:auto;padding-top:8rem;padding-bottom:5rem}.hero-copy{padding-top:0}.hero-actions,.hero-proof{justify-content:center}.intro-metrics{grid-template-columns:1fr}.btn-getnow{display:none}#mainNav .navbar-nav .nav-item .nav-link::after{right:0;left:0}.testimonial-carousel{padding-right:0;padding-left:0}.testimonial-carousel .carousel-control-prev,.testimonial-carousel .carousel-control-next{display:none}.page-hero{padding:6rem 0 4rem}.page-hero-actions{justify-content:center}.testimonial-grid{padding:1rem 0rem 3rem}}@media (max-width:575.98px){.page-section{padding:5rem 0}header.masthead h1{font-size:2.75rem}.hero-lead{font-size:1rem}.hero-actions .btn,.pricing-card .btn{width:100%}.hero-proof span{width:100%;justify-content:center}.page-hero-actions .btn{width:100%}.form-card-header,.contact-info-row{flex-direction:column}}.account-menu .list-group-item:first-child{border-top-right-radius:unset}.page-hero-resource,.page-hero-customization,.page-hero-feedback,.page-hero-checkout,.page-hero-legal,.page-notfound-modern{padding:7.5rem 0 5.5rem;color:#fff;background:linear-gradient(135deg,rgb(50 58 70 / .92),rgb(102 88 221 / .82) 52%,rgb(241 85 108 / .76)),url(../images/bg-masthead.webp);background-position:center;background-size:cover}.page-hero-compact{padding:6.5rem 0 4rem}.hero-stat-card{padding:2rem;background:rgb(255 255 255 / .94);border:1px solid rgb(255 255 255 / .45);border-radius:8px;box-shadow:var(--pda-shadow)}.hero-stat-card .material-symbols-outlined{padding:12px;width:58px;height:58px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#fff;background:linear-gradient(135deg,var(--pda-primary),var(--pda-danger));border-radius:8px}.hero-stat-card strong{display:block;margin-bottom:.5rem;color:var(--pda-ink);font-size:clamp(2rem, 4vw, 3.2rem);line-height:1}.hero-stat-card p{margin:0;color:var(--pda-muted)}.resource-step-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.resource-step-card{min-height:230px;padding:1.5rem;background:#fff;border:1px solid var(--pda-line);border-radius:8px;box-shadow:0 14px 42px rgb(50 58 70 / .08)}.resource-step-card span{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#fff;font-size:1.25rem;font-weight:800;background:linear-gradient(135deg,var(--pda-primary),var(--pda-danger));border-radius:8px}.resource-step-card h3,.custom-service-section h2,.resource-feature-section h2{color:var(--pda-ink)}.resource-step-card p,.custom-service-section p,.resource-feature-section p{color:var(--pda-muted);line-height:1.75}.resource-page .portfolio-box{overflow:hidden;border-radius:8px;color:#fff;text-decoration:unset;box-shadow:0 14px 42px rgb(50 58 70 / .1)}.resource-page .portfolio-box img{width:100%;aspect-ratio:16 / 9;object-fit:cover;transition:transform .45s ease,opacity .45s ease;text-decoration:unset}.resource-page .portfolio-box .portfolio-box-caption{padding:5px 12px;background:linear-gradient(135deg,rgb(102 88 221 / .94),rgb(241 85 108 / .88))}.resource-feature-section,.custom-service-section{background:#fff}.resource-feature-section-alt,.custom-service-section-alt,.customization-intro,.resource-steps-section{background:var(--pda-soft)}.resource-feature-image,.custom-service-image{max-height:420px;object-fit:contain;filter:drop-shadow(0 22px 38px rgb(50 58 70 / .14))}.modern-cta-band{background:linear-gradient(135deg,var(--pda-primary),var(--pda-danger))}.customization-form-card,.form-card{padding:1.75rem}.feedback-contact-note{display:inline-flex;align-items:center;gap:.75rem;margin-top:2rem;padding:.9rem 1.15rem;background:#fff;border:1px solid var(--pda-line);border-radius:8px;box-shadow:0 14px 42px rgb(50 58 70 / .08)}.feedback-contact-note .material-symbols-outlined{color:var(--pda-danger)}.legal-content-section{background:#fff}.legal-card{max-width:980px;margin:0 auto;padding:clamp(1.25rem, 3vw, 2.5rem)}.legal-card .term-heading_1,.legal-card .privacy-heading_1,.legal-card .term-heading_2,.legal-card .privacy-heading_2{color:var(--pda-ink)!important}.legal-card .term-body_text,.legal-card .privacy-body_text,.legal-card .term-subtitle,.legal-card .privacy-subtitle{color:var(--pda-muted)!important;line-height:1.8!important}.checkout-card,.checkout-actions,.manager-card{border:1px solid var(--pda-line)!important;border-radius:8px;box-shadow:0 14px 42px rgb(50 58 70 / .08)}.checkout-card-heading{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.25rem}.checkout-card-heading .material-symbols-outlined{padding:12px;width:52px;height:52px;display:inline-flex;flex:0 0 52px;align-items:center;justify-content:center;color:var(--pda-primary);background:rgb(102 88 221 / .09);border-radius:8px}.checkout-card-heading h2{margin-bottom:.25rem;font-size:1.35rem}.checkout-card-heading p{margin-bottom:0;color:var(--pda-muted)}.checkout-page table img,.iframe-resource-page table img{border-radius:8px;object-fit:cover}.customization-manager-page .section-heading h1,.invoice-page .section-heading h1{margin-bottom:.75rem;font-size:clamp(2rem, 4vw, 3.25rem);line-height:1.1}.customization-manager-page table thead{color:var(--pda-ink);background:var(--pda-soft)}.page-notfound-modern{min-height:100vh;display:flex;align-items:center}.iframe-resource-page{min-height:100vh;background:linear-gradient(180deg,#fbfcff 0%,#f3f7f9 100%)!important}.page-detail-content[id^="resource-"]{background:linear-gradient(180deg,#fbfcff 0%,#fff 42%,#fbfcff 100%)}.page-detail-content[id^="resource-"]>.page-section{padding-top:6rem!important}.page-detail-content[id^="resource-"] .card:not(.folder),.iframe-resource-page>.card,.iframe-resource-page .card:not(.folder){border:1px solid var(--pda-line)!important;border-radius:8px!important;box-shadow:0 12px 32px rgb(50 58 70 / .08)}.page-detail-content[id^="resource-"] .folder,.iframe-resource-page .folder{overflow:hidden;border:0!important;box-shadow:0 10px 26px rgb(50 58 70 / .1);transition:transform .2s ease,box-shadow .2s ease}.page-detail-content[id^="resource-"] .folder:hover,.iframe-resource-page .folder:hover{transform:translateY(-3px);box-shadow:0 18px 36px rgb(102 88 221 / .18)}.page-detail-content[id^="resource-"] .search-bar .form-control,.page-detail-content[id^="resource-"] .filter-resource,.iframe-resource-page .search-bar .form-control,.iframe-resource-page .filter-resource{border-color:var(--pda-line);border-radius:8px}.page-detail-content[id^="resource-"] .cart-count,.iframe-resource-page .cart-count{background:var(--pda-danger);width:20px;height:20px;border-radius:50%;display:flex;justify-content:center;align-items:center}.iframe-empty-state,.page-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem;text-align:center;background:linear-gradient(180deg,#fbfcff 0%,#f3f7f9 100%)}.iframe-empty-state .material-symbols-outlined{padding:12px;width:68px;height:68px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(135deg,var(--pda-primary),var(--pda-danger));border-radius:8px}.iframe-empty-state h1{margin-bottom:0;color:var(--pda-ink);font-size:clamp(1.8rem, 5vw, 2.6rem)}.iframe-empty-state p{max-width:520px;margin-bottom:0;color:var(--pda-muted)}.card-pricing .material-symbols-outlined{padding:12px}.page-hero-resource{min-height:584px}.resource-page .portfolio-box img{height:auto;aspect-ratio:16 / 9}.resource-feature-image{width:min(100%, 720px);height:auto;aspect-ratio:1600 / 823}button.btn-link{min-width:auto;min-height:auto;transition:unset!important;box-shadow:unset!important;font-weight:200;text-decoration:underline;color:var(--bs-link-color);transform:translateY(-2px);line-height:16px}button.btn-link:hover{color:var(--bs-link-hover-color)}@media (max-width:991.98px){.resource-step-grid{grid-template-columns:1fr}.page-hero-resource,.page-hero-customization,.page-hero-feedback,.page-hero-checkout,.page-hero-legal{padding:6rem 0 4rem}.page-hero-resource{min-height:760px}}@media (max-width:575.98px){.modern-page .g-5{--bs-gutter-x:1rem}.checkout-card-heading,.feedback-contact-note{flex-direction:column;align-items:stretch}.iframe-resource-page{padding:.75rem!important}.page-hero-resource{min-height:1000px}}