:root {
    /* =========================
       General Event Theme
    ========================= */

    --event-primary-dark: #002345;
    --event-primary: #0b2d52;
    --event-primary-soft: #1d527b;
    --event-accent: #6fc7f0;

    --event-white: #ffffff;
    --event-text: #0b2d52;
    --event-muted: #526b80;
    --event-body-bg: #dbe7ed;

    --event-panel: rgba(255, 255, 255, .95);
    --event-border: rgba(0, 35, 69, .18);
    --event-shadow: 0 25px 80px rgba(0, 35, 69, .26);

    --event-header-bg: rgba(255, 255, 255, .08);
    --event-nav-bg: rgba(0, 35, 69, .96);

    --event-desktop-bg: url("https://storage.unitedwebnetwork.com/files/1411/fed1db9102cdee1fcc1e6b3f2f4c6155.webp");
    --event-mobile-bg: url("https://storage.unitedwebnetwork.com/files/1411/5e9f74b90d9a598541e5af671758f34b.webp");

    /* Legacy alias, can remove after all old classes are renamed */
    --acccim-red-dark: var(--event-primary-dark);
    --acccim-red: var(--event-primary);
    --acccim-red-soft: var(--event-primary-soft);
    --acccim-gold: var(--event-accent);
    --acccim-white: var(--event-white);
    --acccim-panel: var(--event-panel);
    --acccim-desktop-bg: var(--event-desktop-bg);
    --acccim-mobile-bg: var(--event-mobile-bg);
}

/* =========================
   Global
========================= */

body {
    margin: 0;
    background: var(--event-body-bg);
    font-family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif;
    color: var(--event-text);
}

.container-mobile {
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
    background: transparent;
}

.event-bg-layer,
.acccim-bg-layer {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(235, 246, 252, .72), rgba(0, 35, 69, .5)),
        var(--event-desktop-bg) center center / cover no-repeat;
}

.fHeader,
#fContent,
#fFooter {
    position: relative;
    z-index: 2;
}

/* =========================
   Header / Navigation
========================= */

.fHeader {
    border-bottom: 1px solid var(--acccim-gold);
    backdrop-filter: blur(12px);
    z-index: 10;
}

.fHeader .container {
    max-width: 1140px;
    padding-left: 20px;
    padding-right: 20px;
}

.event-header-region,
.acccim-header-region {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
}

.event-logo-module img,
.acccim-logo-module img {
    width: 185px;
    max-width: 58vw;
    height: auto;
}

.event-logo-module ul,
.event-logo-module li,
.acccim-logo-module ul,
.acccim-logo-module li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.event-nav-module,
.acccim-nav-module {
    position: relative;
    text-align: right;
}

.event-nav-module .navbar-toggle-container,
.acccim-nav-module .navbar-toggle-container {
    display: block !important;
}

.event-nav-module .navbar-toggle,
.acccim-nav-module .navbar-toggle {
    width: 54px;
    display: inline-flex;
    flex-direction: column;
    gap: 7px;
    padding: 0;
    border: 0;
    background: transparent;
}

.event-nav-module .navbar-toggle .icon-bar,
.acccim-nav-module .navbar-toggle .icon-bar {
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 99px;
    background: var(--event-primary-dark);
}

.event-nav-module nav:not(.show),
.acccim-nav-module nav:not(.show) {
    display: none !important;
}

.event-nav-module nav.show,
.acccim-nav-module nav.show {
    display: block !important;
}

.event-nav-module nav,
.acccim-nav-module nav {
    position: absolute;
    top: 48px;
    right: 0;
    width: 220px;
    padding: 12px;
    border-radius: 14px;
    background: var(--event-nav-bg);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .25);
    z-index: 999;
}

.event-nav-module .fMenu,
.event-nav-module .menu-item,
.acccim-nav-module .fMenu,
.acccim-nav-module .menu-item {
    margin: 0;
    padding: 0;
    list-style: none;
}

.event-nav-module .menu-item a,
.acccim-nav-module .menu-item a {
    display: block;
    padding: 12px 14px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
}

.event-nav-module .menu-item a:hover,
.event-nav-module .menu-item.active a,
.event-nav-module .menu-item.selected a,
.acccim-nav-module .menu-item a:hover,
.acccim-nav-module .menu-item.active a,
.acccim-nav-module .menu-item.selected a {
    background: rgba(255, 255, 255, .12);
    color: #fff;
}

/* =========================
   Page Layout
========================= */

.head-padding {
    display: none;
}

