
    .cloud-page-content {
        font-family: 'Urbanist', sans-serif;
    }

    .cloud-page-content p {
        text-align: justify !important;
    }

    .cloud-section {
        padding: 40px 60px;
    }

    .cloud-section-white {
        background: #ffffff;
    }

    .cloud-section-gray {
        background: #dae2eb;
    }

    .cloud-wrap {
        width: 100%;
        margin: 0 auto;
        padding: 42px 46px;
        border: 1px solid rgba(16, 21, 55, 0.07);
        border-radius: 20px;
        background: #ffffff;
        box-shadow: 0 5px 24px rgba(16, 21, 55, 0.05);
    }

    .cloud-header {
        margin-bottom: 25px;
        text-align: center;
    }

    .cloud-badge {
        display: inline-block;
        margin-bottom: 11px;
        padding: 6px 19px;
        border: 1px solid rgba(250, 152, 5, 0.2);
        border-radius: 999px;
        background: rgba(250, 152, 5, 0.1);
        color: #fa9805;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 1.2px;
        text-transform: uppercase;
    }

    .cloud-title {
        margin: 0;
        color: #101537;
        font-size: 34px;
        font-weight: 800;
        line-height: 1.25;
    }

    .cloud-subtitle {
        margin: 10px 0 0;
        color: #4a5568;
        font-size: 20px;
        font-weight: 600;
    }

    .cloud-divider {
        width: 68px;
        height: 4px;
        margin: 13px auto 0;
        border-radius: 4px;
        background: linear-gradient(90deg, #fa9805, #fcd34d);
    }

    .cloud-copy {
        color: #1f2937;
        font-size: 16px;
        line-height: 1.9;
    }

    .cloud-copy p {
        margin: 0 0 16px;
    }

    .cloud-copy p:last-child {
        margin-bottom: 0;
    }

    .cloud-intro-layout,
    .cloud-split {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: center;
        gap: 30px;
    }

    .cloud-intro-image img {
        display: block;
        width: 100%;
        height: auto;
        border: 1px solid #dae2eb;
        border-radius: 18px;
        box-shadow: 0 10px 30px rgba(16, 21, 55, 0.12);
        transition: transform 0.3s ease;
    }

    .cloud-intro-image img:hover {
        transform: scale(1.02);
    }

    .cloud-grid {
        display: grid;
        gap: 18px;
        margin: 24px 0;
    }

    .cloud-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cloud-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .cloud-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

    .cloud-card {
        padding: 23px;
        border: 1px solid #dae2eb;
        border-radius: 16px;
        background: #ffffff;
        box-shadow: 0 5px 18px rgba(16, 21, 55, 0.05);
        transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    }

    .cloud-card:hover {
        transform: translateY(-5px);
        border-color: #fa9805;
        box-shadow: 0 12px 28px rgba(250, 152, 5, 0.16);
    }

    .cloud-card-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 46px;
        height: 46px;
        margin-bottom: 14px;
        border-radius: 13px;
        background: #fa9805;
        color: #ffffff;
        font-size: 19px;
    }

    .cloud-card h3 {
        margin: 0 0 9px;
        color: #101537;
        font-size: 18px;
        font-weight: 750;
    }

    .cloud-card p {
        margin: 0;
        color: #1f2937;
        font-size: 15px;
        line-height: 1.75;
    }

    .cloud-callout,
    .cloud-highlight {
        margin: 22px 0;
        padding: 22px 24px;
        border-radius: 15px;
        font-size: 16px;
        line-height: 1.85;
    }

    .cloud-callout {
        background: #101537;
        color: #ffffff;
    }

    .cloud-callout strong {
        color: #fa9805;
    }

    .cloud-highlight {
        border-left: 5px solid #fa9805;
        background: rgba(250, 152, 5, 0.12);
        color: #101537;
    }

    .cloud-chips {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        margin: 22px 0;
    }

    .cloud-chip {
        padding: 8px 15px;
        border: 1px solid #fa9805;
        border-radius: 999px;
        background: #ffffff;
        color: #101537;
        font-size: 13px;
        font-weight: 650;
        transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
    }

    .cloud-chip:hover {
        transform: translateY(-3px);
        background: #fa9805;
        color: #ffffff;
    }

    .cloud-flow {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 16px;
        margin: 24px 0;
    }

    .cloud-flow-item {
        position: relative;
        min-height: 155px;
        padding: 54px 19px 20px;
        border-radius: 16px;
        background: #dae2eb;
    }

    .cloud-flow-number {
        position: absolute;
        top: 16px;
        left: 19px;
        color: #fa9805;
        font-size: 25px;
        font-weight: 800;
    }

    .cloud-flow-item h3 {
        margin: 0 0 8px;
        color: #101537;
        font-size: 17px;
    }

    .cloud-flow-item p {
        margin: 0;
        color: #1f2937;
        font-size: 14px;
        line-height: 1.7;
    }

    .cloud-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        margin: 22px 0;
    }

    .cloud-list-item {
        display: flex;
        align-items: center;
        gap: 12px;
        min-height: 58px;
        padding: 13px 16px;
        border: 1px solid #dae2eb;
        border-radius: 13px;
        background: #ffffff;
        color: #101537;
        font-size: 15px;
        font-weight: 650;
    }

    .cloud-list-item i {
        color: #fa9805;
    }

    .cloud-quote {
        margin: 0;
        padding: 25px;
        border-left: 5px solid #fa9805;
        border-radius: 0 16px 16px 0;
        background: #101537;
        color: #ffffff;
        font-size: 17px;
        font-weight: 600;
        line-height: 1.85;
    }

    .cloud-cta-buttons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        margin-top: 25px;
    }

    .cloud-btn {
        display: inline-block;
        padding: 13px 28px;
        border: 2px solid #fa9805;
        border-radius: 999px;
        background: #fa9805;
        color: #ffffff;
        font-weight: 700;
        text-decoration: none;
        transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
    }

    .cloud-btn:hover {
        transform: translateY(-3px);
        background: #101537;
        border-color: #101537;
        color: #ffffff;
    }

    .cloud-btn-outline {
        background: transparent;
        border-color: #101537;
        color: #101537;
    }

    @media (max-width: 992px) {
        .cloud-intro-layout,
        .cloud-split,
        .cloud-grid-3,
        .cloud-grid-4,
        .cloud-flow {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

    @media (max-width: 767px) {
        .cloud-section { padding: 35px 18px; }
        .cloud-wrap { padding: 30px 20px; }
        .cloud-title { font-size: 28px; }
        .cloud-subtitle { font-size: 18px; }
        .cloud-intro-layout,
        .cloud-split,
        .cloud-grid-2,
        .cloud-grid-3,
        .cloud-grid-4,
        .cloud-flow,
        .cloud-list {
            grid-template-columns: 1fr;
        }
    }

    /* Digital Marketing Internship inspired visual rhythm */
    .cloud-section-white .cloud-wrap {
        padding: 20px 0;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .cloud-section-gray .cloud-wrap {
        max-width: 1080px;
        border-color: rgba(255, 255, 255, 0.85);
        box-shadow: 0 7px 28px rgba(16, 21, 55, 0.06);
    }

    .cloud-header {
        max-width: 900px;
        margin-right: auto;
        margin-left: auto;
    }

    .cloud-title {
        font-size: 36px;
    }

    .cloud-page-content > .cloud-section:nth-of-type(2) .cloud-card {
        border-top: 5px solid #fa9805;
        background: #fa9805;
    }

    .cloud-page-content > .cloud-section:nth-of-type(3) .cloud-card {
        min-height: 150px;
        background: #dae2eb;
        text-align: center;
    }

    .cloud-page-content > .cloud-section:nth-of-type(3) .cloud-card-icon {
        border-radius: 50%;
        background: #101537;
    }

    .cloud-page-content > .cloud-section:nth-of-type(4) .cloud-chip {
        border-color: #101537;
        background: #101537;
        color: #fff;
    }

    .cloud-page-content > .cloud-section:nth-of-type(4) .cloud-chip:hover {
        border-color: #fa9805;
        background: #fa9805;
    }

    .cloud-page-content > .cloud-section:nth-of-type(5) .cloud-flow {
        position: relative;
    }

    .cloud-page-content > .cloud-section:nth-of-type(5) .cloud-flow-item {
        border-top: 4px solid #fa9805;
        background: #fff;
        box-shadow: 0 6px 20px rgba(16, 21, 55, 0.08);
    }

    .cloud-page-content > .cloud-section:nth-of-type(6) .cloud-flow {
        grid-template-columns: 1fr;
        max-width: 820px;
        margin: 95px auto 28px;
        gap: 28px;
    }

    .cloud-page-content > .cloud-section:nth-of-type(6) .cloud-flow::before,
    .cloud-page-content > .cloud-section:nth-of-type(6) .cloud-flow::after {
        position: absolute;
        top: -70px;
        width: 44%;
        height: 5px;
        border-radius: 5px;
        background: repeating-linear-gradient(45deg, #8c5b14 0 2px, #e4b84f 2px 5px, #b7791f 5px 7px);
        content: "";
    }

    .cloud-page-content > .cloud-section:nth-of-type(6) .cloud-flow::before {
        left: 7%;
        transform: rotate(-14deg);
    }

    .cloud-page-content > .cloud-section:nth-of-type(6) .cloud-flow::after {
        right: 7%;
        transform: rotate(14deg);
    }

    .cloud-page-content > .cloud-section:nth-of-type(6) .cloud-flow-item {
        min-height: 70px;
        padding: 17px 70px;
        border: 1px solid rgba(16, 21, 55, 0.1);
        border-radius: 999px;
        background: #fa9805;
        text-align: center;
        box-shadow: 0 7px 18px rgba(16, 21, 55, 0.16);
    }

    .cloud-page-content > .cloud-section:nth-of-type(6) .cloud-flow-item:nth-child(even) {
        background: #dae2eb;
    }

    .cloud-page-content > .cloud-section:nth-of-type(6) .cloud-flow-number {
        top: 50%;
        left: 25px;
        color: #101537;
        transform: translateY(-50%);
    }

    .cloud-page-content > .cloud-section:nth-of-type(6) .cloud-flow-item h3,
    .cloud-page-content > .cloud-section:nth-of-type(6) .cloud-flow-item p {
        color: #101537;
        text-align: center !important;
    }

    .cloud-page-content > .cloud-section:nth-of-type(9) .cloud-card {
        border-left: 5px solid #fa9805;
        background: #dae2eb;
    }

    .cloud-page-content > .cloud-section:nth-of-type(11) .cloud-card {
        background: #101537;
    }

    .cloud-page-content > .cloud-section:nth-of-type(11) .cloud-card h3 {
        color: #fff;
    }

    .cloud-page-content > .cloud-section:nth-of-type(11) .cloud-card:hover {
        background: #fa9805;
    }

    .cloud-page-content > .cloud-section:nth-of-type(10) .cloud-list-item,
    .cloud-page-content > .cloud-section:nth-of-type(13) .cloud-list-item,
    .cloud-page-content > .cloud-section:nth-of-type(19) .cloud-list-item {
        border-left: 4px solid #fa9805;
        border-radius: 8px 14px 14px 8px;
    }

    .cloud-page-content > .cloud-section:nth-of-type(12) .cloud-list-item,
    .cloud-page-content > .cloud-section:nth-of-type(16) .cloud-list-item,
    .cloud-page-content > .cloud-section:nth-of-type(20) .cloud-list-item {
        background: #fff4e3;
    }

    .cloud-page-content > .cloud-section:nth-of-type(17) .cloud-card {
        padding: 28px 15px;
        border: 2px solid #fa9805;
        border-radius: 50% 50% 16px 16px;
        background: #101537;
    }

    .cloud-page-content > .cloud-section:nth-of-type(17) .cloud-card h3 {
        color: #fff;
        font-size: 20px;
    }

    .cloud-page-content > .cloud-section:nth-of-type(21) .cloud-wrap {
        padding: 48px;
        border: 2px solid rgba(250, 152, 5, 0.2);
        background: linear-gradient(135deg, #ffffff 0%, #fff4e3 100%);
        text-align: center;
    }

    @media (max-width: 767px) {
        .cloud-section-white .cloud-wrap {
            padding: 10px 0;
        }

        .cloud-title {
            font-size: 28px;
        }

        .cloud-page-content > .cloud-section:nth-of-type(6) .cloud-flow-item {
            padding: 18px 55px;
        }

        .cloud-page-content > .cloud-section:nth-of-type(21) .cloud-wrap {
            padding: 30px 20px;
        }
    }
