body {
            padding: 0;
            margin: 0;
            font-family: 'Inter', sans-serif;
            font-size: 20px;
            color: #1C2A1C;
            background: #FAFAF7;
        }

        ul, li {
            display: block;
            padding: 0;
            margin: 0;
            box-sizing: border-box;
        }

        p { padding: 0; margin: 0; }

        a {
            text-decoration: none;
            background-color: transparent;
            -webkit-text-decoration-skip: objects;
        }

        a:active, a:focus, button:active, button:focus { outline: none; }

        button { border: none; background: none; cursor: pointer; }

        a.btn {
            justify-content: center;
            align-items: center;
            width: 250px;
            height: 50px;
            border: 3px solid #1C2A1C;
            border-radius: 20px;
            color: #1C2A1C;
            font-size: 25px;
            font-weight: 600;
            transition: 1s;
        }

        a.btn:hover {
            background: #1C2A1C;
            color: #FAFAF7;
            transition: 1s;
        }

        section {
            padding: 60px 0;
        }

        h1 {
            font-size: 64px;
            font-weight: 900;
            text-align: center;
        }

        .sky { padding: 20px 0; background: #1C2A1C; }

        .sky .crestlogo {
            display: block;
            font-size: 30px;
            font-weight: 700;
            color: #FAFAF7;
        }

        .sky .path {
            display: flex;
            justify-content: center;
            margin-top: 7.5px;
        }

        .sky .path__one { margin: 0 15px; }

        .sky .path__one a { color: #FAFAF7; }

        .sky .contact {
            display: flex;
            border: 3px solid #FAFAF7;
            border-radius: 20px;
            color: #FAFAF7;
            width: 175px;
            height: 45px;
            margin-left: auto;
            justify-content: center;
            align-items: center;
            font-size: 22px;
            font-weight: 600;
        }

        .bar {
            display: none;
            cursor: pointer;
            z-index: 1001;
        }

        .bar span { width: 100%; height: 3px; background: #FAFAF7; transition: all 0.3s; }

        .bar.active span:nth-child(1) { transform: rotate(45deg) translate(6px, 5px); }
        .bar.active span:nth-child(2) { opacity: 0; }
        .bar.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

        .picture {
            position: relative;
            overflow: hidden;
        }

        .picture img {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -50%);
        }
        
        h2 {
            font-size: 40px;
            font-weight: 900;
            text-align: center;
            margin-bottom: 40px;
        }

        .soar .pasth1-v2 {
            text-align: center;
            margin-top: 25px;
        }

        .soar a {
            margin: 0 auto;
            margin-top: 30px;
        }

        .soar .info {
            position: relative;
        }

        .soar .picture {
            width: 740px;
            height: 500px;
            border-radius: 50px;
            margin: 0 auto;
            margin-top: 100px;
        }

        .soar .stat {
            position: absolute;
            z-index: 2;
            margin-top: 25px;
            margin-left: -10px;
            background: #FAFAF7;
            top: 0;
            width: 175px;
            height: 95px;
            border-radius: 16px;
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
            justify-content: center;
            align-items: center;
        }

        .soar .stat p:first-child {
            font-size: 12px;
            margin-bottom: 10px;
            text-align: center;
        }

        .soar .stat p:last-child {
            font-size: 24px;
            text-align: center;
            font-weight: 600;
        }

        .soar.page section {
            padding: 0;
        }

        .soar.page h1 {
            color: #1C2A1C;
            margin-bottom: 40px;
        }

        .soar.page h2 {
            text-align: start;
            margin-top: 40px;
            margin-bottom: 10px;
        }

        .soar.page p {
            margin-bottom: 10px;
        }

        .soar.page p:last-of-type {
            margin-bottom: 0;
        }

        .tflock__card {
            margin-bottom: 30px;
            text-align: center;
        }

        .tflock__card p:first-child {
            font-size: 24px;
            font-weight: 600;
        }

        .trail__card {
            width: 100%;
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
            border-radius: 20px;
            padding: 20px 30px;
            background: #FAFAF7;
            margin-bottom: 30px;
        }

        .trail__card p:first-child {
            font-size: 30px;
            font-weight: 900;
            text-align: center;
            margin-bottom: 20px;
        }
        
        .trail__card .picture {
            height: 275px;
            border-radius: 20px;
            margin: 0 auto;
            margin-bottom: 10px;
        }

        .trail__card .picture img {
            width: 125%;
        }

        .trail__card .info {
            text-align: center;
        }

        .trail__card .info p:first-child {
            font-size: 26px;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .note .note-one {
            margin-bottom: 20px;
        }
        
        .note .row div:last-of-type .note-one {
            margin-bottom: 0;
        }

        .note .note-one .picture {
            width: 100px;
            height: 100px;
            margin: 0;
            flex-shrink: 0; 
            border-radius: 10px;
            margin-right: 10px;
        }

        .note .note-one .picture img {
            width: 150%;
        }

        .note .note-one .note-one__info a {
            font-size: 22px;
            font-weight: 600;
            color: #1C2A1C;
        }

        .note .note-one .note-one__info a:hover {
            border-bottom: 1px solid #1C2A1C;
        }

        .note__card {
            text-align: center;
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
            border-radius: 20px;
            padding: 20px;
        }

        .note__card p {
            font-weight: 600;
        }

        .note__card p:first-child {
            font-size: 26px;
            margin-bottom: 10px;
        }

        .quill {
            display: flex;
            flex-direction: column;
            gap: 20px;
            width: 100%;
        }

        .duo-quill {
            gap: 20px;
        }

        .quill input,
        .quill textarea {
            position: relative;
            z-index: 2;
            display: block;
            width: 100%;
            font-size: 18px;
            font-weight: 500;
            color: #1C2A1C;
            padding: 0 25px;
            border: 1px solid #1C2A1C;
            border-radius: 100px;
            background: #FAFAF7;
            transition: 0.5s;
            margin-bottom: 0;
        }

        .quill input {
            height: 50px;
        }

        .quill textarea {
            height: 120px;
            padding: 15px 25px;
            border-radius: 25px;
            resize: vertical;
        }

        .quill input:focus,
        .quill textarea:focus {
            outline: none;
            border: 1px solid #1C2A1C;
        }

        .quill input::placeholder,
        .quill textarea::placeholder {
            font-size: 16px;
            font-weight: 400;
            color: rgba(0, 0, 0, 0.5);
        }

        .quill-check {
            align-items: center;
            gap: 10px;
            padding-left: 0;
        }

        .quill-check input[type="checkbox"] {
            width: 20px;
            height: 20px;
            margin: 0;
            border: 1px solid #1C2A1C; 
        }

        .quill-check label {
            font-size: 16px;
            margin-bottom: 0;
            color: #1C2A1C;
        }

        .quill-check label a {
            color: #3C8D40;
            text-decoration: underline;
            transition: 1s;
        }

        .quill-check label a:hover {
            color: #ff0000;
            transition: 1s;
        }

        button.btn {
            justify-content: center;
            cursor: pointer;
            align-items: center;
            width: 100%;
            height: 50px;
            border: 3px solid #1C2A1C;
            border-radius: 20px;
            color: #1C2A1C;
            font-size: 25px;
            font-weight: 600;
            transition: 1s;
        }

        button.btn:hover {
            background: #1C2A1C;
            color: #FAFAF7;
            transition: 1s;
        }

        /* form-error */
        .quill input.error,
        .quill textarea.error,
        .quill input.error:focus,
        .quill textarea.error:focus {
            border: 1px solid #ff0000;
        }

        #privacyConsent.error {
            box-shadow: inset 0 0 0 1px #ff0000;
            outline: none;
        }

        .quill-check.error {
            border: 1px solid #ff0000; 
        }

        .quill-check.error input[type="checkbox"] {
            border: 1px solid #ff0000;
        }

        /* winglet */
        #winglet {
            position: fixed;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.75);
            overflow: hidden;
            display: none;
            z-index: 10001;
        }

        #winglet img {
            position: absolute;
            width: 50px;
            height: 50px;
            left: 50%;
            margin-left: -25px;
            top: 50%;
            margin-top: -25px;
            z-index: 10001;
        }
        
        .ground {
            background: #1C2A1C;
            padding: 20px;
        }

        .ground .crestlogo {
            font-size: 26px;
            font-weight: 700;
            margin: 0 auto;
            color: #FAFAF7;
        }

        .ground .path{
            opacity: 1;
        }

        .ground .path__one {
            margin-bottom: 5px;
            align-items: center;
        }

        .ground .path .path__one:last-child {
            margin-bottom: 0;
        }

        .ground .path__one a {
            display: block;
            font-size: 16px;
            color: #FAFAF7;
        }

        .ground .path__one p {
            font-size: 16px;
            color: #FAFAF7;
        }

        .ground .path__one p:first-child {
            margin-right: 10px;
        }

        .ground .path.politica {
            border-top: 2px solid #FAFAF7;
            margin-top: 20px;
            padding-top: 20px;
            justify-content: center;
        }

        .ground .path.politica .path__one {
            margin: 0 15px;
        }

        .ground .path.politica .path__one p {
            margin-right: 0;
        }

        .seedbar {
            position: fixed;
            bottom: 20px; 
            left: 50%; 
            transform: translateX(-50%);
            width: auto;
            max-width: 400px;
            background: #FAFAF7;
            box-shadow: 0 6px 20px rgba(43, 58, 66, 0.25);
            z-index: 1000;
            display: none;
            border-radius: 12px;
            padding: 25px;
            text-align: center;
        }


        .seedbar__box {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .seedbar__copy h3 {
            font-size: 18px;
            color: #1C2A1C;
            margin-bottom: 8px;
        }

        .seedbar__copy p {
            font-size: 14px;
            color: #444;
            margin-bottom: 0;
            line-height: 1.4;
        }

        .seedbar__copy a {
            color: #ff0000;
            text-decoration: underline;
        }
        
        .seedbar__copy a:hover {
            color: #1C2A1C;
        }

        .seedbar__actions {
            display: flex;
            gap: 10px;
            justify-content: center;
        }

        .seedbar__actions .btnx_prime {
            min-width: 100px;
            height: 38px;
            border-radius: 100px;
            border: none;
            font-size: 14px;
            cursor: pointer;
            transition: 0.3s;
            background: #1C2A1C;
            color: #FAFAF7;
        }

        .seedbar__actions .btnx_prime.btnx_dim {
            background: #ccc;
            color: #333333;
        }

        .seedbar__actions .btnx_prime:hover {
            opacity: 0.85;
        }