#fContent {
    min-height: calc(100vh - 90px);
    padding: 0 0 70px;
    background: transparent;
}

#fContent > .container {
    max-width: 980px;
    padding-left: 10px;
    padding-right: 10px;
}

.fPageTitle {
    padding: 46px 20px 28px;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    background: transparent;
}

.fPageTitle h1,
#heading {
    color: var(--acccim-red-dark);
    font-size: clamp(26px, 4vw, 28px);
    font-weight: 700;
    letter-spacing: .5px;
    margin: 0;
}

#heading span {
    display: block;
    font-size: 1.3rem;
}

body.not-home #heading:after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: var(--event-accent);
    margin: 15px auto 0;
    border-radius: 99px;
}

#fMatter {
    margin-top: 10px;
    margin-bottom: 55px;
    background: var(--event-panel);
    border-radius: 22px;
    padding: 34px 38px 40px;
    border: 1px solid rgba(255, 255, 255, .35);
    box-shadow: var(--event-shadow);
    backdrop-filter: blur(12px);
}

body.is-home #fMatter,
body.event-home #fMatter,
body.acccim-home #fMatter {
    margin: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    backdrop-filter: none;
}

/* =========================
   Forms
========================= */

body.not-home .fForm fieldset {
    margin: 0 0 26px;
    padding: 0;
    border: 0;
}

body.not-home .fForm fieldset legend {
    width: auto;
    float: none;
    margin: 0 0 18px;
    padding-top: 18px;
    color: var(--event-text);
    font-size: 17px;
    font-weight: 700;
}

body.not-home .f-fieldset-body {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

body.not-home .fForm .form-item {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 18px;
}

body.not-home .fForm label {
    margin-bottom: 7px;
    color: var(--event-text);
}

body.not-home #fMatter input[type="text"],
body.not-home #fMatter input[type="email"],
body.not-home #fMatter input[type="password"],
body.not-home #fMatter input[type="number"],
body.not-home #fMatter input[type="tel"],
body.not-home #fMatter select,
body.not-home #fMatter textarea {
    width: 100%;
    min-height: 42px;
    border-radius: 9px;
    border: 1px solid #d7e1e7;
    background: #fff;
    box-shadow: none;
}

body.not-home #fMatter input:focus,
body.not-home #fMatter select:focus,
body.not-home #fMatter textarea:focus {
    outline: none;
    border-color: var(--event-primary);
    box-shadow: 0 0 0 3px rgba(0, 35, 69, .14);
}

body.not-home .hint {
    margin-top: 6px;
    font-size: 11px;
    color: var(--event-muted);
}

body.not-home .user-register-group .f-table-row {
    margin-bottom: 8px;
}

body.not-home .user-register-group input[type="radio"] {
    margin-right: 6px;
}

a.fButton, .fForm .buttons input, .fbutton-btn a, .fForm .buttons a{
	border-radius: 999px;
    background: var(--event-primary-soft);
    border: 0;
    font-size: 13px;
}
a.fButton:hover, .fForm .buttons input:hover, .fbutton-btn a:hover, .fForm .buttons a:hover{
}
#fMatter .btn,
#fMatter button,
#fMatter input[type="submit"],
body.not-home #btn_submit {
    min-height: 42px;
    padding: 10px 24px;
    border: 0;
    border-radius: 999px;
    background: var(--event-primary-dark);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}

#fMatter .btn:hover,
#fMatter button:hover,
#fMatter input[type="submit"]:hover,
body.not-home #btn_submit:hover {
    background: var(--event-muted);
    color: #fff;
}

.intl-tel-input {
    width: 100%;
}

.int-tel.form-item {
    overflow: visible;
}

/* =========================
   Homepage
========================= */

body.event-home .fheaderToptwo,
body.event-home .head-padding,
body.event-home .fPageTitle,
body.event-home #fFooter,
body.event-home #nav-up,
body.acccim-home .fheaderToptwo,
body.acccim-home .head-padding,
body.acccim-home .fPageTitle,
body.acccim-home #fFooter,
body.acccim-home #nav-up {
    display: none !important;
}

body.event-home .fHeader,
body.acccim-home .fHeader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    border-bottom: 0;
    backdrop-filter: none;
}

body.event-home .fHeader .container,
body.acccim-home .fHeader .container {
    max-width: 980px;
}

body.event-home .event-header-region,
body.acccim-home .acccim-header-region {
    padding-top: 24px;
}

body.event-home .event-logo-module img,
body.acccim-home .acccim-logo-module img {
    width: 240px;
    max-width: 42vw;
}

body.event-home #fContent,
body.acccim-home #fContent {
    min-height: 100vh;
    padding: 0;
}

body.event-home #fContent,
body.event-home #fContent > .container,
body.event-home #fMatter,
body.acccim-home #fContent,
body.acccim-home #fContent > .container,
body.acccim-home #fMatter {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
}

body.event-home #fContent .row,
body.acccim-home #fContent .row {
    margin: 0 !important;
}

body.event-home .event-bg-layer,
body.acccim-home .acccim-bg-layer {
    background:
        linear-gradient(180deg, rgba(235, 246, 252, .72), rgba(0, 35, 69, .35)),
        var(--event-desktop-bg) center center / cover no-repeat;
}

.event-home-hero,
.acccim-home-hero {
    min-height: 100vh;
    padding: 135px 20px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--event-primary-dark);
    text-align: center;
}

.event-home-content,
.acccim-home-content {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
}

.event-home-content h1,
.acccim-home-content h1 {
    margin: 0 auto 24px;
    color: var(--event-primary-dark);
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: .3px;
    text-shadow: none;
}

.event-home-subtitle,
.acccim-home-subtitle {
    max-width: 720px;
    margin: 0 auto 40px;
    color: var(--event-primary-dark);
    font-size: clamp(15px, 1.35vw, 22px);
    font-weight: 700;
    line-height: 1.55;
    text-shadow: none;
}

.event-info,
.acccim-event-info {
    max-width: 620px;
    margin: 0 auto 42px;
    padding: 24px 0;
    border-top: 3px solid rgba(0, 35, 69, .9);
    border-bottom: 3px solid rgba(0, 35, 69, .85);
    text-align: left;
}

.event-info div,
.acccim-event-info div {
    display: grid;
    grid-template-columns: 105px 22px 1fr;
    margin-bottom: 10px;
    color: var(--event-primary-dark);
    font-size: clamp(18px, 1.6vw, 27px);
    line-height: 1.2;
}

.event-info div:last-child,
.acccim-event-info div:last-child {
    margin-bottom: 0;
}

.event-info strong,
.acccim-event-info strong {
    font-weight: 700;
}

.event-info p,
.acccim-event-info p {
    margin: 0;
    font-weight: 500;
}

.event-register-btn,
.acccim-register-btn {
    position: relative;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 360px;
    min-height: 74px;
    padding: 14px 48px;
    border-radius: 999px;
    background: var(--event-primary-dark);
    color: #fff;
    text-decoration: none;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: .5px;
    line-height: 1.25;
    box-shadow: 0 15px 35px rgba(0, 35, 69, .35);
}

.event-register-btn:hover,
.acccim-register-btn:hover {
    background: var(--event-primary-soft);
    color: #fff;
}

/* =========================
   Thank You Page
========================= */

.thankyou-page {
    max-width: 700px;
    margin: 60px auto;
    text-align: center;
    padding: 40px 30px;
}

.thankyou-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: #198754;
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    line-height: 80px;
}

.thankyou-page h1 {
    color: var(--event-primary-dark);
    font-size: 32px;
    margin-bottom: 15px;
}

.thankyou-page .lead {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px;
}

.thankyou-page p {
    line-height: 1.7;
    margin-bottom: 15px;
}

.thankyou-page a {
    color: var(--event-primary-dark);
    font-weight: 600;
    text-decoration: none;
}

.thankyou-page a:hover {
    text-decoration: underline;
}

/* =========================
   Summary Page
========================= */

.event-summary-page,
.acccim-summary-page {
    max-width: 920px;
    margin: 0 auto;
}

.summary-header {
    text-align: center;
    margin-bottom: 28px;
}

.summary-header h2 {
    color: var(--event-primary-dark);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
}

.summary-header p {
    color: var(--event-muted);
    margin: 0;
}

.summary-section {
    margin-bottom: 28px;
    padding: 24px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(0, 35, 69, .12);
    box-shadow: 0 12px 35px rgba(0, 35, 69, .06);
}

.summary-section h3 {
    margin: 0 0 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 35, 69, .18);
    color: var(--event-primary-dark);
    font-size: 20px;
    font-weight: 700;
}

.summary-grid {
    display: grid;
    gap: 10px;
}

.summary-row {
    display: grid;
    grid-template-columns: 38% 1fr;
    gap: 18px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #f4f8fa;
}

.summary-label {
    color: var(--event-muted);
    font-size: 14px;
    font-weight: 600;
}

.summary-value {
    color: var(--event-text);
    font-size: 15px;
    font-weight: 500;
    word-break: break-word;
}

.summary-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
}

.summary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 26px;
    border-radius: 999px;
    background: var(--event-primary-dark);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.summary-btn:hover {
    background: var(--event-primary-soft);
    color: #fff;
}

/* =========================
   Iconset
========================= */

.iconset-new .fMenu {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.iconset-new .fMenu > li {
    list-style: none;
    margin: 1rem;
    padding: 1rem;
    background: #f5f5f5;
    transition: .5s all;
    position: relative;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}

.iconset-new .fMenu > li:hover {
    background: #fff;
    box-shadow: 0 0 1rem rgb(0 0 0 / 15%);
}

.iconset-new .fMenu > li > a {
    display: block;
    font-weight: bold;
    color: #000;
    border-radius: 5px;
}

.iconset-new img {
    width: 48px;
    display: block;
    margin-bottom: .5rem;
}

.iconset-new .menu-item-text .action:before {
    display: block;
    content: "";
    height: 1.04rem;
    width: 1.04rem;
    background: red;
    border-radius: 1rem;
    position: absolute;
    right: 10px;
    top: 19%;
    transform: translate(0, -50%);
    animation: blinking 2s infinite;
}

.iconset-new .fMenu ul {
    margin-left: 20px;
    margin-top: .5rem;
}

.iconset-new .fMenu ul,
.iconset-new .fMenu ul li {
    list-style: square;
}

.iconset-new .fMenu ul a {
    font-weight: 500;
}

/* =========================
   Guest Block
========================= */

.converted-guest-block {
    width: 100%;
    padding: 10px;
    background: #ffffff;
    border-radius: 8px;
}

.converted-guest-title {
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--event-text);
}

.converted-guest-block .form-control {
    width: 100%;
    min-height: 40px;
}

input.form-control,
textarea.form-control {
    margin: 0;
}

/* =========================
   Mobile
========================= */

@media (max-width: 767px) {
    .event-bg-layer,
    .acccim-bg-layer,
    body.event-home .event-bg-layer,
    body.acccim-home .acccim-bg-layer,
    body.not-home .event-bg-layer,
    body.not-home .acccim-bg-layer {
        background:
            linear-gradient(to bottom, rgba(235, 246, 252, .82), rgba(0, 35, 69, .58)),
            var(--event-mobile-bg) center bottom / cover no-repeat;
    }

    .fHeader .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .event-logo-module img,
    .acccim-logo-module img,
    body.event-home .event-logo-module img,
    body.acccim-home .acccim-logo-module img {
        width: 175px;
        max-width: 58vw;
    }

    .event-nav-module .navbar-toggle,
    .acccim-nav-module .navbar-toggle {
        width: 50px;
        gap: 6px;
    }

    .event-nav-module .navbar-toggle .icon-bar,
    .acccim-nav-module .navbar-toggle .icon-bar {
        height: 5px;
    }

    .event-nav-module nav,
    .acccim-nav-module nav {
        top: 44px;
        width: 210px;
    }

    body.not-home .fPageTitle {
        padding: 42px 20px 20px;
    }

    #heading,
    body.not-home #heading {
        font-size: 28px;
    }

    #fContent {
        padding: 0 0 50px;
    }

    #fMatter,
    body.not-home #fMatter {
        margin-top: 20px;
        padding: 22px 18px 28px;
        border-radius: 14px;
    }

    body.not-home .fForm fieldset legend {
        font-size: 16px;
    }

    body.event-home .event-header-region,
    body.acccim-home .acccim-header-region {
        padding-top: 10px;
    }

    .event-home-hero,
    .acccim-home-hero {
        min-height: 100vh;
        padding: 130px 20px 55px;
        display: block;
        text-align: center;
    }

    .event-home-content,
    .acccim-home-content {
        margin: 0 auto;
    }

    .event-home-content h1,
    .acccim-home-content h1 {
        font-size: 34px;
        line-height: 1.25;
        margin-bottom: 20px;
    }

    .event-home-subtitle,
    .acccim-home-subtitle {
        font-size: 15px;
        margin-bottom: 58px;
    }

    .event-info,
    .acccim-event-info {
        margin: 0 auto 58px;
        padding: 20px 0;
    }

    .event-info div,
    .acccim-event-info div {
        grid-template-columns: 72px 16px 1fr;
        font-size: 18px;
    }

    .event-register-btn,
    .acccim-register-btn {
        width: 78%;
        min-width: 0;
        min-height: 66px;
        padding: 12px 24px;
        font-size: 26px;
    }

    .summary-section {
        padding: 20px 16px;
        border-radius: 16px;
    }

    .summary-row {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .summary-header h2 {
        font-size: 24px;
    }
}

.listing-header-item-currency {
    border: 0;
	width: 100%;
}
.listing-header-item-currency select{
	margin-right:10px;
}


.intl-tel-input {
	width:100%;
}

.int-tel.form-item{
	overflow: visible;
}

.fForm .form-item .date {
    width: 100%;
}

.coming-soon > a {
    color: grey;
    cursor: not-allowed;
}

/*Iconset*/
.iconset-new .fMenu {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.iconset-new  .fMenu {
    justify-content:center;
    display: flex;
    flex-wrap: wrap;
}
.iconset-new  .fMenu > li {
	list-style: none;
    margin: 1rem; padding: 1rem;
    background: #f5f5f5;
    transition: 0.5s all;
    position: relative;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}
.iconset-new .fMenu > li:hover {
    background: #fff;
    box-shadow: 0 0 1rem rgb(0 0 0 / 15%);
}

.iconset-new  .fMenu > li > a {
    display: block;
    font-weight: bold;
    color: #000;
    border-radius: 5px;
}

.iconset-new  img {
    width: auto;
    max-width: 64px;
    display: block;
    margin-bottom: 0.5rem;
}
.iconset-new .menu-item-text .action:before{
    display: block;
    content: "";
    height: 1.04rem;
    width: 1.04rem;
    background: red;
    border-radius: 1rem;
    position: absolute;
    right: 10px;
    top: 19%;
    transform: translate(0,-50%);
    animation: blinking 2s infinite;
}
.iconset-new  .fMenu ul {
	margin-left: 20px;
	margin-top: 0.5rem;
}
.iconset-new  .fMenu ul,
.iconset-new  .fMenu ul li {
	list-style: square;
}
.iconset-new  .fMenu ul a {
	font-weight: 500;
}

li#menu-item-35876 ul li { 
	list-style-type: square;
}

/*Menu-Timeline*/
.menu-timeline ul.fMenu {
	display: flex;
	margin-bottom: 1rem;
}
.menu-timeline li {
	flex: 1 1 0;
	letter-spacing: -0.5px;
	text-align: center;
	position: relative;
}
.menu-timeline li.selected {
	font-weight: bold;
}

.menu-timeline li::before {
	height: 2px;
	width: 100%;
	left: -50%; top: 1rem;
	position: absolute;
	background: var(--brand-color-theme-1);
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
}
/*
.menu-timeline li:first-child::before {
	display: none;
}
*/

.menu-timeline .menu-item-text big {
	clear:both;
	display: inline-block;
	padding: 0.5rem 1rem;
	margin-bottom: 0.5rem;
	background: var(--brand-color-theme-1);
	color: #fff;
	font-weight: bold;
}
.menu-timeline .menu-item-text span {
	display:block;
	color: #000;
}

.menu-timeline li.future::before {
	display: none;
}
.menu-timeline li.future {
	opacity: 0.25;
}
.menu-timeline li.future a {
	pointer-events: none;
}

/* Success checkmark badge */
.reg-success h3::before {
  content: "✓";
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-color-5, #00b7b0), var(--brand-color-1, #3970b7));
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 64px;
  box-shadow: 0 8px 20px rgba(0, 183, 176, 0.3);
}

.reg-success h3 {
  font-size: 26px;
  font-weight: 700;
  color: #14213d;
  margin: 0 0 6px;
  letter-spacing: -0.01em;
}

.reg-success h4 {
  font-size: 14px;
  font-weight: 600;
  color: var(--brand-color-1, #3970b7);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 4px;
}

/* Confirmation number as a pill */
.reg-success h4 br {
  display: none;
}
.reg-success h4::after {
  content: "";
}

.reg-success p {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.6);
  max-width: 420px;
  margin: 20px auto;
}

.reg-success p a {
  color: var(--brand-color-1, #3970b7);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s ease;
}
.reg-success p a:hover {
  border-color: var(--brand-color-1, #3970b7);
}

/* Button */
.reg-success .fButton {
  display: inline-block;
  margin-top: 12px;
  padding: 14px 36px;
  background: linear-gradient(135deg, var(--brand-color-1, #3970b7), var(--brand-color-5, #00b7b0));
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(57, 112, 183, 0.28);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.reg-success .fButton:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(57, 112, 183, 0.36);
}

@media (max-width: 600px) {
  .reg-success {
    margin: 24px 16px;
    padding: 36px 24px 32px;
    border-radius: 16px;
  }
}
